/system/core/init/ |
D | epoll.cpp | 46 auto [it, inserted] = epoll_handlers_.emplace(fd, std::move(sp)); in RegisterHandler() 47 if (!inserted) { in RegisterHandler()
|
D | action_parser.cpp | 77 if (auto [it, inserted] = property_triggers->emplace(prop_name, prop_value); !inserted) { in ParsePropertyTrigger()
|
/system/chre/util/include/chre/util/ |
D | dynamic_vector_impl.h | 222 bool inserted = prepareInsert(index); in insert() local 223 if (inserted) { in insert() 226 return inserted; in insert() 232 bool inserted = prepareInsert(index); in insert() local 233 if (inserted) { in insert() 236 return inserted; in insert()
|
/system/memory/libmemunreachable/ |
D | HeapWalker.cpp | 59 auto inserted = allocations_.insert(std::pair<Range, AllocationInfo>(range, AllocationInfo{})); in Allocation() local 60 if (inserted.second) { in Allocation() 66 Range overlap = inserted.first->first; in Allocation()
|
D | MemUnreachable.cpp | 179 auto inserted = backtrace_map.emplace(leak->backtrace, leak); in GetUnreachableMemory() local 180 if (!inserted.second) { in GetUnreachableMemory() 184 Leak* similar_leak = inserted.first->second; in GetUnreachableMemory()
|
/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/ |
D | dmabufinfo.h | 85 auto [it, inserted] = map->insert(std::make_pair(pid, 1)); in AddRefToPidMap() 86 if (!inserted) it->second++; in AddRefToPidMap()
|
/system/libvintf/ |
D | ManifestHal.cpp | 39 auto&& [it, inserted] = existing.emplace(v.majorVer, v); in isValid() 40 if (inserted) { in isValid()
|
D | HalManifest.cpp | 77 auto&& [existingIt, inserted] = existing.emplace(v.majorVer, std::make_tuple(&hal, v)); in addingConflictingMajorVersion() 78 if (inserted) { in addingConflictingMajorVersion()
|
/system/security/keystore/ |
D | user_state.cpp | 282 bool inserted; in getUserState() local 283 std::tie(it, inserted) = mMasterKeys.emplace(userId, userId); in getUserState() 284 if (inserted) { in getUserState()
|
/system/core/fs_mgr/libsnapshot/ |
D | fuzz_utils.h | 52 auto [it, inserted] = this->emplace(key, std::move(value)); in CheckEmplace() 53 CheckInternal(inserted, in CheckEmplace()
|
D | snapshot.cpp | 2883 auto&& [it, inserted] = partition_map.emplace(suffixed_name, &partition_update); in CreateUpdateSnapshotsInternal() 2884 if (!inserted) { in CreateUpdateSnapshotsInternal()
|
/system/tools/hidl/hidl2aidl/ |
D | AidlInterface.cpp | 116 auto [it, inserted] = in pushVersionedNodeOntoMap() 118 if (!inserted) { in pushVersionedNodeOntoMap()
|
/system/memory/libmeminfo/tools/ |
D | librank.cpp | 138 auto [it, inserted] = procs_.insert(std::pair<pid_t, ProcessRecord>(proc.pid(), proc)); in AddUsage() 209 auto [it, inserted] = in scan_libs_per_process()
|
/system/iorap/src/perfetto/ |
D | perfetto_consumer.cc | 205 bool inserted = states_.insert({handle, handle_desc}).second; in Create() local 206 CHECK(inserted) << "perfetto handle was re-used: " << handle; in Create()
|
/system/core/libmodprobe/ |
D | libmodprobe.cpp | 190 auto [unused, inserted] = this->module_options_.emplace(canonical_name, options); in ParseOptionsCallback() 191 if (!inserted) { in ParseOptionsCallback()
|
/system/media/camera/docs/ |
D | CameraMetadataEnums.mako | 18 ## This section of enum integer definitions is inserted into
|
D | CameraMetadataKeys.mako | 18 ## These sections of metadata Key definitions are inserted into the middle of
|
/system/sepolicy/ |
D | README | 17 newline inserted between each file as these are common failure
|
/system/tools/aidl/ |
D | aidl_language.cpp | 423 const auto& [iter, inserted] = declared.emplace(annotation.GetType(), annotation.GetLocation()); in CheckValid() 424 if (!inserted && !annotation.Repeatable()) { in CheckValid()
|
/system/chre/pal/doc/ |
D | Doxyfile | 543 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 543 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
|
/system/media/audio_utils/ |
D | Doxyfile | 590 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
|