/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
D | metrics_manager_util.h | 57 const unordered_map<int64_t, int>& atomMatchingTrackerMap, 63 const std::unordered_map<int64_t, int>& metricToActivationMap, uint64_t& metricHash); 71 const std::unordered_map<int64_t, int>& atomMatchingTrackerMap, 72 std::unordered_map<int, std::vector<int>>& trackerToMetricMap, int& logTrackerIndex); 78 const std::unordered_map<int64_t, int>& conditionTrackerMap, 81 std::unordered_map<int, std::vector<int>>& conditionToMetricMap); 88 const std::unordered_map<int64_t, int>& metricToActivationMap, 89 const std::unordered_map<int64_t, int>& oldAtomMatchingTrackerMap, 90 const std::unordered_map<int64_t, int>& newAtomMatchingTrackerMap, 91 const std::unordered_map<int, shared_ptr<Activation>>& oldEventActivationMap, [all …]
|
D | config_update_utils.h | 51 const std::unordered_map<int64_t, int>& oldAtomMatchingTrackerMap, 53 const std::unordered_map<int64_t, int>& newAtomMatchingTrackerMap, 69 const std::unordered_map<int64_t, int>& oldAtomMatchingTrackerMap, 71 std::unordered_map<int, std::vector<int>>& allTagIdsToMatchersMap, 72 std::unordered_map<int64_t, int>& newAtomMatchingTrackerMap, 91 const std::unordered_map<int64_t, int>& oldConditionTrackerMap, 93 const std::unordered_map<int64_t, int>& newConditionTrackerMap, 114 const std::unordered_map<int64_t, int>& atomMatchingTrackerMap, 116 const std::unordered_map<int64_t, int>& oldConditionTrackerMap, 118 std::unordered_map<int64_t, int>& newConditionTrackerMap, [all …]
|
D | metrics_manager_util.cpp | 49 using std::unordered_map; 172 const unordered_map<int64_t, int>& atomMatchingTrackerMap, in createConditionTracker() 200 const unordered_map<int64_t, int>& metricToActivationMap, uint64_t& metricHash) { in getMetricProtoHash() 226 const unordered_map<int64_t, int>& atomMatchingTrackerMap, in handleMetricWithAtomMatchingTrackers() 227 unordered_map<int, vector<int>>& trackerToMetricMap, int& logTrackerIndex) { in handleMetricWithAtomMatchingTrackers() 250 const unordered_map<int64_t, int>& conditionTrackerMap, in handleMetricWithConditions() 253 unordered_map<int, vector<int>>& conditionToMetricMap) { in handleMetricWithConditions() 292 const unordered_map<int64_t, int>& stateAtomIdMap, in handleMetricWithStates() 293 const unordered_map<int64_t, unordered_map<int, int64_t>>& allStateGroupMaps, in handleMetricWithStates() 295 unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap) { in handleMetricWithStates() [all …]
|
D | config_update_utils.cpp | 37 const unordered_map<int64_t, int>& oldAtomMatchingTrackerMap, in determineMatcherUpdateStatus() 39 const unordered_map<int64_t, int>& newAtomMatchingTrackerMap, in determineMatcherUpdateStatus() 123 const unordered_map<int64_t, int>& oldAtomMatchingTrackerMap, in updateAtomMatchingTrackers() 125 std::unordered_map<int, std::vector<int>>& allTagIdsToMatchersMap, in updateAtomMatchingTrackers() 126 unordered_map<int64_t, int>& newAtomMatchingTrackerMap, in updateAtomMatchingTrackers() 238 const unordered_map<int64_t, int>& oldConditionTrackerMap, in determineConditionUpdateStatus() 240 const unordered_map<int64_t, int>& newConditionTrackerMap, in determineConditionUpdateStatus() 346 const unordered_map<int64_t, int>& atomMatchingTrackerMap, in updateConditions() 348 const unordered_map<int64_t, int>& oldConditionTrackerMap, in updateConditions() 350 unordered_map<int64_t, int>& newConditionTrackerMap, in updateConditions() [all …]
|
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/ |
D | UidProcStatsCollectorTest.cpp | 92 std::string toString(const std::unordered_map<uid_t, UidProcStats>& uidProcStatsByUid) { in toString() 106 void applyFeatureFilter(std::unordered_map<uid_t, UidProcStats>* uidProcStatsByUid) { in applyFeatureFilter() 130 std::unordered_map<pid_t, std::vector<pid_t>> pidToTids = { in TEST() 135 std::unordered_map<pid_t, std::string> perProcessStat = { in TEST() 140 std::unordered_map<pid_t, std::string> perProcessStatus = { in TEST() 145 std::unordered_map<pid_t, std::string> perProcessSmapsRollup = { in TEST() 151 std::unordered_map<pid_t, std::string> perThreadStat = { in TEST() 158 std::unordered_map<pid_t, std::string> perThreadTimeInState = { in TEST() 166 std::unordered_map<uid_t, UidProcStats> expected = in TEST() 316 std::unordered_map<pid_t, std::vector<pid_t>> pidToTids = { in TEST() [all …]
|
D | UidStatsCollectorTest.cpp | 93 std::unordered_map<uid_t, PackageInfo> samplePackageInfoByUid() { in samplePackageInfoByUid() 98 std::unordered_map<uid_t, UidIoStats> sampleUidIoStatsByUid() { in sampleUidIoStatsByUid() 110 std::unordered_map<uid_t, UidProcStats> sampleUidProcStatsByUid() { in sampleUidProcStatsByUid() 126 std::unordered_map<uid_t, int64_t> sampleUidCpuStatsByUid() { in sampleUidCpuStatsByUid() 232 .WillOnce(Return(std::unordered_map<uid_t, UidIoStats>())); in TEST_F() 234 .WillOnce(Return(std::unordered_map<uid_t, UidProcStats>())); in TEST_F() 237 .WillOnce(Return(std::unordered_map<uid_t, UidIoStats>())); in TEST_F() 239 .WillOnce(Return(std::unordered_map<uid_t, UidProcStats>())); in TEST_F() 261 const std::unordered_map<uid_t, PackageInfo> packageInfoByUid = samplePackageInfoByUid(); in TEST_F() 262 const std::unordered_map<uid_t, UidIoStats> uidIoStatsByUid = sampleUidIoStatsByUid(); in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.map/unord.map.cnstr/ |
H A D | deduct.pass.cpp | 102 std::unordered_map m(std::begin(arr), std::end(arr)); in main() 103 ASSERT_SAME_TYPE(decltype(m), std::unordered_map<int, long>); in main() 109 std::unordered_map m(std::begin(arr), std::end(arr), 42); in main() 110 ASSERT_SAME_TYPE(decltype(m), std::unordered_map<int, long>); in main() 116 std::unordered_map m(std::begin(arr), std::end(arr), 42, std::hash<long long>()); in main() 117 …ASSERT_SAME_TYPE(decltype(m), std::unordered_map<int, long, std::hash<long long>, std::equal_to<in… in main() 123 …std::unordered_map m(std::begin(arr), std::end(arr), 42, std::hash<long long>(), std::equal_to<>()… in main() 124 …ASSERT_SAME_TYPE(decltype(m), std::unordered_map<int, long, std::hash<long long>, std::equal_to<>>… in main() 130 …std::unordered_map m(std::begin(arr), std::end(arr), 42, std::hash<long long>(), std::equal_to<>()… in main() 131 …ASSERT_SAME_TYPE(decltype(m), std::unordered_map<int, long, std::hash<long long>, std::equal_to<>,… in main() [all …]
|
H A D | deduct_const.pass.cpp | 76 std::unordered_map m(std::begin(arr), std::end(arr)); in main() 77 ASSERT_SAME_TYPE(decltype(m), std::unordered_map<int, long>); in main() 83 std::unordered_map m(std::begin(arr), std::end(arr), 42); in main() 84 ASSERT_SAME_TYPE(decltype(m), std::unordered_map<int, long>); in main() 90 std::unordered_map m(std::begin(arr), std::end(arr), 42, std::hash<short>()); in main() 91 …ASSERT_SAME_TYPE(decltype(m), std::unordered_map<int, long, std::hash<short>, std::equal_to<int>>); in main() 97 std::unordered_map m(std::begin(arr), std::end(arr), 42, std::hash<short>(), std::equal_to<>()); in main() 98 ASSERT_SAME_TYPE(decltype(m), std::unordered_map<int, long, std::hash<short>, std::equal_to<>>); in main() 104 …std::unordered_map m(std::begin(arr), std::end(arr), 42, std::hash<short>(), std::equal_to<>(), te… in main() 105 …ASSERT_SAME_TYPE(decltype(m), std::unordered_map<int, long, std::hash<short>, std::equal_to<>, tes… in main() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/ |
D | unordered_map.hpp | 40 template <class K, class T, class H, class P, class A> class unordered_map class 43 BOOST_COPYABLE_AND_MOVABLE(unordered_map) 86 unordered_map(); 88 explicit unordered_map(size_type, const hasher& = hasher(), 93 unordered_map(InputIt, InputIt, 98 unordered_map(unordered_map const&); 102 unordered_map(BOOST_RV_REF(unordered_map) other) 110 explicit unordered_map(allocator_type const&); 112 unordered_map(unordered_map const&, allocator_type const&); 114 unordered_map(BOOST_RV_REF(unordered_map), allocator_type const&); [all …]
|
/aosp_15_r20/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 102 virtual const std::unordered_map<std::string, SensorInfo> &GetSensorInfoMap() const = 0; 103 virtual const std::unordered_map<std::string, CdevInfo> &GetCdevInfoMap() const = 0; 104 virtual const std::unordered_map<std::string, SensorStatus> &GetSensorStatusMap() const = 0; 105 virtual const std::unordered_map<std::string, ThermalThrottlingStatus> & 107 virtual const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const = 0; 108 virtual const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const = 0; 109 virtual const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() = 0; 110 virtual const std::unordered_map<std::string, 111 std::unordered_map<std::string, ThermalStats<int>>> 155 const std::unordered_map<std::string, SensorInfo> &GetSensorInfoMap() const override { in GetSensorInfoMap() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/ |
D | unordered_map | 15 unordered_map synopsis 24 class unordered_map 49 unordered_map() 54 explicit unordered_map(size_type n, const hasher& hf = hasher(), 58 unordered_map(InputIterator f, InputIterator l, 63 unordered_map(from_range_t, R&& rg, size_type n = see below, 67 explicit unordered_map(const allocator_type&); 68 unordered_map(const unordered_map&); 69 unordered_map(const unordered_map&, const Allocator&); 70 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/ |
D | unordered_map | 15 unordered_map synopsis 24 class unordered_map 49 unordered_map() 54 explicit unordered_map(size_type n, const hasher& hf = hasher(), 58 unordered_map(InputIterator f, InputIterator l, 63 unordered_map(from_range_t, R&& rg, size_type n = see below, 67 explicit unordered_map(const allocator_type&); 68 unordered_map(const unordered_map&); 69 unordered_map(const unordered_map&, const Allocator&); 70 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/ |
H A D | unordered_map | 15 unordered_map synopsis 24 class unordered_map 49 unordered_map() 54 explicit unordered_map(size_type n, const hasher& hf = hasher(), 58 unordered_map(InputIterator f, InputIterator l, 63 unordered_map(from_range_t, R&& rg, size_type n = see below, 67 explicit unordered_map(const allocator_type&); 68 unordered_map(const unordered_map&); 69 unordered_map(const unordered_map&, const Allocator&); 70 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/ |
D | unordered_map | 15 unordered_map synopsis 24 class unordered_map 49 unordered_map() 54 explicit unordered_map(size_type n, const hasher& hf = hasher(), 58 unordered_map(InputIterator f, InputIterator l, 63 unordered_map(from_range_t, R&& rg, size_type n = see below, 67 explicit unordered_map(const allocator_type&); 68 unordered_map(const unordered_map&); 69 unordered_map(const unordered_map&, const Allocator&); 70 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/ |
D | unordered_map | 15 unordered_map synopsis 24 class unordered_map 49 unordered_map() 54 explicit unordered_map(size_type n, const hasher& hf = hasher(), 58 unordered_map(InputIterator f, InputIterator l, 63 unordered_map(from_range_t, R&& rg, size_type n = see below, 67 explicit unordered_map(const allocator_type&); 68 unordered_map(const unordered_map&); 69 unordered_map(const unordered_map&, const Allocator&); 70 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/ |
D | unordered_map | 15 unordered_map synopsis 24 class unordered_map 49 unordered_map() 54 explicit unordered_map(size_type n, const hasher& hf = hasher(), 58 unordered_map(InputIterator f, InputIterator l, 63 unordered_map(from_range_t, R&& rg, size_type n = see below, 67 explicit unordered_map(const allocator_type&); 68 unordered_map(const unordered_map&); 69 unordered_map(const unordered_map&, const Allocator&); 70 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxx/include/ |
D | unordered_map | 2 //===-------------------------- unordered_map -----------------------------===// 16 unordered_map synopsis 25 class unordered_map 50 unordered_map() 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 59 unordered_map(InputIterator f, InputIterator l, 63 explicit unordered_map(const allocator_type&); 64 unordered_map(const unordered_map&); 65 unordered_map(const unordered_map&, const Allocator&); 66 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxx/include/ |
D | unordered_map | 2 //===-------------------------- unordered_map -----------------------------===// 16 unordered_map synopsis 25 class unordered_map 50 unordered_map() 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 59 unordered_map(InputIterator f, InputIterator l, 63 explicit unordered_map(const allocator_type&); 64 unordered_map(const unordered_map&); 65 unordered_map(const unordered_map&, const Allocator&); 66 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/ |
D | unordered_map | 2 //===-------------------------- unordered_map -----------------------------===// 16 unordered_map synopsis 25 class unordered_map 50 unordered_map() 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 59 unordered_map(InputIterator f, InputIterator l, 63 explicit unordered_map(const allocator_type&); 64 unordered_map(const unordered_map&); 65 unordered_map(const unordered_map&, const Allocator&); 66 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/ |
D | unordered_map | 2 //===-------------------------- unordered_map -----------------------------===// 16 unordered_map synopsis 25 class unordered_map 50 unordered_map() 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 59 unordered_map(InputIterator f, InputIterator l, 63 explicit unordered_map(const allocator_type&); 64 unordered_map(const unordered_map&); 65 unordered_map(const unordered_map&, const Allocator&); 66 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/ |
D | unordered_map | 2 //===-------------------------- unordered_map -----------------------------===// 16 unordered_map synopsis 25 class unordered_map 50 unordered_map() 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 59 unordered_map(InputIterator f, InputIterator l, 63 explicit unordered_map(const allocator_type&); 64 unordered_map(const unordered_map&); 65 unordered_map(const unordered_map&, const Allocator&); 66 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxx/include/ |
D | unordered_map | 2 //===-------------------------- unordered_map -----------------------------===// 16 unordered_map synopsis 25 class unordered_map 50 unordered_map() 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 59 unordered_map(InputIterator f, InputIterator l, 63 explicit unordered_map(const allocator_type&); 64 unordered_map(const unordered_map&); 65 unordered_map(const unordered_map&, const Allocator&); 66 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libcxx/include/ |
D | unordered_map | 2 //===-------------------------- unordered_map -----------------------------===// 16 unordered_map synopsis 25 class unordered_map 50 unordered_map() 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 59 unordered_map(InputIterator f, InputIterator l, 63 explicit unordered_map(const allocator_type&); 64 unordered_map(const unordered_map&); 65 unordered_map(const unordered_map&, const Allocator&); 66 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxx/include/ |
D | unordered_map | 2 //===-------------------------- unordered_map -----------------------------===// 16 unordered_map synopsis 25 class unordered_map 50 unordered_map() 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 59 unordered_map(InputIterator f, InputIterator l, 63 explicit unordered_map(const allocator_type&); 64 unordered_map(const unordered_map&); 65 unordered_map(const unordered_map&, const Allocator&); 66 unordered_map(unordered_map&&) [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxx/include/ |
D | unordered_map | 2 //===-------------------------- unordered_map -----------------------------===// 16 unordered_map synopsis 25 class unordered_map 50 unordered_map() 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 59 unordered_map(InputIterator f, InputIterator l, 63 explicit unordered_map(const allocator_type&); 64 unordered_map(const unordered_map&); 65 unordered_map(const unordered_map&, const Allocator&); 66 unordered_map(unordered_map&&) [all …]
|