Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp69 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/
DArchive.cpp81 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()
DNamePool.cpp70 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()
DBranchIsland.cpp100 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()
DELFObjectReader.cpp124 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()
DSectionSymbolSet.cpp52 bool exist = false; in add() local
54 m_pSectionSymbolMap->insert(&pOutSect, exist); in add()
55 assert(!exist); in add()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp633 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/
DFileSystem.inc59 bool exist = false;
61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
62 if (!exist)
DPathV3.inc167 bool exist = false;
171 entry = pIter.m_pParent->m_Cache.insert(path, exist);
172 if (!exist)
/frameworks/base/core/proto/android/hardware/biometrics/
Denums.proto52 // 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/
DFileSystem.inc77 bool exist = false;
79 pDir.m_Cache.insert(path, exist);
80 if (!exist)
DPathV3.inc195 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/
DREADME.txt22 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/
DScriptFile.cpp236 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/
Dcompile_with_deps.proto21 import "proto/not/exist.proto";
/frameworks/native/vulkan/vkjson/
Dvkjson.cc53 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/
Ddevice_for_product_strategy_media.pfw309 # 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
Ddevice_for_product_strategy_dtmf.pfw582 # 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/
DEuiccProfileInfo.java172 byte exist = in.readByte(); in EuiccProfileInfo()
173 if (exist == (byte) 1) { in EuiccProfileInfo()
/frameworks/base/media/lib/tvremote/
DREADME.txt17 --- Why does this library exist? ---
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/
Dgradlew.bat38 if exist "%JAVA_EXE%" goto init
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat38 if exist "%JAVA_EXE%" goto init
/frameworks/base/tests/TouchLatency/
Dgradlew.bat38 if exist "%JAVA_EXE%" goto init
/frameworks/opt/gamesdk/third_party/cube/
Dgradlew.bat38 if exist "%JAVA_EXE%" goto init
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/
Dgradlew.bat38 if exist "%JAVA_EXE%" goto init

123