Home
last modified time | relevance | path

Searched refs:unordered_map (Results 1 – 25 of 225) sorted by relevance

123456789

/frameworks/base/cmds/statsd/src/metrics/
Dmetrics_manager_util.h50 std::unordered_map<int64_t, int>& logTrackerMap,
65 const std::unordered_map<int64_t, int>& logTrackerMap,
66 std::unordered_map<int64_t, int>& conditionTrackerMap,
68 std::unordered_map<int, std::vector<int>>& trackerToConditionMap,
69 std::unordered_map<int, std::vector<MetricConditionLink>>& eventConditionLinks);
86 const std::unordered_map<int64_t, int>& logTrackerMap,
87 const std::unordered_map<int64_t, int>& conditionTrackerMap,
88 const std::unordered_map<int, std::vector<MetricConditionLink>>& eventConditionLinks,
92 std::unordered_map<int, std::vector<int>>& conditionToMetricMap,
93 std::unordered_map<int, std::vector<int>>& trackerToMetricMap,
[all …]
Dmetrics_manager_util.cpp40 using std::unordered_map;
66 const unordered_map<int64_t, int>& logTrackerMap, in handleMetricWithLogTrackers()
67 unordered_map<int, std::vector<int>>& trackerToMetricMap, in handleMetricWithLogTrackers()
89 const unordered_map<int64_t, int>& logTrackerMap, in handlePullMetricTriggerWithLogTrackers()
90 unordered_map<int, std::vector<int>>& trackerToMetricMap, int& logTrackerIndex) { in handlePullMetricTriggerWithLogTrackers()
110 const unordered_map<int64_t, int>& conditionTrackerMap, in handleMetricWithConditions()
114 unordered_map<int, std::vector<int>>& conditionToMetricMap) { in handleMetricWithConditions()
139 unordered_map<int64_t, int>& logTrackerMap, in initLogTrackers()
228 const unordered_map<int64_t, int>& logTrackerMap, in initConditions()
229 unordered_map<int64_t, int>& conditionTrackerMap, in initConditions()
[all …]
DMetricsManager.h223 std::unordered_map<int, std::vector<int>> mTrackerToMetricMap;
226 std::unordered_map<int, std::vector<int>> mTrackerToConditionMap;
229 std::unordered_map<int, std::vector<int>> mConditionToMetricMap;
232 std::unordered_map<int, std::vector<int>> mActivationAtomTrackerToMetricMap;
235 std::unordered_map<int, std::vector<int>> mDeactivationAtomTrackerToMetricMap;
DDurationMetricProducer.h127 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>> mPastBuckets;
130 std::unordered_map<HashableDimensionKey,
131 std::unordered_map<HashableDimensionKey, std::unique_ptr<DurationTracker>>>
/frameworks/base/cmds/statsd/tests/
DMetricsManager_test.cpp36 using std::unordered_map;
282 unordered_map<int, std::vector<int>> conditionToMetricMap; in TEST()
283 unordered_map<int, std::vector<int>> trackerToMetricMap; in TEST()
284 unordered_map<int, std::vector<int>> trackerToConditionMap; in TEST()
285 unordered_map<int, std::vector<int>> activationAtomTrackerToMetricMap; in TEST()
286 unordered_map<int, std::vector<int>> deactivationAtomTrackerToMetricMap; in TEST()
314 unordered_map<int, std::vector<int>> conditionToMetricMap; in TEST()
315 unordered_map<int, std::vector<int>> trackerToMetricMap; in TEST()
316 unordered_map<int, std::vector<int>> trackerToConditionMap; in TEST()
317 unordered_map<int, std::vector<int>> activationAtomTrackerToMetricMap; in TEST()
[all …]
/frameworks/base/libs/androidfw/
DLocaleDataTables.cpp96 const std::unordered_map<uint32_t, uint8_t> LIKELY_SCRIPTS({
2178 const std::unordered_map<uint32_t, uint32_t> ARAB_PARENTS({
2186 const std::unordered_map<uint32_t, uint32_t> HANT_PARENTS({
2190 const std::unordered_map<uint32_t, uint32_t> LATN_PARENTS({
2320 const std::unordered_map<uint32_t, uint32_t>* map;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dstl_hash.m42 # unordered_map/hash_map (we prefer the first form), and what
6 # HASH_NAMESPACE to the namespace the class (unordered_map or
16 # First try unordered_map, but not on gcc's before 4.2 -- I've
17 # seen unexplainable unordered_map bugs with -O2 on older gcc's.
19 # error GCC too old for unordered_map
25 for location in unordered_map tr1/unordered_map; do
30 [const ${namespace}::unordered_map<int, int> t;
34 ac_cv_cxx_hash_map_class="unordered_map";])
56 [the location of <unordered_map> or <hash_map>])
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DOringDurationTracker.h53 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override;
56 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override;
68 std::unordered_map<HashableDimensionKey, int> mStarted;
69 std::unordered_map<HashableDimensionKey, int> mPaused;
71 std::unordered_map<HashableDimensionKey, ConditionKey> mConditionKeyMap;
DMaxDurationTracker.h51 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override;
54 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>*) override;
67 std::unordered_map<HashableDimensionKey, DurationInfo> mInfos;
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h35 std::unordered_map<int32_t, int32_t> hist;
49 std::unordered_map<std::string, Histogram> deltas;
64 std::unordered_map<std::string, TimeStatsLayer> stats;
65 std::unordered_map<uint32_t, nsecs_t> refreshRateStats;
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.h56 status_t connect(const std::unordered_map<size_t, sp<Surface>> &surfaces,
242 std::unordered_map<uint64_t, BufferItem> mInputSlots;
245 std::unordered_map<int, sp<IGraphicBufferProducer> > mOutputs;
248 std::unordered_map<int, size_t > mConsumerBufferCount;
253 std::unordered_map<uint64_t, std::unique_ptr<BufferTracker> > mBuffers;
261 std::unordered_map<sp<IGraphicBufferProducer>, sp<OutputListener>,
265 std::unordered_map<sp<IGraphicBufferProducer>, std::unique_ptr<OutputSlots>,
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.h80 std::unordered_map<const char*, TraceValue> mCurrentValues;
83 std::unordered_map<std::string, std::unordered_map<const char*, TraceValue>> mResults;
/frameworks/base/libs/hwui/tests/common/
DTestScene.cpp25 std::unordered_map<std::string, TestScene::Info>& TestScene::testMap() { in testMap()
26 static std::unordered_map<std::string, TestScene::Info> testMap; in testMap()
/frameworks/base/tools/aapt2/compile/
DIdAssigner.h34 explicit IdAssigner(const std::unordered_map<ResourceName, ResourceId>* map) in IdAssigner()
40 const std::unordered_map<ResourceName, ResourceId>* assigned_id_map_ = nullptr;
/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.h67 const std::unordered_map<std::string, CameraMetadata>& physicalMetadata);
91 std::unordered_map<std::string, CameraMetadata> mLastMonitoredPhysicalRequestKeys;
92 std::unordered_map<std::string, CameraMetadata> mLastMonitoredPhysicalResultKeys;
/frameworks/base/cmds/statsd/src/condition/
DStateTracker.h32 const std::unordered_map<int64_t, int>& trackerNameIndexMap,
39 const std::unordered_map<int64_t, int>& conditionIdIndexMap,
124 std::unordered_map<HashableDimensionKey, HashableDimensionKey> mSlicedState;
/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.h114 std::unordered_map<uint64_t, CameraMetadata> mPendingCaptureResults;
117 std::unordered_map<int64_t, std::tuple<int64_t, CameraMetadata>> mCaptureResults;
120 std::unordered_map<int64_t, int64_t> mFrameNumberMap;
/frameworks/native/services/surfaceflinger/
DTransactionCompletedThread.h124 std::unordered_map<
126 std::unordered_map<std::vector<CallbackId>, uint32_t /*count*/, CallbackIdsHash>,
129 std::unordered_map<sp<ITransactionCompletedListener>, std::deque<TransactionStats>,
/frameworks/native/libs/gui/include/gui/
DLayerMetadata.h28 std::unordered_map<uint32_t, std::vector<uint8_t>> mMap;
33 explicit LayerMetadata(std::unordered_map<uint32_t, std::vector<uint8_t>> map);
/frameworks/base/core/jni/
Dfd_utils.h92 explicit FileDescriptorTable(const std::unordered_map<int, FileDescriptorInfo*>& map);
99 std::unordered_map<int, FileDescriptorInfo*> open_fd_map_;
/frameworks/native/services/gpuservice/gpustats/
DGpuStats.h66 std::unordered_map<uint64_t, GpuStatsGlobalInfo> mGlobalStats;
68 std::unordered_map<std::string, GpuStatsAppInfo> mAppStats;
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateStats.h75 std::unordered_map<std::string, int64_t> getTotalTimes() { in getTotalTimes()
81 std::unordered_map<std::string, int64_t> totalTime; in getTotalTimes()
155 std::unordered_map<int /* power mode */, int64_t /* duration in ms */> mConfigModesTotalTime;
DLayerHistory.h76 std::unordered_map<int64_t, std::shared_ptr<LayerInfo>> mActiveLayerInfos GUARDED_BY(mLock);
77 std::unordered_map<int64_t, std::shared_ptr<LayerInfo>> mInactiveLayerInfos GUARDED_BY(mLock);
/frameworks/base/cmds/statsd/src/matchers/
DSimpleLogMatchingTracker.cpp28 using std::unordered_map;
49 const unordered_map<int64_t, int>& matcherMap, in init()
/frameworks/base/cmds/statsd/src/anomaly/
DDurationAnomalyTracker.h26 using std::unordered_map;
64 std::unordered_map<MetricDimensionKey, sp<const InternalAlarm>> mAlarms;

123456789