Searched refs:SYMBOL_NAME (Results 1 - 25 of 29) sorted by relevance

12

/external/libunwind_llvm/src/
H A Dassembly.h35 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) macro
54 .globl SYMBOL_NAME(name) SEPARATOR \
55 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
56 SYMBOL_NAME(name):
59 .globl SYMBOL_NAME(name) SEPARATOR \
60 HIDDEN_DIRECTIVE SYMBOL_NAME(name) SEPARATOR \
61 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
62 SYMBOL_NAME(name):
/external/compiler-rt/lib/builtins/
H A Dassembly.h102 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) macro
106 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
113 .globl SYMBOL_NAME(name) SEPARATOR \
114 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
116 SYMBOL_NAME(name):
120 .globl SYMBOL_NAME(name) SEPARATOR \
121 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
124 SYMBOL_NAME(name):
128 .globl SYMBOL_NAME(name) SEPARATOR \
129 SYMBOL_IS_FUNC(SYMBOL_NAME(nam
[all...]
H A Datomic.c35 #pragma redefine_extname __atomic_load_c SYMBOL_NAME(__atomic_load)
36 #pragma redefine_extname __atomic_store_c SYMBOL_NAME(__atomic_store)
37 #pragma redefine_extname __atomic_exchange_c SYMBOL_NAME(__atomic_exchange)
38 #pragma redefine_extname __atomic_compare_exchange_c SYMBOL_NAME(__atomic_compare_exchange)
/external/compiler-rt/lib/builtins/arm/
H A Daeabi_idivmod.S24 bl SYMBOL_NAME(__divmodsi4)
H A Daeabi_uidivmod.S25 bl SYMBOL_NAME(__udivmodsi4)
H A Daeabi_ldivmod.S26 bl SYMBOL_NAME(__divmoddi4)
H A Daeabi_uldivmod.S26 bl SYMBOL_NAME(__udivmoddi4)
H A Daeabi_dcmp.S26 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
H A Daeabi_fcmp.S26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
H A Ddivsi3.S59 bl SYMBOL_NAME(__udivsi3)
H A Dmodsi3.S57 bl SYMBOL_NAME(__umodsi3)
H A Ddivmodsi4.S64 bl SYMBOL_NAME(__udivmodsi4)
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DCurrency.java55 public static final int SYMBOL_NAME = 0; field in class:Currency
302 // * The nameStyle should be either SYMBOL_NAME or
314 // * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME
372 // * given locale. For example, the SYMBOL_NAME for the USD
390 // * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME,
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrency.java67 public static final int SYMBOL_NAME = 0; field in class:Currency
473 return getName(uloc, SYMBOL_NAME, new boolean[1]);
494 * The nameStyle should be either SYMBOL_NAME or
506 * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME
511 if (!(nameStyle == SYMBOL_NAME || nameStyle == LONG_NAME)) {
522 return nameStyle == SYMBOL_NAME ? names.getSymbol(subType) : names.getName(subType);
536 * given locale. For example, the SYMBOL_NAME for the USD
554 * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME,
H A DGlobalizationPreferences.java574 : Currency.SYMBOL_NAME, new boolean[1]);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java68 public static final int SYMBOL_NAME = 0; field in class:Currency
494 return getName(uloc, SYMBOL_NAME, new boolean[1]);
516 * The nameStyle should be either SYMBOL_NAME or
528 * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME
534 if (!(nameStyle == SYMBOL_NAME || nameStyle == LONG_NAME)) {
545 return nameStyle == SYMBOL_NAME ? names.getSymbol(subType) : names.getName(subType);
560 * given locale. For example, the SYMBOL_NAME for the USD
578 * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDisplayNameTest.java50 static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.LONG_NAME)};
H A DCurrencyTest.java197 assertEquals("USD.getName(SYMBOL_NAME)",
199 usd.getName(en, Currency.SYMBOL_NAME, isChoiceFormat));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDisplayNameTest.java46 static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.LONG_NAME)};
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc2099 #define SYMBOL_NAME(name) NAME_ENTRY(name) macro
2100 PRIVATE_SYMBOL_LIST(SYMBOL_NAME)
2101 #undef SYMBOL_NAME macro
2102 #define SYMBOL_NAME(name, description) NAME_ENTRY(name) macro
2103 PUBLIC_SYMBOL_LIST(SYMBOL_NAME)
2104 WELL_KNOWN_SYMBOL_LIST(SYMBOL_NAME)
2105 #undef SYMBOL_NAME macro
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormatSymbols.java853 currname = currency.getName(locale, Currency.SYMBOL_NAME, isChoiceFormat);
H A DDecimalFormat.java2010 false, Currency.SYMBOL_NAME)) {
2112 true, Currency.SYMBOL_NAME);
2163 false /* disable complex currency parsing */, Currency.SYMBOL_NAME);
2208 Currency.SYMBOL_NAME);
4151 s = currency.getName(symbols.getULocale(), Currency.SYMBOL_NAME,
5278 Currency.SYMBOL_NAME, isChoiceFormat);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java911 currname = currency.getName(locale, Currency.SYMBOL_NAME, isChoiceFormat);
H A DDecimalFormat.java2024 false, Currency.SYMBOL_NAME)) {
2126 true, Currency.SYMBOL_NAME);
2177 false /* disable complex currency parsing */, Currency.SYMBOL_NAME);
2222 Currency.SYMBOL_NAME);
4216 s = currency.getName(symbols.getULocale(), Currency.SYMBOL_NAME,
5358 Currency.SYMBOL_NAME, isChoiceFormat);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java599 : Currency.SYMBOL_NAME, new boolean[1]);

Completed in 294 milliseconds

12