/system/logging/logd/ |
D | LogTags.h | 37 std::unordered_map<std::string, uint32_t> key2tag; 38 typedef std::unordered_map<std::string, uint32_t>::const_iterator 44 std::unordered_map<uint32_t, uid_list> tag2uid; 45 typedef std::unordered_map<uint32_t, uid_list>::const_iterator 48 std::unordered_map<uint32_t, std::string> tag2name; 49 typedef std::unordered_map<uint32_t, std::string>::const_iterator 52 std::unordered_map<uint32_t, std::string> tag2format; 53 typedef std::unordered_map<uint32_t, std::string>::const_iterator 57 std::unordered_map<uid_t, size_t> uid2count; 58 typedef std::unordered_map<uid_t, size_t>::const_iterator [all …]
|
/system/core/storaged/include/ |
D | storaged_uid_monitor.h | 85 unordered_map<uint32_t, uid_info> last_uid_io_stats_; 87 unordered_map<string, uid_io_usage> curr_io_stats_; 100 unordered_map<uint32_t, uid_info> get_uid_io_stats_locked(); 106 void update_uid_io_proto(unordered_map<int, StoragedProto>* protos); 117 unordered_map<uint32_t, uid_info> get_uid_io_stats(); 125 void report(unordered_map<int, StoragedProto>* protos);
|
D | storaged.h | 111 unordered_map<userid_t, bool> proto_loaded; 135 unordered_map<uint32_t, uid_info> get_uids(void) { in get_uids() 161 void flush_protos(unordered_map<int, StoragedProto>* protos);
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.h | 41 static const std::unordered_map<std::string, Expect> CMD_EXPECTS = { 47 static const std::unordered_map<Expect, std::string> EXPECTS_STR = { 120 std::unordered_map<std::string, GetVar> getvars; 121 std::unordered_map<std::string, PartitionInfo> partitions; 122 std::unordered_map<std::string, PackedInfo> packed; 123 std::unordered_map<std::string, OemCommand> oem;
|
/system/tools/aidl/analyzer/ |
D | Analyzer.cpp | 20 using std::unordered_map; 43 unordered_map<std::string, unique_ptr<Analyzer>>& Analyzer::getAnalyzers() { in getAnalyzers() 44 static unordered_map<std::string, unique_ptr<Analyzer>> gAnalyzers; in getAnalyzers()
|
/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/ |
D | dmabufinfo.h | 54 const std::unordered_map<pid_t, int>& fdrefs() const { return fdrefs_; } in fdrefs() 55 const std::unordered_map<pid_t, int>& maprefs() const { return maprefs_; } in maprefs() 80 std::unordered_map<pid_t, int> fdrefs_; 81 std::unordered_map<pid_t, int> maprefs_; 82 void AddRefToPidMap(pid_t pid, std::unordered_map<pid_t, int>* map) { in AddRefToPidMap()
|
D | dmabuf_sysfs_stats.h | 46 inline const std::unordered_map<std::string, struct DmabufTotal>& exporter_info() const { in exporter_info() 56 std::unordered_map<std::string, struct DmabufTotal> exporter_info_;
|
/system/unwinding/libunwindstack/utils/ |
D | OfflineUnwindUtils.h | 178 static std::unordered_map<std::string, uint32_t> arm_regs_; 179 static std::unordered_map<std::string, uint32_t> arm64_regs_; 180 static std::unordered_map<std::string, uint32_t> x86_regs_; 181 static std::unordered_map<std::string, uint32_t> x86_64_regs_; 184 std::unordered_map<std::string, UnwindSample> samples_;
|
/system/testing/gtest_extras/ |
D | Options.h | 60 std::unordered_map<std::string, bool> bools_; 61 std::unordered_map<std::string, std::string> strings_; 62 std::unordered_map<std::string, uint64_t> numerics_; 93 const static std::unordered_map<std::string, ArgInfo> kArgs;
|
/system/extras/simpleperf/ |
D | report_utils.h | 52 std::unordered_map<std::string, MappingMethod> method_map; 71 std::unordered_map<std::string, MappingClass> class_map_; 125 std::unordered_map<std::string, JavaMethod> java_method_map_; 156 std::unordered_map<std::string, int> thread_map_;
|
D | read_apk.h | 77 std::unordered_map<uint64_t, std::unique_ptr<EmbeddedElf>> offset_map; 79 std::unordered_map<std::string, EmbeddedElf*> name_map; 81 static std::unordered_map<std::string, ApkNode> embedded_elf_cache_;
|
D | record_file.h | 99 bool WriteMetaInfoFeature(const std::unordered_map<std::string, std::string>& info_map); 146 const std::unordered_map<uint64_t, size_t>& EventIdMap() const { return event_id_to_attr_map_; } in EventIdMap() 185 const std::unordered_map<std::string, std::string>& GetMetaInfoFeature() { return meta_info_; } in GetMetaInfoFeature() 226 std::unordered_map<uint64_t, size_t> event_id_to_attr_map_; 234 std::unordered_map<std::string, std::string> meta_info_; 248 std::unordered_map<uint32_t, std::vector<AuxDataLocation>> aux_data_location_;
|
D | ETMBranchListFile.h | 67 std::unordered_map<uint64_t, std::unordered_map<std::vector<bool>, uint64_t>>; 103 using BranchListBinaryMap = std::unordered_map<BinaryKey, BranchListBinaryInfo, BinaryKeyHash>; 133 std::unordered_map<Dso*, bool> dso_filter_cache_;
|
D | OfflineUnwinder_impl.h | 45 void LoadMetaInfo(const std::unordered_map<std::string, std::string>& info_map) override; 50 std::unordered_map<pid_t, UnwindMaps> cached_maps_;
|
D | OfflineUnwinder.h | 76 static void CollectMetaInfo(std::unordered_map<std::string, std::string>* info_map); 77 virtual void LoadMetaInfo(const std::unordered_map<std::string, std::string>&) {} in LoadMetaInfo()
|
D | perf_regs.cpp | 114 static std::unordered_map<size_t, std::string> x86_reg_map = { 123 static std::unordered_map<size_t, std::string> arm_reg_map = { 128 static std::unordered_map<size_t, std::string> arm64_reg_map = { 134 static std::unordered_map<size_t, std::string> riscv64_reg_map = {
|
D | thread_tree.h | 157 std::unordered_map<int, std::unique_ptr<ThreadEntry>> thread_tree_; 165 std::unordered_map<std::string, std::unique_ptr<Dso>> module_dso_tree_; 166 std::unordered_map<std::string, std::unique_ptr<Dso>> user_dso_tree_;
|
/system/apex/apexd/ |
D | apex_file_repository.h | 143 std::unordered_map<std::string, std::vector<ApexFileRef>> AllApexFilesByName() 176 std::unordered_map<std::string, ApexFile> pre_installed_store_, data_store_; 179 std::unordered_map<std::string, std::unordered_set<std::string>> 214 std::unordered_map<std::string, BlockApexOverride> block_apex_overrides_;
|
/system/tools/aidl/analyzer/include/ |
D | Analyzer.h | 23 using std::unordered_map; 39 static unordered_map<std::string, unique_ptr<Analyzer>>& getAnalyzers();
|
/system/tools/sysprop/ |
D | ApiChecker.cpp | 28 std::unordered_map<std::string, sysprop::Property> props; in CompareProps() 29 std::unordered_map<std::string, sysprop::Property> legacy_props; in CompareProps() 120 std::unordered_map<std::string, sysprop::Properties> propsMap; in CompareApis()
|
/system/netd/server/ |
D | TcpSocketMonitor.h | 110 std::unordered_map<uint64_t, SocketEntry> mSocketEntries GUARDED_BY(mLock); 114 std::unordered_map<uint32_t, TcpStats> mNetworkStats GUARDED_BY(mLock);
|
/system/hwservicemanager/ |
D | TokenManager.h | 70 std::unordered_map<uint64_t, TokenInterface>::const_iterator 73 std::unordered_map<uint64_t, TokenInterface> mMap; // map getTokenId(i.token) -> i
|
/system/linkerconfig/modules/include/linkerconfig/ |
D | basecontext.h | 39 const std::unordered_map<std::string, std::reference_wrapper<const ApexInfo>>& 71 std::unordered_map<std::string, std::reference_wrapper<const ApexInfo>>
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocator.h | 212 std::unordered_map<std::string, android::base::unique_fd> dmabuf_heap_fds_; 234 std::unordered_map<std::string, struct IonHeapConfig> heap_name_to_config_;
|
/system/tools/aidl/ |
D | generate_aidl_mappings.h | 27 using SignatureMap = std::unordered_map<std::string, std::string>;
|