/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | HashTableTest.cpp | 69 bool exist; in TEST_F() local 94 bool exist; in TEST_F() local 99 EXPECT_FALSE(exist); in TEST_F() 112 bool exist; in TEST_F() local 135 bool exist; in TEST_F() local 160 bool exist; in TEST_F() local 183 bool exist; in TEST_F() local 219 bool exist; in TEST_F() local 241 bool exist; in TEST_F() local 264 bool exist; in TEST_F() local [all …]
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | SectionSymbolSet.cpp | 52 bool exist = false; in add() local 54 m_pSectionSymbolMap->insert(&pOutSect, exist); in add() 55 assert(!exist); in add()
|
/aosp12/frameworks/compile/mclinker/tools/mcld/ |
H A D | Main.cpp | 633 bool exist = false; in TranslateArguments() local 637 script_.renameMap().insert(symbol, exist); in TranslateArguments() 644 if (exist) in TranslateArguments() 655 if (exist) in TranslateArguments() 661 bool exist = false; in TranslateArguments() local 672 if (exist) in TranslateArguments() 683 if (exist) in TranslateArguments() 693 bool exist = false; in TranslateArguments() local 708 bool exist = false; in TranslateArguments() local 723 bool exist = false; in TranslateArguments() local [all …]
|
/aosp12/build/make/tools/rbcrun/testdata/ |
H A D | file_ops.star | 7 assert.true(rblf_file_exists(myname), "the file %s does exist" % myname) 8 assert.true(not rblf_file_exists("no_such_file"), "the file no_such_file does not exist")
|
/aosp12/hardware/interfaces/health/2.0/ |
H A D | IHealth.hal | 70 * (e.g. the file that stores this property does not exist), 85 * (e.g. the file that stores this property does not exist), 102 * (e.g. the file that stores this property does not exist), 114 * (e.g. the file that stores this property does not exist), 135 * (e.g. the file that stores this property does not exist),
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | AccessibilityUtil.java | 291 boolean exist = false; in hasValuesInSettings() 293 exist = hasValueInSettings(context, UserShortcutType.SOFTWARE, componentName); in hasValuesInSettings() 296 exist |= hasValueInSettings(context, UserShortcutType.HARDWARE, componentName); in hasValuesInSettings() 298 return exist; in hasValuesInSettings()
|
H A D | ToggleScreenMagnificationPreferenceFragment.java | 534 boolean exist = false; in hasMagnificationValuesInSettings() 537 exist = hasMagnificationValueInSettings(context, UserShortcutType.SOFTWARE); in hasMagnificationValuesInSettings() 540 exist |= hasMagnificationValueInSettings(context, UserShortcutType.HARDWARE); in hasMagnificationValuesInSettings() 543 exist |= hasMagnificationValueInSettings(context, UserShortcutType.TRIPLETAP); in hasMagnificationValuesInSettings() 545 return exist; in hasMagnificationValuesInSettings()
|
/aosp12/frameworks/compile/mclinker/lib/Support/Windows/ |
H A D | FileSystem.inc | 59 bool exist = false; 61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist); 62 if (!exist)
|
H A D | PathV3.inc | 167 bool exist = false; 171 entry = pIter.m_pParent->m_Cache.insert(path, exist); 172 if (!exist)
|
/aosp12/system/apex/apexd/ |
H A D | apexd_utils.h | 266 auto exist = PathExists(path); in FindApexes() local 267 if (!exist.ok()) { in FindApexes() 268 return exist.error(); in FindApexes() 270 if (!*exist) continue; in FindApexes()
|
/aosp12/frameworks/proto_logging/stats/enums/hardware/biometrics/ |
H A 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
|
/aosp12/frameworks/compile/mclinker/lib/Support/Unix/ |
H A D | FileSystem.inc | 77 bool exist = false; 79 pDir.m_Cache.insert(path, exist); 80 if (!exist)
|
H A D | PathV3.inc | 195 bool exist = false; 196 entry = pIter.m_pParent->m_Cache.insert(path, exist); 197 if (!exist)
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/theme/ |
H A D | README.md | 17 Android framework and they exist to allow developers easily custom Android 21 Android framework but they only exist to customize AppCompat widgets. After 74 Each color you add needs to exist in each color_*.xml file where *
|
/aosp12/hardware/interfaces/wifi/supplicant/1.0/ |
H A D | types.hal | 30 /** Iface with the provided name does not exist. */ 40 /** Network with the provided id does not exist. */
|
/aosp12/system/unwinding/libunwindstack/tests/files/offline/straddle_arm/ |
H A D | maps.txt | 4 f3352000-f336bfff r-xp 00000000 00:00 0 /does/not/exist/libhidlbase.so
|
/aosp12/packages/apps/Dialer/ |
H A D | proguard.flags | 2 # com.google.errorprone.annotations but don't exist on Android.
|
/aosp12/build/make/target/product/ |
H A D | generic_system_x86.mk | 21 $(call enforce-product-packages-exist,)
|
H A D | generic_system_x86_arm.mk | 21 $(call enforce-product-packages-exist,)
|
H A D | generic_system_arm64.mk | 22 $(call enforce-product-packages-exist,)
|
H A D | generic_system_x86_64.mk | 22 $(call enforce-product-packages-exist,)
|