Searched refs:names1 (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | implicitIndexSignatures.js | 6 const names1 = { a: "foo", b: "bar" }; variable 12 map = names1; 64 var names1 = { a: "foo", b: "bar" }; variable 70 map = names1;
|
D | implicitIndexSignatures.types | 13 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; }
|
D | implicitIndexSignatures.symbols | 12 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/ |
D | implicitIndexSignatures.ts | 5 const names1 = { a: "foo", b: "bar" }; constant 11 map = names1;
|
/third_party/alsa-lib/src/control/ |
D | hcontrol.c | 270 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/ |
D | simple_none.c | 171 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/ |
D | cloctst.c | 3430 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()
|