/frameworks/compile/mclinker/unittests/ |
D | HashTableTest.cpp | 69 bool exist; in TEST_F() local 70 hashTable->insert(pA, exist); in TEST_F() 94 bool exist; in TEST_F() local 96 HashTableTy::entry_type* val = hashTable->insert(key, exist); in TEST_F() 99 EXPECT_FALSE(exist); in TEST_F() 112 bool exist; in TEST_F() local 115 entry = hashTable->insert(key, exist); in TEST_F() 117 EXPECT_FALSE(exist); in TEST_F() 135 bool exist; in TEST_F() local 137 hashTable->insert(key, exist); in TEST_F() [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | NamePool.cpp | 70 bool exist = false; in insertSymbol() local 71 ResolveInfo* old_symbol = m_Table.insert(pName, exist); in insertSymbol() 73 if (exist && old_symbol->isSymbol()) { in insertSymbol() 76 exist = false; in insertSymbol() 88 if (!exist) { in insertSymbol() 116 bool exist = false; in insertString() local 117 ResolveInfo* resolve_info = m_Table.insert(pString, exist); in insertString()
|
D | Archive.cpp | 81 bool exist; in addObjectMember() local 82 ObjectMemberEntryType* entry = m_ObjectMemberMap.insert(pFileOffset, exist); in addObjectMember() 83 if (!exist) in addObjectMember() 85 return !exist; in addObjectMember() 113 bool exist; in addArchiveMember() local 114 ArchiveMemberEntryType* entry = m_ArchiveMemberMap.insert(pName, exist); in addArchiveMember() 115 if (!exist) { in addArchiveMember() 124 return !exist; in addArchiveMember()
|
D | BranchIsland.cpp | 100 bool exist = false; in addStub() local 102 StubEntryType* entry = m_StubMap.insert(key, exist); in addStub() 103 if (!exist) { in addStub() 123 return !exist; in addStub() 127 bool exist = false; in addStub() local 129 m_StubMap.insert(key, exist); in addStub()
|
D | SectionSymbolSet.cpp | 52 bool exist = false; in add() local 54 m_pSectionSymbolMap->insert(&pOutSect, exist); in add() 55 assert(!exist); in add()
|
D | ELFObjectReader.cpp | 124 bool exist = false; in readSections() local 129 signatures().insert((*section)->name(), exist); in readSections() 131 signatures().insert(signature->name(), exist); in readSections() 134 if (exist) { in readSections() 155 bool exist = false; in readSections() local 159 signatures().insert(name.split(".").second, exist); in readSections() 160 if (!exist) { in readSections()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Main.cpp | 633 bool exist = false; in TranslateArguments() local 637 script_.renameMap().insert(symbol, exist); in TranslateArguments() 644 if (exist) in TranslateArguments() 652 script_.renameMap().insert(from_real_str, exist); in TranslateArguments() 655 if (exist) in TranslateArguments() 661 bool exist = false; in TranslateArguments() local 665 script_.renameMap().insert(symbol, exist); in TranslateArguments() 672 if (exist) in TranslateArguments() 680 script_.renameMap().insert(from_real_str, exist); in TranslateArguments() 683 if (exist) in TranslateArguments() [all …]
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | FileSystem.inc | 59 bool exist = false; 61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist); 62 if (!exist)
|
D | PathV3.inc | 167 bool exist = false; 171 entry = pIter.m_pParent->m_Cache.insert(path, exist); 172 if (!exist)
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 77 bool exist = false; 79 pDir.m_Cache.insert(path, exist); 80 if (!exist)
|
D | PathV3.inc | 195 bool exist = false; 196 entry = pIter.m_pParent->m_Cache.insert(path, exist); 197 if (!exist)
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 95 unmaintainable. Any that exist today should be refactored into obsolescence. 101 2) For features that should exist in all versions of SystemUI (AOSP and 104 3) For features that should exist only in AOSP, include the module in
|
D | user-file-manager.md | 22 the SharedPreferences file does not exist, one will be created automatically. See
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptFile.cpp | 236 bool exist = false; in createParserStr() local 238 g_ParserStrPool->insert(std::string(pText, pLength), exist); in createParserStr()
|
/frameworks/proto_logging/stats/enums/hardware/biometrics/ |
D | enums.proto | 52 // When Android Framework has a template that doesn't exist in the HAL. The framework 55 // When the HAL has a template that doesn't exist in Android Framework. The framework
|
/frameworks/native/libs/input/tests/data/ |
D | kl_with_required_fake_config.kl | 16 # This config will never exist, and therefore this KL should never be loaded
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/ |
D | device_for_product_strategy_media.pfw | 309 # these following domains consists in device(s) that can co-exist with others 322 # these following domains consists in device(s) that can co-exist with others
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 17 --- Why does this library exist? ---
|
/frameworks/opt/telephony/ |
D | README.txt | 7 These libraries run in the com.android.phone process and exist to support
|
/frameworks/base/telephony/java/android/service/euicc/ |
D | EuiccProfileInfo.java | 185 byte exist = in.readByte(); in EuiccProfileInfo() 186 if (exist == (byte) 1) { in EuiccProfileInfo()
|
/frameworks/av/services/audioflinger/afutils/ |
D | NBAIO_Tee.h | 293 "%s: %p doesn't exist in mTees", __func__, tee.get());
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson.cc | 60 static bool exist(uint32_t e) { in exist() function 74 static bool exist(uint32_t e) { in exist() function 327 static bool exist(uint32_t e) { in exist() function 339 static bool exist(uint32_t e) { in exist() function 353 static bool exist(uint32_t e) { in exist() function 368 static bool exist(uint32_t e) { in exist() function 392 static bool exist(uint32_t e) { in exist() function 1317 if (!EnumTraits<T>::exist(value)) return false; in AsValue()
|
/frameworks/base/startop/apps/ColorChanging/ |
D | gradlew.bat | 38 if exist "%JAVA_EXE%" goto init
|
/frameworks/av/media/tests/SampleVideoEncoder/ |
D | gradlew.bat | 38 if exist "%JAVA_EXE%" goto init
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew.bat | 38 if exist "%JAVA_EXE%" goto init
|