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

/frameworks/base/include/utils/
H A DStringArray.h65 const char* getEntry(int idx) const { function in class:android::StringArray
H A DResourceTypes.h1999 ssize_t getEntry(
/frameworks/base/media/libmedia/
H A DMediaScannerClient.cpp159 uint8_t* src = (uint8_t *)mValues->getEntry(i);
173 const char* source = mValues->getEntry(i);
207 encoding &= possibleEncodings(mValues->getEntry(i));
215 if (!handleStringTag(mNames->getEntry(i), mValues->getEntry(i)))
/frameworks/base/tests/CoreTests/android/core/
H A DZipFileTest.java136 entry1 = zipFile.getEntry("file-1");
137 entry2 = zipFile.getEntry("file-2");
182 stream1 = zipFile.getInputStream(zipFile.getEntry("file-0"));
H A DMiscRegressionTest.java279 ZipEntry entry = zip.getEntry("AndroidManifest.xml");
/frameworks/base/core/java/android/preference/
H A DListPreference.java155 public CharSequence getEntry() { method in class:ListPreference
/frameworks/base/tools/aapt/
H A DResourceTable.h430 sp<Entry> getEntry(const String16& entry,
518 sp<Entry> getEntry(const String16& package,
525 sp<const Entry> getEntry(uint32_t resID,
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/test-runner/src/junit/runner/
H A DTestCaseClassLoader.java168 ZipEntry entry= zipFile.getEntry(fileName);
/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 736 milliseconds