Home
last modified time | relevance | path

Searched defs:getSymbol (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DLDContext.cpp67 LDSymbol* LDContext::getSymbol(unsigned int pIdx) { in getSymbol() function in mcld::LDContext
73 const LDSymbol* LDContext::getSymbol(unsigned int pIdx) const { in getSymbol() function in mcld::LDContext
79 LDSymbol* LDContext::getSymbol(const llvm::StringRef& pName) { in getSymbol() function in mcld::LDContext
88 const LDSymbol* LDContext::getSymbol(const llvm::StringRef& pName) const { in getSymbol() function in mcld::LDContext
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/util/
H A DCurrency.java195 public java.lang.String getSymbol() { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
204 public java.lang.String getSymbol(java.util.Locale loc) { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
213 public java.lang.String getSymbol(android.icu.util.ULocale uloc) { throw new RuntimeException("Stub… in getSymbol() method in Currency
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/util/
H A DCurrency.java195 public java.lang.String getSymbol() { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
204 public java.lang.String getSymbol(java.util.Locale loc) { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
213 public java.lang.String getSymbol(android.icu.util.ULocale uloc) { throw new RuntimeException("Stub… in getSymbol() method in Currency
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/util/
H A DCurrency.java195 public java.lang.String getSymbol() { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
204 public java.lang.String getSymbol(java.util.Locale loc) { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
213 public java.lang.String getSymbol(android.icu.util.ULocale uloc) { throw new RuntimeException("Stub… in getSymbol() method in Currency
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/util/
H A DCurrency.java195 public java.lang.String getSymbol() { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
204 public java.lang.String getSymbol(java.util.Locale loc) { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
213 public java.lang.String getSymbol(android.icu.util.ULocale uloc) { throw new RuntimeException("Stub… in getSymbol() method in Currency
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/util/
H A DCurrency.java195 public java.lang.String getSymbol() { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
204 public java.lang.String getSymbol(java.util.Locale loc) { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
213 public java.lang.String getSymbol(android.icu.util.ULocale uloc) { throw new RuntimeException("Stub… in getSymbol() method in Currency
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/util/
H A DCurrency.java195 public java.lang.String getSymbol() { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
204 public java.lang.String getSymbol(java.util.Locale loc) { throw new RuntimeException("Stub!"); } in getSymbol() method in Currency
213 public java.lang.String getSymbol(android.icu.util.ULocale uloc) { throw new RuntimeException("Stub… in getSymbol() method in Currency
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DCurrency.java536 public String getSymbol() { in getSymbol() method in Currency
552 public String getSymbol(Locale locale) { in getSymbol() method in Currency
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DCurrency.java536 public String getSymbol() { in getSymbol() method in Currency
552 public String getSymbol(Locale locale) { in getSymbol() method in Currency
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DCurrency.java536 public String getSymbol() { in getSymbol() method in Currency
552 public String getSymbol(Locale locale) { in getSymbol() method in Currency
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DCurrency.java518 public String getSymbol() { in getSymbol() method in Currency
529 public String getSymbol(Locale loc) { in getSymbol() method in Currency
540 public String getSymbol(ULocale uloc) { in getSymbol() method in Currency
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrency.java491 public String getSymbol() { in getSymbol() method in Currency
501 public String getSymbol(Locale loc) { in getSymbol() method in Currency
511 public String getSymbol(ULocale uloc) { in getSymbol() method in Currency
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dnumbertest_affixutils.cpp21 UnicodeString getSymbol(AffixPatternType type) const override { in getSymbol() function in DefaultSymbolProvider
205 virtual UnicodeString getSymbol(AffixPatternType type) const override { in getSymbol() function in NumericSymbolProvider
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dnumbertest_affixutils.cpp21 UnicodeString getSymbol(AffixPatternType type) const override { in getSymbol() function in DefaultSymbolProvider
205 virtual UnicodeString getSymbol(AffixPatternType type) const override { in getSymbol() function in NumericSymbolProvider
/aosp_15_r20/frameworks/base/libs/hwui/platform/linux/utils/
H A DSharedLib.cpp28 void* SharedLib::getSymbol(void* library, const char* symbol) { in getSymbol() function in android::uirenderer::SharedLib
/aosp_15_r20/external/parameter-framework/upstream/utility/
H A DDynamicLibrary.hpp55 SymbolType getSymbol(const std::string &symbol) const in getSymbol() function in DynamicLibrary
/aosp_15_r20/frameworks/base/libs/hwui/platform/darwin/utils/
H A DSharedLib.cpp28 void* SharedLib::getSymbol(void* library, const char* symbol) { in getSymbol() function in android::uirenderer::SharedLib
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DOrganizationDataItem.java53 public String getSymbol() { in getSymbol() method in OrganizationDataItem
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DOrganizationDataItem.java53 public String getSymbol() { in getSymbol() method in OrganizationDataItem
/aosp_15_r20/external/icu/icu4j/main/localespi/src/main/java/com/ibm/icu/impl/javaspi/util/
H A DCurrencyNameProviderICU.java20 public String getSymbol(String currencyCode, Locale locale) { in getSymbol() method in CurrencyNameProviderICU
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h37 MCSymbol *getSymbol() const { in getSymbol() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCFragment.h450 const MCSymbol *getSymbol() { return Sym; } in getSymbol() function
451 const MCSymbol *getSymbol() const { return Sym; } in getSymbol() function
/aosp_15_r20/external/easymock/src/org/easymock/
H A DLogicalOperator.java54 public String getSymbol() { in getSymbol() method in LogicalOperator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h46 MCSymbol *getSymbol() const { in getSymbol() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h72 MCSymbol *getSymbol() const { in getSymbol() function

12345678910>>...26