Home
last modified time | relevance | path

Searched defs:exist (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp69 bool exist; in TEST_F() local
94 bool exist; in TEST_F() local
112 bool exist; in TEST_F() local
135 bool exist; in TEST_F() local
160 bool exist; in TEST_F() local
183 bool exist; in TEST_F() local
219 bool exist; in TEST_F() local
241 bool exist; in TEST_F() local
264 bool exist; in TEST_F() local
292 bool exist; in TEST_F() local
/frameworks/compile/mclinker/lib/LD/
DBranchIsland.cpp100 bool exist = false; in addStub() local
127 bool exist = false; in addStub() local
DNamePool.cpp70 bool exist = false; in insertSymbol() local
116 bool exist = false; in insertString() local
DELFObjectReader.cpp124 bool exist = false; in readSections() local
155 bool exist = false; in readSections() local
DArchive.cpp81 bool exist; in addObjectMember() local
113 bool exist; in addArchiveMember() local
DSectionSymbolSet.cpp52 bool exist = false; in add() local
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp633 bool exist = false; in TranslateArguments() local
661 bool exist = false; in TranslateArguments() local
693 bool exist = false; in TranslateArguments() local
708 bool exist = false; in TranslateArguments() local
723 bool exist = false; in TranslateArguments() local
738 bool exist = false; in TranslateArguments() local
/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp236 bool exist = false; in createParserStr() local
/frameworks/base/core/java/android/security/
DIKeystoreService.aidl38 int exist(String name, int uid); in exist() method
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkStatsServiceTest.java1075 private void assertStatsFilesExist(boolean exist) { in assertStatsFilesExist()