/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | DebugUtilities.java | 45 return DebugUtilitiesData.NAMES[type].length; in enumCount() 55 return DebugUtilitiesData.NAMES[type][field]; in enumString() 65 for(int j=0;j<DebugUtilitiesData.NAMES[type].length;j++) { in enumByString() 66 if(string.equals(DebugUtilitiesData.NAMES[type][j])) { in enumByString()
|
H A D | DebugUtilitiesData.java | 33 public static final String [][] NAMES = { field in DebugUtilitiesData
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | DebugUtilities.java | 41 return DebugUtilitiesData.NAMES[type].length; in enumCount() 51 return DebugUtilitiesData.NAMES[type][field]; in enumString() 61 for(int j=0;j<DebugUtilitiesData.NAMES[type].length;j++) { in enumByString() 62 if(string.equals(DebugUtilitiesData.NAMES[type][j])) { in enumByString()
|
H A D | DebugUtilitiesData.java | 29 public static final String [][] NAMES = { field in DebugUtilitiesData
|
/third_party/python/Tools/scripts/ |
H A D | make_ctype.py | 4 NAMES = ("LOWER", "UPPER", "ALPHA", "DIGIT", "XDIGIT", "ALNUM", "SPACE") variable 20 for name in NAMES: 45 for name in NAMES: 51 for name in NAMES:
|
/third_party/musl/libc-test/ |
H A D | Makefile | 7 NAMES:=$(SRCS:src/%.c=%) macro 43 $(1).NAMES:=$$(filter $(1)/%,$$(NAMES)) 44 $(1).OBJS:=$$($(1).NAMES:%=$(B)/%.o) 62 $(foreach n,$(NAMES),$(eval $(call template,$(n)))) 64 BINS:=$(foreach n,$(NAMES),$($(n).BINS)) $(B)/api/main.exe 65 LIBS:=$(foreach n,$(NAMES),$($(n).LIBS)) $(B)/common/runtest.exe 69 @echo NAMES $(NAMES)
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_asserts.py | 8 NAMES = dict( variable 30 """ % '|'.join(map(repr, NAMES)) 34 name.replace(Name(NAMES[str(name)], prefix=name.prefix))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/icons/ |
H A D | Makefile | 3 NAMES := wpa_gui ap laptop group invitation macro 5 ICONS := $(addsuffix .png, $(foreach name, $(NAMES), $(foreach size, $(SIZES), $(size)/$(name)))) 6 ICONS += $(addsuffix .xpm, $(NAMES))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/icons/ |
H A D | Makefile | 3 NAMES := wpa_gui ap laptop group invitation macro 5 ICONS := $(addsuffix .png, $(foreach name, $(NAMES), $(foreach size, $(SIZES), $(size)/$(name)))) 6 ICONS += $(addsuffix .xpm, $(NAMES))
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | indic.pl | 195 $NAMES = "NamesList.txt"; 196 open(NAMES); 197 while (<NAMES>) { 201 while (<NAMES>) { 226 close(NAMES);
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | OperatorsTableSchema.java | 30 * <li>{@link #NAMES}: A group of columns containing the name of the operator, potential in 70 public static final ColumnGroup<SimpleLanguageTag, String> NAMES = field in OperatorsTableSchema 80 .add(NAMES)
|
/third_party/node/deps/openssl/openssl/providers/ |
H A D | legacyprov.c | 29 #define ALG(NAMES, FUNC) { NAMES, "provider=legacy", FUNC }
|
H A D | defltprov.c | 34 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, "provider=default", FUNC }, CHECK } 35 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL)
|
/third_party/openssl/providers/ |
H A D | legacyprov.c | 29 #define ALG(NAMES, FUNC) { NAMES, "provider=legacy", FUNC }
|
H A D | defltprov.c | 34 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, "provider=default", FUNC }, CHECK } 35 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL)
|
/third_party/node/deps/openssl/openssl/providers/fips/ |
H A D | fipsprov.c | 39 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, FIPS_DEFAULT_PROPERTIES, FUNC }, CHECK } 40 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL)
|
/third_party/openssl/providers/fips/ |
H A D | fipsprov.c | 39 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, FIPS_DEFAULT_PROPERTIES, FUNC }, CHECK } 40 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL)
|