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

/frameworks/base/include/utils/
H A DStringArray.h65 const char* getEntry(int idx) const { function in class:android::StringArray
/frameworks/base/core/java/android/preference/
H A DListPreference.java155 public CharSequence getEntry() { method in class:ListPreference
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1664 sp<Entry> e = getEntry(package, type, name, sourcePos, overwrite,
1720 sp<Entry> e = getEntry(package, type, name, sourcePos, overlay, params);
1774 sp<Entry> e = getEntry(package, type, name, sourcePos, replace, params);
2107 // String8(getEntry(attrID)->getName()).string(), value.data);
2169 sp<const Entry> e = getEntry(attrID);
2189 sp<const Entry> e = getEntry(attrID);
2212 sp<const Entry> e = getEntry(attrID);
3397 sp<ResourceTable::Entry> ResourceTable::Type::getEntry(const String16& entry, function in class:ResourceTable::Type
3707 sp<ResourceTable::Entry> ResourceTable::getEntry(const String16& package, function in class:ResourceTable
3719 return t->getEntry(nam
3722 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, function in class:ResourceTable
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1871 ssize_t offset = getEntry(package, t, e, NULL, &type, &entry, NULL);
1934 ssize_t offset = getEntry(package, t, e, &mParams, &type, &entry, &typeClass);
2179 ssize_t offset = getEntry(package, t, e, &mParams, &type, &entry, &typeClass);
3623 ssize_t ResTable::getEntry( function in class:android::ResTable
3640 LOGW("getEntry failing because entryIndex %d is beyond type entryCount %d",

Completed in 222 milliseconds