Searched defs:getEntry (Results 1 - 11 of 11) sorted by path

/frameworks/base/core/java/android/preference/
H A DListPreference.java148 final CharSequence entry = getEntry();
201 public CharSequence getEntry() { method in class:ListPreference
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2972 ssize_t offset = getEntry(package, t, e, NULL, &type, &entry, NULL);
3074 ssize_t offset = getEntry(package, T, E, desiredConfig, &type, &entry, &typeClass);
3352 ssize_t offset = getEntry(package, T, E, &mParams, &type, &entry, &typeClass);
4839 ssize_t ResTable::getEntry( function in class:android::ResTable
4856 ALOGW("getEntry failing because entryIndex %d is beyond type entryCount %d",
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1725 sp<Entry> e = getEntry(package, type, name, sourcePos, overwrite,
1781 sp<Entry> e = getEntry(package, type, name, sourcePos, overlay, params);
1828 sp<Entry> e = getEntry(package, type, name, sourcePos, replace, params);
2196 // String8(getEntry(attrID)->getName()).string(), value.data);
2258 sp<const Entry> e = getEntry(attrID);
2278 sp<const Entry> e = getEntry(attrID);
2301 sp<const Entry> e = getEntry(attrID);
3461 sp<ResourceTable::Entry> ResourceTable::Type::getEntry(const String16& entry, function in class:ResourceTable::Type
3776 sp<ResourceTable::Entry> ResourceTable::getEntry(const String16& package, function in class:ResourceTable
3788 return t->getEntry(nam
3791 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, function in class:ResourceTable
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h91 inline entry_type* getEntry() { function in class:mcld::ChainIteratorBase
97 inline const entry_type* getEntry() const { function in class:mcld::ChainIteratorBase
202 inline entry_type* getEntry() { function in class:mcld::EntryIteratorBase
208 inline const entry_type* getEntry() const { function in class:mcld::EntryIteratorBase
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp94 GOTEntry* ARMGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) function in class:ARMGOT
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp121 GOTEntry* MipsGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) function in class:MipsGOT
/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp46 Relocation* OutputRelocSection::getEntry(const ResolveInfo& pSymbol, function in class:OutputRelocSection
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp54 GOTEntry* X86GOT::getEntry(const ResolveInfo& pInfo, bool& pExist) function in class:X86GOT
H A DX86GOTPLT.cpp120 GOTEntry* X86GOTPLT::getEntry(const ResolveInfo& pInfo, bool& pExist) function in class:mcld::X86GOTPLT
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientChip.java98 public RecipientEntry getEntry() { method in class:RecipientChip
/frameworks/native/include/utils/
H A DStringArray.h65 const char* getEntry(int idx) const { function in class:android::StringArray

Completed in 147 milliseconds