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

  /external/selinux/libsemanage/example/
test_fcontext.c 16 int exist = 0; local
36 if(semanage_fcontext_exists(sh, k, &exist) < 0) {
40 if (exist) {
  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 52 bool exist = false; local
54 m_pSectionSymbolMap->insert(&pOutSect, exist);
55 assert(!exist);
BranchIsland.cpp 100 bool exist = false; local
102 StubEntryType* entry = m_StubMap.insert(key, exist);
103 if (!exist) {
123 return !exist;
NamePool.cpp 70 bool exist = false; local
71 ResolveInfo* old_symbol = m_Table.insert(pName, exist);
73 if (exist && old_symbol->isSymbol()) {
76 exist = false;
88 if (!exist) {
99 // exist and is a symbol
116 bool exist = false; local
117 ResolveInfo* resolve_info = m_Table.insert(pString, exist);
Archive.cpp 81 bool exist; local
82 ObjectMemberEntryType* entry = m_ObjectMemberMap.insert(pFileOffset, exist);
83 if (!exist)
85 return !exist;
113 bool exist; local
114 ArchiveMemberEntryType* entry = m_ArchiveMemberMap.insert(pName, exist);
115 if (!exist) {
124 return !exist;
ELFObjectReader.cpp 123 bool exist = false; local
128 signatures().insert((*section)->name(), exist);
130 signatures().insert(signature->name(), exist);
133 if (exist) {
154 bool exist = false; local
158 signatures().insert(name.split(".").second, exist);
159 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 69 bool exist; local
70 hashTable->insert(pA, exist);
94 bool exist; local
96 HashTableTy::entry_type* val = hashTable->insert(key, exist);
99 EXPECT_FALSE(exist);
112 bool exist; local
115 entry = hashTable->insert(key, exist);
117 EXPECT_FALSE(exist);
135 bool exist; local
137 hashTable->insert(key, exist);
160 bool exist; local
183 bool exist; local
219 bool exist; local
241 bool exist; local
264 bool exist; local
292 bool exist; local
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 236 bool exist = false; local
238 g_ParserStrPool->insert(std::string(pText, pLength), exist);
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlane.cpp 275 bool exist = (0 <= index && index < (int)mActiveBuffers.size()); local
278 if (!exist && mActiveBuffers.size() >= MIN_DATA_BUFFER_COUNT) {
285 if (!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/compile/mclinker/tools/mcld/
Main.cpp 619 bool exist = false; local
623 script_.renameMap().insert(symbol, exist);
630 if (exist)
638 script_.renameMap().insert(from_real_str, exist);
641 if (exist)
647 bool exist = false; local
651 script_.renameMap().insert(symbol, exist);
658 if (exist)
666 script_.renameMap().insert(from_real_str, exist);
669 if (exist)
679 bool exist = false; local
694 bool exist = false; local
709 bool exist = false; local
724 bool exist = false; local
    [all...]
  /system/security/keystore/
IKeystoreService.cpp 499 virtual int32_t exist(const String16& name, int uid) function in class:android::BpKeystoreService
505 status_t status = remote()->transact(BnKeystoreService::EXIST, data, &reply);
507 ALOGD("exist() could not contact remote: %d\n", status);
513 ALOGD("exist() caught exception %d\n", err);
    [all...]
keystore.cpp 201 "exist",
901 // If the directory doesn't exist then nothing to do.
1769 int32_t exist(const String16& name, int targetUid) { function in class:android::KeyStoreProxy
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c 1279 int exist = 0; local
    [all...]
  /external/elfutils/src/src/
ld.h 277 int exist; member in struct:pathelement
    [all...]

Completed in 1454 milliseconds