Home
last modified time | relevance | path

Searched defs:tuple (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
Dfor-of36.js2 var tuple: [string, boolean] = ["", true]; variable
8 var tuple = ["", true]; variable
DassignmentRestElementWithErrorSourceType.js2 var tuple: [string, number]; variable
6 var tuple; variable
DES5For-ofTypeCheck3.js2 var tuple: [string, number] = ["", 0]; variable
6 var tuple = ["", 0]; variable
DrestElementWithAssignmentPattern4.js3 var tuple: [string, number] = ["", 1]; variable
9 var tuple = ["", 1]; variable
DrestElementWithAssignmentPattern3.js3 var tuple: [string, number] = ["", 1]; variable
9 var tuple = ["", 1]; variable
DES5For-of30.js3 var tuple: [number, string] = [2, "3"]; variable
12 var tuple = [2, "3"]; variable
DargumentExpressionContextualTyping.js13 var tuple: [string, number, boolean] = ["string", 1, true]; variable
40 var tuple = ["string", 1, true]; variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDataDrivenNumberFormatTestUtility.java52 public String format(DataDrivenNumberFormatTestData tuple) { in format()
63 public String toPattern(DataDrivenNumberFormatTestData tuple) { in toPattern()
74 public String parse(DataDrivenNumberFormatTestData tuple) { in parse()
85 public String parseCurrency(DataDrivenNumberFormatTestData tuple) { in parseCurrency()
96 public String select(DataDrivenNumberFormatTestData tuple) { in select()
113 private DataDrivenNumberFormatTestData tuple = new DataDrivenNumberFormatTestData(); field in DataDrivenNumberFormatTestUtility
372 private String isPass(DataDrivenNumberFormatTestData tuple) { in isPass()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenNumberFormatTestUtility.java49 public String format(DataDrivenNumberFormatTestData tuple) { in format()
60 public String toPattern(DataDrivenNumberFormatTestData tuple) { in toPattern()
71 public String parse(DataDrivenNumberFormatTestData tuple) { in parse()
82 public String parseCurrency(DataDrivenNumberFormatTestData tuple) { in parseCurrency()
93 public String select(DataDrivenNumberFormatTestData tuple) { in select()
110 private DataDrivenNumberFormatTestData tuple = new DataDrivenNumberFormatTestData(); field in DataDrivenNumberFormatTestUtility
369 private String isPass(DataDrivenNumberFormatTestData tuple) { in isPass()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtdatadriventest.cpp69 static void adjustDecimalFormat(const NumberFormatTestTuple& tuple, DecimalFormat& fmt, in adjustDecimalFormat()
217 static DecimalFormat* newDecimalFormat(const NumberFormatTestTuple& tuple, UErrorCode& status) { in newDecimalFormat()
227 UBool NumberFormatDataDrivenTest::isFormatPass(const NumberFormatTestTuple& tuple, in isFormatPass()
291 UBool NumberFormatDataDrivenTest::isToPatternPass(const NumberFormatTestTuple& tuple, in isToPatternPass()
324 UBool NumberFormatDataDrivenTest::isParsePass(const NumberFormatTestTuple& tuple, in isParsePass()
399 UBool NumberFormatDataDrivenTest::isParseCurrencyPass(const NumberFormatTestTuple& tuple, in isParseCurrencyPass()
458 NumberFormatTestTuple tuple; in TestNumberFormatTestTuple() local
Ddatadrivennumberformattestsuite.cpp210 const NumberFormatTestTuple &tuple, in isPass()
263 const NumberFormatTestTuple &tuple, in isFormatPass()
/third_party/node/test/parallel/
Dtest-process-hrtime.js27 const tuple = process.hrtime(); constant
66 function validateTuple(tuple) { argument
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c322 struct bi_clause_state *clause, struct bi_tuple_state *tuple) in bi_lower_cubeface()
345 bi_tuple_state *tuple) in bi_lower_atom_c()
364 bi_tuple_state *tuple) in bi_lower_atom_c1()
385 struct bi_clause_state *clause, struct bi_tuple_state *tuple) in bi_lower_seg_add()
405 struct bi_clause_state *clause, struct bi_tuple_state *tuple) in bi_lower_dtsel()
787 struct bi_tuple_state *tuple, in bi_update_fau()
1037 struct bi_tuple_state *tuple, in bi_instr_schedulable()
1151 bi_instr_cost(bi_instr *instr, struct bi_tuple_state *tuple) in bi_instr_cost()
1177 struct bi_tuple_state *tuple, in bi_choose_index()
1207 bi_pop_instr(struct bi_clause_state *clause, struct bi_tuple_state *tuple, in bi_pop_instr()
[all …]
Dbi_pack.c321 bi_pack_tuple(bi_clause *clause, bi_tuple *tuple, bi_tuple *prev, bool first_tuple, gl_shader_stage… in bi_pack_tuple()
462 struct bi_packed_tuple tuple = tuples[val]; in bi_clause_upper() local
490 struct bi_packed_tuple tuple = tuples[val]; in bi_pack_tuple_bits() local
719 const bi_tuple *tuple = &clause->tuples[clause->tuple_count - 1]; in bi_collect_blend_ret_addr() local
/third_party/typescript/tests/cases/compiler/
DassignmentRestElementWithErrorSourceType.ts1 var tuple: [string, number]; variable
DdestructuringTuple.ts3 declare var tuple: [boolean, number, ...string[]]; variable
/third_party/typescript/tests/cases/conformance/statements/for-ofStatements/
DES5For-ofTypeCheck3.ts2 var tuple: [string, number] = ["", 0]; variable
DES5For-of30.ts2 var tuple: [number, string] = [2, "3"]; variable
/third_party/typescript/tests/cases/conformance/es6/for-ofStatements/
Dfor-of36.ts2 var tuple: [string, boolean] = ["", true]; variable
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DrestElementWithAssignmentPattern4.ts2 var tuple: [string, number] = ["", 1]; variable
DrestElementWithAssignmentPattern3.ts2 var tuple: [string, number] = ["", 1]; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.1/mapped_types_on_tuples_and_arrays/
Dmapped_types_on_tuples_and_arrays_1.ts29 type tuple = [number, string, boolean]; alias
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DargumentExpressionContextualTyping.ts12 var tuple: [string, number, boolean] = ["string", 1, true]; variable
/third_party/skia/third_party/externals/dawn/src/tests/
DMockCallback.h68 std::tuple<Args...> tuple = std::make_tuple(args...); in CallUnboundCallback() local
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash.h235 auto tuple = std::tie(values...); in HashOf() local

1234