Home
last modified time | relevance | path

Searched refs:hasEntry (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageResolver.java103 if (!mImageCache.hasEntry(uri)) { in preloadImages()
183 boolean hasEntry(Uri uri); in hasEntry() method
DNotificationInlineImageCache.java48 public boolean hasEntry(Uri uri) { in hasEntry() method in NotificationInlineImageCache
/frameworks/compile/mclinker/lib/Script/
DEntryCmd.cpp33 if (!script.hasEntry()) in activate()
/frameworks/compile/mclinker/lib/Core/
DLinkerScript.cpp42 bool LinkerScript::hasEntry() const { in hasEntry() function in mcld::LinkerScript
/frameworks/compile/mclinker/include/mcld/
DLinkerScript.h88 bool hasEntry() const;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java612 final boolean hasEntry = mManagedNotifs.contains(entry.key); in setShouldManageLifetime()
614 if (hasEntry) { in setShouldManageLifetime()
619 if (!hasEntry) { in setShouldManageLifetime()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp266 bool issue_warning = (pModule.getScript().hasEntry() && in getEntryPoint()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2845 if (pModule.getScript().hasEntry()) in getEntry()