Searched refs:inserted (Results 1 – 14 of 14) sorted by relevance
/aosp14/system/core/init/ |
H A D | epoll.cpp | 48 auto [it, inserted] = epoll_handlers_.emplace( in RegisterHandler() 53 if (!inserted) { in RegisterHandler()
|
H A D | action_parser.cpp | 77 if (auto [it, inserted] = property_triggers->emplace(prop_name, prop_value); !inserted) { in ParsePropertyTrigger()
|
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | ResEntryWriter.h | 155 auto [it, inserted] = entry_offsets.insert({Ref{*out_entry}, offset}); in WriteItem() 156 if (inserted) { in WriteItem()
|
/aosp14/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | ResourceMapping.cpp | 178 auto[iter, inserted] = target_map_.try_emplace(target_resource, ConfigMap()); in AddMapping() 180 if (!inserted && std::holds_alternative<ResourceId>(resource_value)) { in AddMapping()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | UidObserverController.java | 595 boolean inserted = false; in addUid() 597 if (!inserted) { in addUid() 607 inserted = true; in addUid() 614 if (!inserted) { in addUid()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | formats.md | 21 boundary, so if a previous entry ends unaligned, padding must be inserted.
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Typeface.cpp | 312 bool inserted = fcToIndex.emplace(typeface->fFontCollection, fontCollections.size()).second; in Typeface_writeTypefaces() local 313 if (inserted) { in Typeface_writeTypefaces()
|
/aosp14/system/core/libmodprobe/ |
H A D | libmodprobe.cpp | 192 auto [unused, inserted] = this->module_options_.emplace(canonical_name, options); in ParseOptionsCallback() 193 if (!inserted) { in ParseOptionsCallback()
|
/aosp14/frameworks/base/tools/protologtool/ |
H A D | README.md | 34 …string, log level and log group name and inserted after the `ProtoLogGroup` argument. After the ha…
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | LoadedArsc.cpp | 651 auto [name_to_actor_it, inserted] = in Load() 653 if (!inserted) { in Load()
|
/aosp14/frameworks/base/services/incremental/ |
H A D | IncrementalService.cpp | 593 auto [it, inserted] = mMounts.try_emplace(id, nullptr); in getStorageSlotLocked() 594 if (inserted) { in getStorageSlotLocked() 1568 auto [_, inserted] = mMounts.try_emplace(storageId, ifs); in adoptMountedInstances() 1569 if (!inserted) { in adoptMountedInstances() 1756 auto [_, inserted] = mMounts.try_emplace(storageId, ifs); in mountExistingImage() 1757 if (!inserted) { in mountExistingImage()
|
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot.cpp | 3380 auto&& [it, inserted] = partition_map.emplace(suffixed_name, &partition_update); in CreateUpdateSnapshotsInternal() 3381 if (!inserted) { in CreateUpdateSnapshotsInternal()
|
/aosp14/frameworks/base/core/proto/android/providers/settings/ |
H A D | global.proto | 190 // inserted.
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 562 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
|