Home
last modified time | relevance | path

Searched defs:tuple (Results 1 - 25 of 68) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DassignmentRestElementWithErrorSourceType.js2 var tuple: [string, number]; variable
6 var tuple; variable
H A Dfor-of36.js2 var tuple: [string, boolean] = ["", true]; variable
8 var tuple = ["", true]; variable
H A DES5For-ofTypeCheck3.js2 var tuple: [string, number] = ["", 0]; variable
6 var tuple = ["", 0]; variable
H A DrestElementWithAssignmentPattern3.js3 var tuple: [string, number] = ["", 1]; variable
9 var tuple = ["", 1]; variable
H A DrestElementWithAssignmentPattern4.js3 var tuple: [string, number] = ["", 1]; variable
9 var tuple = ["", 1]; variable
H A DES5For-of30.js3 var tuple: [number, string] = [2, "3"]; variable
12 var tuple = [2, "3"]; variable
H A DargumentExpressionContextualTyping.js13 var tuple: [string, number, boolean] = ["string", 1, true]; variable
44 var tuple = ["string", 1, true]; variable
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dtuple.hpp29 namespace tuple { namespace
/third_party/python/Include/cpython/
H A Dtupleobject.h23 PyTupleObject *tuple = _PyTuple_CAST(op); in PyTuple_GET_SIZE() local
35 PyTupleObject *tuple = _PyTuple_CAST(op); in PyTuple_SET_ITEM() local
/third_party/skia/third_party/externals/dawn/src/tests/
H A DMockCallback.h68 std::tuple<Args...> tuple = std::make_tuple(args...); in CallUnboundCallback() local
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash.h235 auto tuple = std::tie(values...); in HashOf() local
/third_party/rust/crates/nom/src/sequence/
H A Dmod.rs275 pub fn tuple<I, O, E: ParseError<I>, List: Tuple<I, O, E>>( in tuple() functions
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmulti.cc57 auto tuple = wasm::ownvec<wasm::ValType>::make( in run() local
/third_party/node/deps/v8/src/codegen/
H A Dpending-optimization-table.cc45 Handle<Tuple2> tuple = isolate->factory()->NewTuple2( in PreparedForOptimization() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_print.c68 bi_print_tuple(bi_tuple *tuple, FILE *fp) in bi_print_tuple() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java465 propertiesFromTuple( DataDrivenNumberFormatTestData tuple, DecimalFormatProperties properties) propertiesFromTuple() argument
[all...]
H A DDataDrivenNumberFormatTestUtility.java49 public String format(DataDrivenNumberFormatTestData tuple) { in format() argument
60 public String toPattern(DataDrivenNumberFormatTestData tuple) { in toPattern() argument
71 public String parse(DataDrivenNumberFormatTestData tuple) { in parse() argument
82 parseCurrency(DataDrivenNumberFormatTestData tuple) parseCurrency() argument
93 select(DataDrivenNumberFormatTestData tuple) select() argument
110 private DataDrivenNumberFormatTestData tuple = new DataDrivenNumberFormatTestData(); global() field in DataDrivenNumberFormatTestUtility
369 isPass(DataDrivenNumberFormatTestData tuple) isPass() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java468 propertiesFromTuple( DataDrivenNumberFormatTestData tuple, DecimalFormatProperties properties) propertiesFromTuple() argument
[all...]
H A DDataDrivenNumberFormatTestUtility.java52 public String format(DataDrivenNumberFormatTestData tuple) { in format() argument
63 public String toPattern(DataDrivenNumberFormatTestData tuple) { in toPattern() argument
74 public String parse(DataDrivenNumberFormatTestData tuple) { in parse() argument
85 parseCurrency(DataDrivenNumberFormatTestData tuple) parseCurrency() argument
96 select(DataDrivenNumberFormatTestData tuple) select() argument
113 private DataDrivenNumberFormatTestData tuple = new DataDrivenNumberFormatTestData(); global() field in DataDrivenNumberFormatTestUtility
372 isPass(DataDrivenNumberFormatTestData tuple) isPass() argument
[all...]
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc161 class tuple : public _Tuple_impl<0, _Elements...> class
168 constexpr tuple(_UElements&&... __elements) in tuple() function in std::tuple
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtdatadriventest.cpp69 static void adjustDecimalFormat(const NumberFormatTestTuple& tuple, DecimalFormat& fmt, in adjustDecimalFormat() argument
217 newDecimalFormat(const NumberFormatTestTuple& tuple, UErrorCode& status) newDecimalFormat() argument
227 isFormatPass(const NumberFormatTestTuple& tuple, UnicodeString& appendErrorMessage, UErrorCode& status) isFormatPass() argument
291 isToPatternPass(const NumberFormatTestTuple& tuple, UnicodeString& appendErrorMessage, UErrorCode& status) isToPatternPass() argument
324 isParsePass(const NumberFormatTestTuple& tuple, UnicodeString& appendErrorMessage, UErrorCode& status) isParsePass() argument
399 isParseCurrencyPass(const NumberFormatTestTuple& tuple, UnicodeString& appendErrorMessage, UErrorCode& status) isParseCurrencyPass() argument
458 NumberFormatTestTuple tuple; TestNumberFormatTestTuple() local
[all...]
H A Ddatadrivennumberformattestsuite.cpp209 isPass( const NumberFormatTestTuple &tuple, UnicodeString &appendErrorMessage, UErrorCode &status) isPass() argument
262 isFormatPass( const NumberFormatTestTuple &tuple, UObject * , UnicodeString &appendErrorMessage, UErrorCode &status) isFormatPass() argument
[all...]
/third_party/alsa-utils/topology/
H A Dpre-process-class.c285 snd_config_t *tuple; in tplg_class_attribute_valid_tuple_value() local
/third_party/cups-filters/cupsfilters/
H A Dcolord.c50 char **tuple = NULL; in colord_get_qualifier_for_ppd() local
/third_party/python/Parser/
H A Dpegen_errors.c19 PyObject *tuple = NULL; in _PyPegen_raise_tokenizer_init_error() local

Completed in 15 milliseconds

123