Searched refs:exist (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp84 bool exist; local
87 entry = hashTable->insert(pA, exist);
110 bool exist; local
112 HashTableTy::entry_type* val = hashTable->insert(key, exist);
115 EXPECT_FALSE(exist);
127 bool exist; local
130 entry = hashTable->insert(key, exist);
132 EXPECT_FALSE(exist);
149 bool exist; local
152 entry = hashTable->insert(key, exist);
174 bool exist; local
197 bool exist; local
233 bool exist; local
254 bool exist; local
277 bool exist; local
308 bool exist; local
[all...]
/frameworks/compile/mclinker/tools/mcld/lib/
H A DScriptOptions.cpp83 bool exist = false; local
87 pScript.renameMap().insert(*wname, exist);
92 if (exist)
98 pScript.renameMap().insert(from_real_str, exist);
100 if (exist)
108 bool exist = false; local
112 pScript.renameMap().insert(*pname, exist);
117 if (exist)
123 pScript.renameMap().insert(from_real_str, exist);
126 if (exist)
139 bool exist = false; local
147 bool exist = false; local
155 bool exist = false; local
163 bool exist = false; local
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp71 bool exist = false; local
72 ResolveInfo* old_symbol = m_Table.insert(pName, exist);
74 if (exist && old_symbol->isSymbol()) {
78 exist = false;
90 if (!exist) {
102 // exist and is a symbol
121 bool exist = false; local
122 ResolveInfo* resolve_info = m_Table.insert(pString, exist);
H A DArchive.cpp90 bool exist; local
91 ObjectMemberEntryType* entry = m_ObjectMemberMap.insert(pFileOffset, exist);
92 if (!exist)
94 return !exist;
126 bool exist; local
127 ArchiveMemberEntryType* entry = m_ArchiveMemberMap.insert(pName, exist);
128 if (!exist) {
137 return !exist;
H A DSectionSymbolSet.cpp55 bool exist = false; local
57 m_pSectionSymbolMap->insert(&pOutSect, exist);
58 assert(!exist);
H A DBranchIsland.cpp114 bool exist = false; local
116 StubEntryType* entry = m_StubMap.insert(key, exist);
117 if (!exist) {
139 return !exist;
H A DELFObjectReader.cpp128 bool exist = false; local
133 signatures().insert((*section)->name(), exist);
135 signatures().insert(signature->name(), exist);
138 if (exist) {
158 bool exist = false; local
161 signatures().insert(name.split(".").second, exist);
162 if (!exist) {
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc58 bool exist = false;
60 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
61 if (!exist)
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc75 bool exist = false;
76 mcld::sys::fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
77 if (!exist)
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp242 bool exist = false; local
244 g_ParserStrPool->insert(std::string(pText, pLength), exist);
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat38 if exist "%JAVA_EXE%" goto init
/frameworks/opt/photoviewer/
H A DAndroid.mk20 # the required libraries already exist. You should only use this library
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java137 return mBinder.exist(key, uid) == NO_ERROR;
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java119 public int exist(String name, int uid) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
617 public int exist(String name, int uid) throws RemoteException; method in interface:IKeystoreService
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java962 private void assertStatsFilesExist(boolean exist) { argument
964 if (exist) {

Completed in 338 milliseconds