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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 37 bool exist = false; local
38 pConfig.scripts().sectionMap().append(".ARM.exidx", ".ARM.exidx", exist);
39 pConfig.scripts().sectionMap().append(".ARM.extab", ".ARM.extab", exist);
40 pConfig.scripts().sectionMap().append(".ARM.attributes", ".ARM.attributes", exist);
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 70 bool exist = false; local
71 pConfig.scripts().sectionMap().append(map[i].from, map[i].to, exist);
72 if (exist)
  /frameworks/compile/libbcc/lib/Support/
TargetLinkerConfigs.cpp 65 bool exist = false; local
66 getLDConfig()->scripts().sectionMap().append(".ARM.exidx", ".ARM.exidx", exist);
67 getLDConfig()->scripts().sectionMap().append(".ARM.extab", ".ARM.extab", exist);
68 getLDConfig()->scripts().sectionMap().append(".ARM.attributes", ".ARM.attributes", exist);
174 bool exist = false; local
175 getLDConfig()->scripts().sectionMap().append(".ARM.exidx", ".ARM.exidx", exist);
176 getLDConfig()->scripts().sectionMap().append(".ARM.extab", ".ARM.extab", exist);
177 getLDConfig()->scripts().sectionMap().append(".ARM.attributes", ".ARM.attributes", exist);
LinkerConfig.cpp 129 bool exist = false; local
132 exist);
282 bool exist = false; local
286 mLDConfig->scripts().renameMap().insert(pWrapSymbol, exist);
291 if (exist) {
298 mLDConfig->scripts().renameMap().insert(from_real_str, exist);
301 if (exist) {
309 bool exist = false; local
313 mLDConfig->scripts().renameMap().insert(pPortableSymbol, exist);
318 if (exist) {
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
TargetLinkerConfigs.cpp 57 bool exist = false; local
58 getLDConfig()->scripts().sectionMap().append(".ARM.exidx", ".ARM.exidx", exist);
59 getLDConfig()->scripts().sectionMap().append(".ARM.extab", ".ARM.extab", exist);
60 getLDConfig()->scripts().sectionMap().append(".ARM.attributes", ".ARM.attributes", exist);
166 bool exist = false; local
167 getLDConfig()->scripts().sectionMap().append(".ARM.exidx", ".ARM.exidx", exist);
168 getLDConfig()->scripts().sectionMap().append(".ARM.extab", ".ARM.extab", exist);
169 getLDConfig()->scripts().sectionMap().append(".ARM.attributes", ".ARM.attributes", exist);
LinkerConfig.cpp 122 bool exist = false; local
125 exist);
275 bool exist = false; local
279 mLDConfig->scripts().renameMap().insert(pWrapSymbol, exist);
284 if (exist) {
291 mLDConfig->scripts().renameMap().insert(from_real_str, exist);
294 if (exist) {
302 bool exist = false; local
306 mLDConfig->scripts().renameMap().insert(pPortableSymbol, exist);
311 if (exist) {
    [all...]
  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 55 bool exist = false; local
57 m_pSectionSymbolMap->insert(&pOutSect, exist);
58 assert(!exist);
NamePool.cpp 70 bool exist = false; local
71 ResolveInfo* old_symbol = m_Table.insert(pName, exist);
73 if (exist && old_symbol->isSymbol()) {
77 exist = false;
89 if (!exist) {
101 // exist and is a symbol
120 bool exist = false; local
121 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 92 bool exist; local
93 ObjectMemberEntryType* entry = m_ObjectMemberMap.insert(pFileOffset, exist);
94 if (!exist)
96 return !exist;
128 bool exist; local
129 ArchiveMemberEntryType* entry = m_ArchiveMemberMap.insert(pName, exist);
130 if (!exist) {
139 return !exist;
ELFObjectReader.cpp 117 bool exist = false; local
122 signatures().insert((*section)->name(), exist);
124 signatures().insert(signature->name(), exist);
127 if (exist) {
  /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...]
  /external/kernel-headers/original/linux/
hidraw.h 50 int exist; member in struct:hidraw
  /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
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 72 // object does not exist;
86 // object does not exist;
256 bool exist = m_nameSpace[p_type]->isObject(p_localName); local
259 return exist;
335 // Group does not exist, create new group
  /frameworks/compile/mclinker/lib/Fragment/
FragmentGraph.cpp 287 bool exist = false; local
288 entry = m_pSymNodeMap->insert(sym, exist);
332 bool exist = false; local
342 entry = m_pFragNodeMap->insert(frag, exist);
357 entry = m_pFragNodeMap->insert(frag, exist);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 155 bool exist; local
156 MipsGOTEntry& got_entry = helper_GetGOTEntry(pReloc, pParent, exist, 0);
321 bool exist; local
322 MipsGOTEntry& got_entry = helper_GetGOTEntry(pReloc, pParent, exist, res);
  /system/security/keystore/
IKeystoreService.cpp 137 virtual int32_t exist(const String16& name, int uid) function in class:android::BpKeystoreService
143 status_t status = remote()->transact(BnKeystoreService::EXIST, data, &reply);
145 ALOGD("exist() could not contact remote: %d\n", status);
151 ALOGD("exist() caught exception %d\n", err);
616 case EXIST: {
620 int32_t ret = exist(name, uid);
keystore.cpp 1476 int32_t exist(const String16& name, int targetUid) { function in class:android::KeyStoreProxy
    [all...]
  /frameworks/base/core/java/android/security/
IKeystoreService.java 119 public int exist(String name, int uid) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
549 public int exist(String name, int uid) throws RemoteException; method in interface:IKeystoreService
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 1073 bool exist = false; local
1098 bool exist = false; local
1149 bool exist = false; local
1156 bool exist = false; local
1163 bool exist = false; local
1177 bool exist = false; local
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 1291 int exist = 0; local
    [all...]
  /external/elfutils/src/
ld.h 285 int exist; member in struct:pathelement
    [all...]

Completed in 568 milliseconds