Home
last modified time | relevance | path

Searched defs:inserted (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/chre/util/include/chre/util/
H A Ddynamic_vector_impl.h222 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 DNameLookupBuilderTest.java65 public String inserted() { in inserted() method in NameLookupBuilderTest.TestNameLookupBuilder
/aosp12/art/compiler/dex/
H A Dverification_results.cc59 bool inserted; in ProcessVerifiedMethod() local
/aosp12/system/memory/libmemunreachable/
H A DHeapWalker.cpp59 auto inserted = allocations_.insert(std::pair<Range, AllocationInfo>(range, AllocationInfo{})); in Allocation() local
H A DMemUnreachable.cpp179 auto inserted = backtrace_map.emplace(leak->backtrace, leak); in GetUnreachableMemory() local
/aosp12/system/security/keystore/
H A Duser_state.cpp282 bool inserted; in getUserState() local
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc1355 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 Dvariant_map.h298 bool inserted = storage_map_.insert({key.Clone(), new_value}).second; in Set() local
H A Dhash_set_test.cc463 bool inserted = hash_set.insert(index).second; in TEST_F() local
/aosp12/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp182 bool inserted = in collectAllFontFamilies() local
/aosp12/system/iorap/src/perfetto/
H A Dperfetto_consumer.cc205 bool inserted = states_.insert({handle, handle_desc}).second; in Create() local
/aosp12/frameworks/base/libs/hwui/jni/
H A DTypeface.cpp308 bool inserted = fcToIndex.emplace(typeface->fFontCollection, fontCollections.size()).second; in Typeface_writeTypefaces() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1904 final int inserted = contentResolver.bulkInsert(Data.CONTENT_URI, memberInsertions); in undoDeletion() local