Home
last modified time | relevance | path

Searched refs:names1 (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DimplicitIndexSignatures.js6 const names1 = { a: "foo", b: "bar" }; variable
12 map = names1;
64 var names1 = { a: "foo", b: "bar" }; variable
70 map = names1;
DimplicitIndexSignatures.types13 const names1 = { a: "foo", b: "bar" };
14 >names1 : { a: string; b: string; }
48 map = names1;
49 >map = names1 : { a: string; b: string; }
51 >names1 : { a: string; b: string; }
DimplicitIndexSignatures.symbols12 const names1 = { a: "foo", b: "bar" };
13 >names1 : Symbol(names1, Decl(implicitIndexSignatures.ts, 4, 5))
39 map = names1;
41 >names1 : Symbol(names1, Decl(implicitIndexSignatures.ts, 4, 5))
/third_party/typescript/tests/cases/compiler/
DimplicitIndexSignatures.ts5 const names1 = { a: "foo", b: "bar" }; constant
11 map = names1;
/third_party/alsa-lib/src/control/
Dhcontrol.c270 static const char *const names1[] = { in get_compare_weight() local
309 …if ((res1 = snd_hctl_compare_mixer_priority_lookup((const char **)&name, names1, 1000)) == NOT_FOU… in get_compare_weight()
/third_party/alsa-lib/src/mixer/
Dsimple_none.c171 static const char *const names1[] = { in get_compare_weight() local
205 …if ((res1 = compare_mixer_priority_lookup((const char **)&name, names1, 200)) == MIXER_COMPARE_WEI… in get_compare_weight()
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c3430 char names1[256], names2[256]; in TestULocale() local
3450 u_austrcpy(names1, name1); in TestULocale()
3452 log_verbose("uloc_getDisplayName old:%s new:%s\n", names1, names2); in TestULocale()