Home
last modified time | relevance | path

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

/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/support/content/src/main/java/androidx/contentpager/content/
DContentPager.java328 if (mCursorCache.hasEntry(query.getUri())) { in loadContentInBackground()
599 boolean hasEntry(Uri uri) { in hasEntry() method in ContentPager.CursorCache
/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()