Home
last modified time | relevance | path

Searched defs:matcherIndex (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/packages/modules/StatsD/statsd/src/matchers/
DSimpleAtomMatchingTracker.cpp46 int matcherIndex, const vector<AtomMatcher>& allAtomMatchers, in init()
79 const LogEvent& event, int matcherIndex, in onLogEvent()
DCombinationAtomMatchingTracker.cpp41 int matcherIndex, const vector<AtomMatcher>& allAtomMatchers, in init()
142 const LogEvent& event, int matcherIndex, in onLogEvent()
DEventMatcherWizard.cpp22 MatchLogEventResult EventMatcherWizard::matchLogEvent(const LogEvent& event, int matcherIndex) { in matchLogEvent()
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/
DDurationMetricProducer.cpp732 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()
DMetricsManager.cpp617 for (const auto& matcherIndex : matchersIt->second) { in onLogEvent() local
770 for (const auto matcherIndex : matchersIndexesListForLostAtom) { in notifyMetricsAboutLostAtom() local
DRestrictedEventMetricProducer.cpp50 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DEventMetricProducer.cpp224 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DMetricProducer.cpp118 void MetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEventLocked()
DCountMetricProducer.cpp385 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DGaugeMetricProducer.cpp561 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DValueMetricProducer.cpp696 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DMetricProducer.h208 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 DPathMatcher.java171 private boolean matchForward(CldrPath path, int matcherIndex) { in matchForward()
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dconfig_update_utils.cpp204 for (size_t matcherIndex = 0; matcherIndex < newAtomMatchingTrackers.size(); matcherIndex++) { in updateAtomMatchingTrackers() local
Dmetrics_manager_util.cpp1602 for (size_t matcherIndex = 0; matcherIndex < allAtomMatchingTrackers.size(); matcherIndex++) { in initAtomMatchingTrackers() local
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp1632 int tagId, int matcherIndex, const vector<FieldValueMatcher>& fieldValueMatchers) { in createEventMatcherWizard()