HomeSort by relevance Sort by last modified time
    Searched defs:exist (Results 1 - 16 of 16) sorted by null

  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 55 bool exist = false; local
57 m_pSectionSymbolMap->insert(&pOutSect, exist);
58 assert(!exist);
NamePool.cpp 71 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);
BranchIsland.cpp 114 bool exist = false; local
116 StubEntryType* entry = m_StubMap.insert(key, exist);
117 if (!exist) {
139 return !exist;
Archive.cpp 90 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;
ELFObjectReader.cpp 128 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/tools/mcld/lib/
ScriptOptions.cpp 83 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidatorTest.java 94 validator.exist();
  /frameworks/compile/mclinker/unittests/
HashTableTest.cpp 84 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/lib/Script/
ScriptFile.cpp 242 bool exist = false; local
244 g_ParserStrPool->insert(std::string(pText, pLength), exist);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 50 /** If true, the validated name must exist */
89 * Makes the resource name validator require that names already exist
93 public ResourceNameValidator exist() { method in class:ResourceNameValidator
171 return String.format("%1$s does not exist", newText);
202 * @param existing An optional set of names that already exist (and therefore will not
  /frameworks/base/core/java/android/security/
IKeystoreService.java 119 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
  /system/security/keystore/
IKeystoreService.cpp 152 virtual int32_t exist(const String16& name, int uid) function in class:android::BpKeystoreService
158 status_t status = remote()->transact(BnKeystoreService::EXIST, data, &reply);
160 ALOGD("exist() could not contact remote: %d\n", status);
166 ALOGD("exist() caught exception %d\n", err);
702 case EXIST: {
706 int32_t ret = exist(name, uid);
    [all...]
keystore.cpp 175 "exist",
1681 int32_t exist(const String16& name, int targetUid) { function in class:android::KeyStoreProxy
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c 1274 int exist = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 5111 struct asm_symbol *exist = (struct asm_symbol *) local
5566 struct asm_symbol *exist = (struct asm_symbol *) local
    [all...]
  /external/elfutils/0.153/src/
ld.h 285 int exist; member in struct:pathelement
    [all...]

Completed in 408 milliseconds