/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 | 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 | 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 | 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 | 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()
|
D | SectionSymbolSet.cpp | 52 bool exist = false; in add() local 54 m_pSectionSymbolMap->insert(&pOutSect, exist); in add() 55 assert(!exist); in add()
|
/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/base/core/proto/android/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/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/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | README.txt | 22 The add_person programs will create the file if it doesn't already exist. 49 is created if it does not exist. To view the data, run:
|
/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/opt/gamesdk/src/tuningfork/tools/validation/src/test/resources/testdata/ |
D | compile_with_deps.proto | 21 import "proto/not/exist.proto";
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson.cc | 53 static bool exist(uint32_t e) { return e >= min() && e <= max(); } in exist() function 57 static bool exist(uint32_t e) { in exist() function 296 static bool exist(uint32_t e) { return e >= min() && e <= max(); } in exist() function 301 static bool exist(uint32_t e) { in exist() function 315 static bool exist(uint32_t e) { in exist() function 332 static bool exist(uint32_t e) { return e >= min() && e <= max(); } in exist() function 1021 if (!EnumTraits<T>::exist(value)) return false; in AsValue()
|
/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
|
D | device_for_product_strategy_dtmf.pfw | 582 # these following domains consists in device(s) that can co-exist with others 598 # these following domains consists in device(s) that can co-exist with others 614 # these following domains consists in device(s) that can co-exist with others
|
/frameworks/base/core/java/android/service/euicc/ |
D | EuiccProfileInfo.java | 172 byte exist = in.readByte(); in EuiccProfileInfo() 173 if (exist == (byte) 1) { in EuiccProfileInfo()
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 17 --- Why does this library exist? ---
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/ |
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
|
/frameworks/base/tests/TouchLatency/ |
D | gradlew.bat | 38 if exist "%JAVA_EXE%" goto init
|
/frameworks/opt/gamesdk/third_party/cube/ |
D | gradlew.bat | 38 if exist "%JAVA_EXE%" goto init
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/ |
D | gradlew.bat | 38 if exist "%JAVA_EXE%" goto init
|