Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/tools/mcld/lib/
DScriptOptions.cpp83 bool exist = false; in parse() local
108 bool exist = false; in parse() local
139 bool exist = false; in parse() local
147 bool exist = false; in parse() local
155 bool exist = false; in parse() local
163 bool exist = false; in parse() local
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp84 bool exist; in TEST_F() local
110 bool exist; in TEST_F() local
127 bool exist; in TEST_F() local
149 bool exist; in TEST_F() local
174 bool exist; in TEST_F() local
197 bool exist; in TEST_F() local
233 bool exist; in TEST_F() local
254 bool exist; in TEST_F() local
277 bool exist; in TEST_F() local
308 bool exist; in TEST_F() local
/frameworks/compile/mclinker/lib/LD/
DNamePool.cpp71 bool exist = false; in insertSymbol() local
121 bool exist = false; in insertString() local
DELFObjectReader.cpp128 bool exist = false; in readSections() local
158 bool exist = false; in readSections() local
DArchive.cpp90 bool exist; in addObjectMember() local
126 bool exist; in addArchiveMember() local
DSectionSymbolSet.cpp55 bool exist = false; in add() local
DBranchIsland.cpp114 bool exist = false; in addStub() local
/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp242 bool exist = false; in createParserStr() local
/frameworks/base/core/java/android/security/
DIKeystoreService.java119 public int exist(String name, int uid) throws RemoteException { in exist() method in IKeystoreService.Stub.Proxy
617 public int exist(String name, int uid) throws RemoteException; in exist() method
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkStatsServiceTest.java962 private void assertStatsFilesExist(boolean exist) { in assertStatsFilesExist()