/aosp12/system/chre/util/include/chre/util/ |
H A D | dynamic_vector_impl.h | 222 bool inserted = prepareInsert(index); in insert() local 232 bool inserted = prepareInsert(index); in insert() local
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | NameLookupBuilderTest.java | 65 public String inserted() { in inserted() method in NameLookupBuilderTest.TestNameLookupBuilder
|
/aosp12/art/compiler/dex/ |
H A D | verification_results.cc | 59 bool inserted; in ProcessVerifiedMethod() local
|
/aosp12/system/memory/libmemunreachable/ |
H A D | HeapWalker.cpp | 59 auto inserted = allocations_.insert(std::pair<Range, AllocationInfo>(range, AllocationInfo{})); in Allocation() local
|
H A D | MemUnreachable.cpp | 179 auto inserted = backtrace_map.emplace(leak->backtrace, leak); in GetUnreachableMemory() local
|
/aosp12/system/security/keystore/ |
H A D | user_state.cpp | 282 bool inserted; in getUserState() local
|
/aosp12/art/dex2oat/linker/ |
H A D | image_writer.cc | 1355 bool inserted = in RecordNativeRelocations() local 1391 bool inserted = in RecordNativeRelocations() local 1645 bool inserted = class_table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local 1661 bool inserted = table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local 2070 bool inserted = table.insert(GcRoot<mirror::String>(string->AsString())).second; in FinalizeInternTables() local 2076 bool inserted = table.insert(GcRoot<mirror::String>(string)).second; in FinalizeInternTables() local
|
/aosp12/art/libartbase/base/ |
H A D | variant_map.h | 298 bool inserted = storage_map_.insert({key.Clone(), new_value}).second; in Set() local
|
H A D | hash_set_test.cc | 463 bool inserted = hash_set.insert(index).second; in TEST_F() local
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | FontCollection.cpp | 182 bool inserted = in collectAllFontFamilies() local
|
/aosp12/system/iorap/src/perfetto/ |
H A D | perfetto_consumer.cc | 205 bool inserted = states_.insert({handle, handle_desc}).second; in Create() local
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Typeface.cpp | 308 bool inserted = fcToIndex.emplace(typeface->fFontCollection, fontCollections.size()).second; in Typeface_writeTypefaces() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | ContactSaveService.java | 1904 final int inserted = contentResolver.bulkInsert(Data.CONTENT_URI, memberInsertions); in undoDeletion() local
|