Searched refs:tuple (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTPromiseFlatString.h128 nsTPromiseFlatString_CharT( const substring_tuple_type& tuple )
131 // nothing else to do here except assign the value of the tuple
133 Assign(tuple);
155 TPromiseFlatString_CharT( const nsTSubstringTuple_CharT& tuple )
157 return nsTPromiseFlatString_CharT(tuple);
H A DnsTString.h85 nsTString_CharT( const substring_tuple_type& tuple )
88 Assign(tuple);
104 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
485 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
546 nsTAutoString_CharT( const substring_tuple_type& tuple )
549 Assign(tuple);
564 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); retur
[all...]
H A DnsTSubstring.h317 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
330 NS_COM void NS_FASTCALL Replace( index_type cutStart, size_type cutLength, const substring_tuple_type& tuple );
338 void Append( const substring_tuple_type& tuple ) { Replace(mLength, 0, tuple); }
361 self_type& operator+=( const substring_tuple_type& tuple ) { Append(tuple); return *this; }
367 void Insert( const substring_tuple_type& tuple, index_type pos ) { Replace(pos, 0, tuple); } argument
399 * this is public to support automatic conversion of tuple t
402 nsTSubstring_CharT(const substring_tuple_type& tuple) argument
[all...]
H A DnsTAString.h361 NS_COM void NS_FASTCALL Assign( const substring_tuple_type& tuple );
386 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
397 NS_COM void NS_FASTCALL Append( const substring_tuple_type& tuple );
421 self_type& operator+=( const substring_tuple_type& tuple ) { Append(tuple); return *this; }
432 NS_COM void NS_FASTCALL Insert( const substring_tuple_type& tuple, index_type pos );
454 * this is public to support automatic conversion of tuple to abstract
457 nsTAString_CharT(const substring_tuple_type& tuple) argument
463 Assign(tuple);
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestFunctionLookup.java62 for (Tuple tuple : agg.asMap().keySet()) {
63 address = (Number)tuple.get(0).getValue();
96 for (Tuple tuple : agg.asMap().keySet()) {
97 address = (Number)tuple.get(0).getValue();
H A DTestBean.java137 Tuple tuple = getTuple();
139 AggregationRecord r = new AggregationRecord(tuple, value);
155 Tuple tuple = new Tuple(v1, v2);
157 r = new AggregationRecord(tuple, value);
178 Tuple tuple = new Tuple(r1, r2, r3, r4);
179 return tuple;
357 Tuple tuple = new Tuple(v1, v2, v3, v4, v5, v6);
359 r = new AggregationRecord(tuple, value);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dtypes.c401 PyObject *tuple; local
406 tuple = PyTuple_New(2);
407 PyTuple_SetItem(tuple, 0, node);
408 PyTuple_SetItem(tuple, 1, indexIntoNode);
410 ret = tuple;
422 PyObject *tuple; local
430 tuple = PyTuple_New(2);
431 PyTuple_SetItem(tuple, 0, node);
432 PyTuple_SetItem(tuple, 1, indexIntoNode);
434 PyList_SetItem(list, 0, tuple);
440 PyObject *tuple; local
[all...]
H A Dlibxml.py387 # nodes: the node set (tuple or list) to be included in the
571 return tuple(ret)
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTAString.cpp235 nsTAString_CharT::Assign( const substring_tuple_type& tuple )
238 AsSubstring()->Assign(tuple);
240 AsObsoleteString()->do_AssignFromReadable(nsTAutoString_CharT(tuple));
318 nsTAString_CharT::Append( const substring_tuple_type& tuple )
321 AsSubstring()->Append(tuple);
323 AsObsoleteString()->do_AppendFromReadable(nsTAutoString_CharT(tuple));
399 nsTAString_CharT::Insert( const substring_tuple_type& tuple, index_type pos ) argument
402 AsSubstring()->Insert(tuple, pos);
404 AsObsoleteString()->do_InsertFromReadable(nsTAutoString_CharT(tuple), pos);
453 nsTAString_CharT::Replace( index_type cutStart, size_type cutLength, const substring_tuple_type& tuple )
[all...]
H A DnsTSubstring.cpp359 nsTSubstring_CharT::Assign( const substring_tuple_type& tuple )
361 if (tuple.IsDependentOn(mData, mData + mLength))
364 Assign(string_type(tuple));
368 size_type length = tuple.Length();
372 tuple.WriteTo(mData, length);
465 nsTSubstring_CharT::Replace( index_type cutStart, size_type cutLength, const substring_tuple_type& tuple )
467 if (tuple.IsDependentOn(mData, mData + mLength))
469 nsTAutoString_CharT temp(tuple);
474 size_type length = tuple.Length();
481 tuple
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DCompressSection.py54 # @retval tuple (Generated file name, section alignment)
62 SectFiles = tuple()
H A DVtf.py167 CmdStr = tuple()
187 Arg = tuple()
H A DEfiSection.py53 # @retval tuple (Generated file name list, section alignment)
115 BuildNumTuple = tuple()
145 BuildNumTuple = tuple()
194 UiTuple = tuple()
H A DGuidSection.py53 # @retval tuple (Generated file name, section alignment)
67 SectFile = tuple()
H A DFfsInfStatement.py786 # @retval tuple (FileType, Fixed, CheckSum, Alignment)
789 result = tuple()
H A DGenFdsGlobalVariable.py570 if type(cmd) not in (tuple, list):
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dbase.py478 def validateInt(sValue, iMin = 0, iMax = 0x7ffffffe, aoNilValues = tuple([-1, None, '']), fAllowNull = True):
503 def validateLong(sValue, lMin = 0, lMax = None, aoNilValues = tuple([long(-1), None, '']), fAllowNull = True):
527 def validateTs(sValue, aoNilValues = tuple([None, '']), fAllowNull = True):
579 def validateIp(sValue, aoNilValues = tuple([None, '']), fAllowNull = True):
598 def validateBool(sValue, aoNilValues = tuple([None, '']), fAllowNull = True):
610 def validateUuid(sValue, aoNilValues = tuple([None, '']), fAllowNull = True):
622 def validateWord(sValue, cchMin = 1, cchMax = 64, asValid = None, aoNilValues = tuple([None, '']), fAllowNull = True):
640 def validateStr(sValue, cchMin = 0, cchMax = 4096, aoNilValues = tuple([None, '']), fAllowNull = True, fAllowUnicodeSymbols = False): # pylint: disable=C0301
656 def validateEmail(sValue, aoNilValues = tuple([None, '']), fAllowNull = True):
666 def validateListOfSomething(asValues, aoNilValues = tuple([[], Non
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DToolDefClassObject.py163 NewKey = '%s_%s_%s_%s_%s' % tuple(List)
H A DMigrationUtilities.py468 ## Return a value tuple matching information in a text fle.
470 # Parse the text file and return a value tuple corresponding to an input tag
471 # tuple. In case of any error, an tuple of empty strings is returned.
474 # @param TagTuple A tuple of tags as the key to the value.
476 # @param ValueTupe The returned tuple corresponding to the tag tuple.
496 ## Return a value tuple matching information in an XML fle.
498 # Parse the XML file and return a value tuple corresponding to an input tag
499 # tuple
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java455 Tuple tuple;
461 tuple = r.getTuple();
463 len = tuple.size();
465 tupleRecord = tuple.get(i);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py129 paths = (os.path.realpath('config.ini'),) + tuple(paths)
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuicontentbase.py547 def getListOfItems(self, asListItems = tuple(), asSelectedItems = tuple()):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py372 return tuple()
/vbox/src/libs/xpcom18a4/python/client/
H A D__init__.py87 if len(param_names)==1: # Damn tuple reprs.
92 return method_template % (method.name, param_decls, method.method_index, tuple(param_flags), param_names)
94 # Keyed by IID, each item is a tuple of (methods, getters, setters)
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py359 test_method(c.CompareStringArrays, (items, tuple(items)), cmp(items, items))

Completed in 121 milliseconds

12