Searched refs:getEntry (Results 26 - 50 of 51) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/job/
H A DJobPackageTracker.java137 public PackageEntry getEntry(int uid, String pkg) { method in class:JobPackageTracker.DataSet
392 PackageEntry cur = mCurDataSet.getEntry(uid, pkg);
393 PackageEntry last = mLastDataSets[0] != null ? mLastDataSets[0].getEntry(uid, pkg) : null;
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffWriter.h182 virtual sp<TiffEntry> getEntry(uint16_t tag, uint32_t ifd) const;
/frameworks/base/libs/hwui/
H A DTextureCache.cpp113 AssetAtlas::Entry* entry = mAssetAtlas->getEntry(bitmap->pixelRef());
H A DBakedOpDispatcher.cpp51 AssetAtlas::Entry* entry = renderer.renderState().assetAtlas().getEntry(bitmap->pixelRef());
95 AssetAtlas::Entry* entry = renderer.renderState().assetAtlas().getEntry(
602 AssetAtlas::Entry* entry = renderer.renderState().assetAtlas().getEntry(op.bitmap->pixelRef());
H A DDisplayListOp.h618 mEntry = renderer.renderState().assetAtlas().getEntry(mBitmap->pixelRef());
783 mEntry = renderer.renderState().assetAtlas().getEntry(mBitmap->pixelRef());
/frameworks/base/test-runner/src/junit/runner/
H A DTestCaseClassLoader.java168 ZipEntry entry= zipFile.getEntry(fileName);
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp137 return &(it.getEntry()->value());
H A DELFObjectWriter.cpp263 llvm::StringRef entry_name = target().getEntry(pModule);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAnqpCache.java162 public ANQPData getEntry(NetworkDetail network) { method in class:AnqpCache
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1868 sp<Entry> e = getEntry(package, type, name, sourcePos, overwrite,
1920 sp<Entry> e = getEntry(package, type, name, sourcePos, overlay, params);
1967 sp<Entry> e = getEntry(package, type, name, sourcePos, replace, params);
2118 sp<ResourceTable::Entry> entry = getEntry(package, attr16, name, source, false);
2420 // String8(getEntry(attrID)->getName()).string(), value.data);
2482 sp<const Entry> e = getEntry(attrID);
2502 sp<const Entry> e = getEntry(attrID);
2525 sp<const Entry> e = getEntry(attrID);
3890 sp<ResourceTable::Entry> ResourceTable::Type::getEntry(const String16& entry, function in class:ResourceTable::Type
4254 sp<Entry> entry = privateAttrType->getEntry(
4284 sp<ResourceTable::Entry> ResourceTable::getEntry(const String16& package, function in class:ResourceTable
4332 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, function in class:ResourceTable
[all...]
H A DResourceTable.h484 sp<Entry> getEntry(const String16& entry,
593 sp<Entry> getEntry(const String16& package,
600 sp<const Entry> getEntry(uint32_t resID,
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java444 ZipEntry e = z.getEntry(split[1]);
486 ZipEntry e = z.getEntry(entry);
/frameworks/compile/mclinker/lib/Script/
H A DBinaryOp.cpp241 res->setValue(addr.getEntry()->value());
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h295 /// getEntry - get the entry point name
296 llvm::StringRef getEntry(const Module& pModule) const;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java347 public NotificationData.Entry getEntry(String key) { method in class:HeadsUpManager
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java421 ZipEntry entry = zipFile.getEntry(modifiedClassPath);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java976 ANQPData anqpData = mAnqpCache.getEntry(scanDetail.getNetworkDetail());
2501 ANQPData anqpData = mAnqpCache.getEntry(networkDetail);
2538 ANQPData data = mAnqpCache.getEntry(network);
2571 ANQPData data = mAnqpCache.getEntry(networkDetail);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1913 status_t getEntry(
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp416 name = renameSym.getEntry()->value();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp492 addSymbolToOutput(*info_it.getEntry(), pModule);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp152 return mapping.getEntry()->value();
1471 return entry.getEntry()->value();
2147 vma = addr.getEntry()->value();
2844 llvm::StringRef GNULDBackend::getEntry(const Module& pModule) const { function in class:mcld::GNULDBackend
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java273 public AppEntry getEntry(String packageName, int userId) { method in class:ApplicationsState
274 if (DEBUG_LOCKING) Log.v(TAG, "getEntry about to acquire lock...");
283 Log.w(TAG, "getEntry couldn't reach PackageManager", e);
291 if (DEBUG_LOCKING) Log.v(TAG, "...getEntry releasing lock");
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3957 status_t err = getEntry(grp, t, e, NULL, &entry);
4026 status_t err = getEntry(grp, t, e, &desiredConfig, &entry);
4234 status_t err = getEntry(grp, t, e, &mParams, &entry);
4443 // faster lookup in getEntry() if the set of values is narrowed down.
4687 if (getEntry(group, typeIndex, iter.index(), NULL, &result) != NO_ERROR) {
5955 status_t err = getEntry(grp, t, e, NULL, &entry);
5964 status_t ResTable::getEntry( function in class:android::ResTable
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp840 sp<TiffEntry> entry = writer->getEntry(tagId, ifdFrom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1522 mHeadsUpEntriesToRemoveOnSwitch.add(mHeadsUpManager.getEntry(key));

Completed in 798 milliseconds

123