Home
last modified time | relevance | path

Searched refs:names2 (Results 1 - 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DimplicitIndexSignatures.js7 let names2: { a: string, b: string };
13 map = names2;
65 var names2; variable
71 map = names2;
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dgraphics_robust_access_test.cpp132 auto names2 = names; in ShaderPreambleAC() local
133 names2.push_back("ac"); in ShaderPreambleAC()
134 names2.push_back("ptr_ty"); in ShaderPreambleAC()
135 names2.push_back("var"); in ShaderPreambleAC()
136 return ShaderPreamble(names2); in ShaderPreambleAC()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dgraphics_robust_access_test.cpp132 auto names2 = names; in ShaderPreambleAC() local
133 names2.push_back("ac"); in ShaderPreambleAC()
134 names2.push_back("ptr_ty"); in ShaderPreambleAC()
135 names2.push_back("var"); in ShaderPreambleAC()
136 return ShaderPreamble(names2); in ShaderPreambleAC()
/third_party/spirv-tools/test/opt/
H A Dgraphics_robust_access_test.cpp130 auto names2 = names; in ShaderPreambleAC() local
131 names2.push_back("ac"); in ShaderPreambleAC()
132 names2.push_back("ptr_ty"); in ShaderPreambleAC()
133 names2.push_back("var"); in ShaderPreambleAC()
134 return ShaderPreamble(names2); in ShaderPreambleAC()
/third_party/alsa-lib/src/control/
H A Dhcontrol.c284 static const char *const names2[] = { in get_compare_weight() local
315 if ((res1 = snd_hctl_compare_mixer_priority_lookup((const char **)&name, names2, 1)) == NOT_FOUND) in get_compare_weight()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleTest.java1116 String[] names2 = { in TestDisplayNames()
1130 if (!names2[i].equals(name)) { in TestDisplayNames()
1131 errln("expected '" + names2[i] + "' but got '" + name + "'"); in TestDisplayNames()
/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c174 static const char *const names2[] = { in get_compare_weight() local
210 if ((res1 = compare_mixer_priority_lookup((const char **)&name, names2, 20)) == MIXER_COMPARE_WEIGHT_NOT_FOUND) in get_compare_weight()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java1134 String[] names2 = { in TestDisplayNames()
1148 if (!names2[i].equals(name)) { in TestDisplayNames()
1149 errln("expected '" + names2[i] + "' but got '" + name + "'"); in TestDisplayNames()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3465 char names1[256], names2[256]; in TestULocale() local
3486 u_austrcpy(names2, name2); in TestULocale()
3487 log_verbose("uloc_getDisplayName old:%s new:%s\n", names1, names2); in TestULocale()
/third_party/python/Lib/test/
H A Dtest_shutil.py1495 names2 = zf.namelist()
1496 self.assertEqual(sorted(names), sorted(names2))

Completed in 33 milliseconds