Searched refs:names1 (Results 1 - 4 of 4) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | implicitIndexSignatures.js | 6 const names1 = { a: "foo", b: "bar" }; 12 map = names1; 64 var names1 = { a: "foo", b: "bar" };
70 map = names1;
|
/third_party/alsa-lib/src/control/ |
H A 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_FOUND) in get_compare_weight()
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_none.c | 170 static const char *const names1[] = { in get_compare_weight() local 204 if ((res1 = compare_mixer_priority_lookup((const char **)&name, names1, 200)) == MIXER_COMPARE_WEIGHT_NOT_FOUND) in get_compare_weight()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 3465 char names1[256], names2[256]; in TestULocale() local 3485 u_austrcpy(names1, name1); in TestULocale() 3487 log_verbose("uloc_getDisplayName old:%s new:%s\n", names1, names2); in TestULocale()
|
Completed in 12 milliseconds