Searched defs:matcherIndex (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/packages/modules/StatsD/statsd/src/matchers/ |
D | SimpleAtomMatchingTracker.cpp | 46 int matcherIndex, const vector<AtomMatcher>& allAtomMatchers, in init() 79 const LogEvent& event, int matcherIndex, in onLogEvent()
|
D | CombinationAtomMatchingTracker.cpp | 41 int matcherIndex, const vector<AtomMatcher>& allAtomMatchers, in init() 142 const LogEvent& event, int matcherIndex, in onLogEvent()
|
D | EventMatcherWizard.cpp | 22 MatchLogEventResult EventMatcherWizard::matchLogEvent(const LogEvent& event, int matcherIndex) { in matchLogEvent()
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/ |
D | DurationMetricProducer.cpp | 732 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked() 738 void DurationMetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, in onMatchedLogEventLocked() 744 void DurationMetricProducer::handleMatchedLogEventValuesLocked(const size_t matcherIndex, in handleMatchedLogEventValuesLocked()
|
D | MetricsManager.cpp | 617 for (const auto& matcherIndex : matchersIt->second) { in onLogEvent() local 770 for (const auto matcherIndex : matchersIndexesListForLostAtom) { in notifyMetricsAboutLostAtom() local
|
D | RestrictedEventMetricProducer.cpp | 50 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | EventMetricProducer.cpp | 224 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | MetricProducer.cpp | 118 void MetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEventLocked()
|
D | CountMetricProducer.cpp | 385 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | GaugeMetricProducer.cpp | 561 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | ValueMetricProducer.cpp | 696 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | MetricProducer.h | 208 void onMatchedLogEvent(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEvent()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/ |
H A D | PathMatcher.java | 171 private boolean matchForward(CldrPath path, int matcherIndex) { in matchForward()
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
D | config_update_utils.cpp | 204 for (size_t matcherIndex = 0; matcherIndex < newAtomMatchingTrackers.size(); matcherIndex++) { in updateAtomMatchingTrackers() local
|
D | metrics_manager_util.cpp | 1602 for (size_t matcherIndex = 0; matcherIndex < allAtomMatchingTrackers.size(); matcherIndex++) { in initAtomMatchingTrackers() local
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.cpp | 1632 int tagId, int matcherIndex, const vector<FieldValueMatcher>& fieldValueMatchers) { in createEventMatcherWizard()
|