HomeSort by relevance Sort by last modified time
    Searched defs:getSymbol (Results 1 - 25 of 373) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/utility/
DynamicLibrary.hpp 55 SymbolType getSymbol(const std::string &symbol) const
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 67 LDSymbol* LDContext::getSymbol(unsigned int pIdx) {
73 const LDSymbol* LDContext::getSymbol(unsigned int pIdx) const {
79 LDSymbol* LDContext::getSymbol(const llvm::StringRef& pName) {
88 const LDSymbol* LDContext::getSymbol(const llvm::StringRef& pName) const {
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
MemoryProfileSymbolGen.py 35 def getSymbol (self, rva):
181 return symbolList.getSymbol (rva)
  /external/easymock/src/org/easymock/
LogicalOperator.java 54 public String getSymbol() {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyDisplayNames.java 115 public abstract String getSymbol(String isoCode);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyDisplayNames.java 120 public abstract String getSymbol(String isoCode);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
CurrencyNameProviderICU.java 20 public String getSymbol(String currencyCode, Locale locale) {
22 String sym = curDispNames.getSymbol(currencyCode);
  /external/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
OrganizationDataItem.java 53 public String getSymbol() {
  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
OrganizationDataItem.java 53 public String getSymbol() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /device/generic/goldfish/camera/
JpegCompressor.cpp 33 static void* getSymbol(void* dl, const char* signature) {
55 InitFunc f = (InitFunc)getSymbol(mDl, "JpegStub_init");
61 CleanupFunc f = (CleanupFunc)getSymbol(mDl, "JpegStub_cleanup");
75 CompressFunc f = (CompressFunc)getSymbol(mDl, "JpegStub_compress");
82 GetCompressedSizeFunc f = (GetCompressedSizeFunc)getSymbol(mDl,
89 GetCompressedImageFunc f = (GetCompressedImageFunc)getSymbol(mDl,

Completed in 890 milliseconds

1 2 3 4 5 6 7 8 91011>>