HomeSort by relevance Sort by last modified time
    Searched refs:SYMBOL_NAME (Results 1 - 25 of 36) sorted by null

1 2

  /external/libunwind_llvm/src/
assembly.h 35 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
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):
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
assembly.h 35 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
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/
assembly.h 102 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
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(name)) SEPARATOR
    [all...]
atomic.c 35 #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/
aeabi_idivmod.S 24 bl SYMBOL_NAME(__divmodsi4)
aeabi_uidivmod.S 25 bl SYMBOL_NAME(__udivmodsi4)
aeabi_ldivmod.S 26 bl SYMBOL_NAME(__divmoddi4)
aeabi_uldivmod.S 26 bl SYMBOL_NAME(__udivmoddi4)
aeabi_dcmp.S 26 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
aeabi_fcmp.S 26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
divsi3.S 59 bl SYMBOL_NAME(__udivsi3)
modsi3.S 57 bl SYMBOL_NAME(__umodsi3)
divmodsi4.S 64 bl SYMBOL_NAME(__udivmodsi4)
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Currency.java 55 public static final int SYMBOL_NAME = 0;
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/
Currency.java 67 public static final int SYMBOL_NAME = 0;
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,
    [all...]
GlobalizationPreferences.java 574 : Currency.SYMBOL_NAME, new boolean[1]);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 68 public static final int SYMBOL_NAME = 0;
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,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 50 static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.LONG_NAME)};
CurrencyTest.java 197 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/
DisplayNameTest.java 46 static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.LONG_NAME)};
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java 853 currname = currency.getName(locale, Currency.SYMBOL_NAME, isChoiceFormat);
    [all...]
DecimalFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java 911 currname = currency.getName(locale, Currency.SYMBOL_NAME, isChoiceFormat);
    [all...]
DecimalFormat.java     [all...]

Completed in 2098 milliseconds

1 2