Searched defs:getEntry (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libmedia/
H A DStringArray.h65 const char* getEntry(int idx) const { function in class:android::StringArray
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java60 RecipientEntry getEntry(); method in interface:BaseRecipientChip
H A DSimpleRecipientChip.java77 public RecipientEntry getEntry() { method in class:SimpleRecipientChip
H A DVisibleRecipientChip.java71 public RecipientEntry getEntry() { method in class:VisibleRecipientChip
72 return mDelegate.getEntry();
H A DInvisibleRecipientChip.java70 public RecipientEntry getEntry() { method in class:InvisibleRecipientChip
71 return mDelegate.getEntry();
/frameworks/base/libs/hwui/
H A DAssetAtlas.cpp77 AssetAtlas::Entry* AssetAtlas::getEntry(SkBitmap* const bitmap) const { function in class:android::uirenderer::AssetAtlas
/frameworks/base/core/java/android/preference/
H A DListPreference.java156 final CharSequence entry = getEntry();
209 public CharSequence getEntry() { method in class:ListPreference
/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/base/tools/aapt/
H A DResourceTable.cpp1787 sp<Entry> e = getEntry(package, type, name, sourcePos, overwrite,
1843 sp<Entry> e = getEntry(package, type, name, sourcePos, overlay, params);
1890 sp<Entry> e = getEntry(package, type, name, sourcePos, replace, params);
2262 // String8(getEntry(attrID)->getName()).string(), value.data);
2324 sp<const Entry> e = getEntry(attrID);
2344 sp<const Entry> e = getEntry(attrID);
2367 sp<const Entry> e = getEntry(attrID);
3527 sp<ResourceTable::Entry> ResourceTable::Type::getEntry(const String16& entry, function in class:ResourceTable::Type
3842 sp<ResourceTable::Entry> ResourceTable::getEntry(const String16& package, function in class:ResourceTable
3854 return t->getEntry(nam
3857 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, function in class:ResourceTable
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3113 ssize_t offset = getEntry(package, t, e, NULL, &type, &entry, NULL);
3230 ssize_t offset = getEntry(package, T, E, desiredConfig, &type, &entry, &typeClass);
3508 ssize_t offset = getEntry(package, T, E, &mParams, &type, &entry, &typeClass);
4995 ssize_t ResTable::getEntry( function in class:android::ResTable
5012 ALOGW("getEntry failing because entryIndex %d is beyond type entryCount %d",

Completed in 409 milliseconds