OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchingState
(Results
1 - 24
of
24
) sorted by null
/frameworks/base/cmds/statsd/src/matchers/
matcher_util.h
35
enum
MatchingState
{
42
const std::vector<
MatchingState
>& matcherResults);
SimpleLogMatchingTracker.cpp
57
vector<
MatchingState
>& matcherResults) {
58
if (matcherResults[mIndex] !=
MatchingState
::kNotComputed) {
64
matcherResults[mIndex] =
MatchingState
::kNotMatched;
69
matcherResults[mIndex] = matched ?
MatchingState
::kMatched :
MatchingState
::kNotMatched;
CombinationLogMatchingTracker.cpp
97
vector<
MatchingState
>& matcherResults) {
99
if (matcherResults[mIndex] !=
MatchingState
::kNotComputed) {
104
matcherResults[mIndex] =
MatchingState
::kNotMatched;
110
if (matcherResults[childIndex] ==
MatchingState
::kNotComputed) {
117
matcherResults[mIndex] = matched ?
MatchingState
::kMatched :
MatchingState
::kNotMatched;
CombinationLogMatchingTracker.h
45
std::vector<
MatchingState
>& matcherResults) override;
LogMatchingTracker.h
63
std::vector<
MatchingState
>& matcherResults) = 0;
SimpleLogMatchingTracker.h
48
std::vector<
MatchingState
>& matcherResults) override;
matcher_util.cpp
34
const vector<
MatchingState
>& matcherResults) {
40
if (matcherResults[childIndex] !=
MatchingState
::kMatched) {
50
if (matcherResults[childIndex] ==
MatchingState
::kMatched) {
58
matched = matcherResults[children[0]] ==
MatchingState
::kNotMatched;
63
if (matcherResults[childIndex] !=
MatchingState
::kMatched) {
72
if (matcherResults[childIndex] ==
MatchingState
::kMatched) {
/frameworks/base/cmds/statsd/tests/condition/
SimpleConditionTracker_test.cpp
129
vector<
MatchingState
> matcherState;
130
matcherState.push_back(
MatchingState
::kNotMatched);
131
matcherState.push_back(
MatchingState
::kNotMatched);
145
matcherState.push_back(
MatchingState
::kMatched);
146
matcherState.push_back(
MatchingState
::kNotMatched);
158
matcherState.push_back(
MatchingState
::kNotMatched);
159
matcherState.push_back(
MatchingState
::kNotMatched);
170
matcherState.push_back(
MatchingState
::kNotMatched);
171
matcherState.push_back(
MatchingState
::kMatched);
184
matcherState.push_back(
MatchingState
::kNotMatched)
[
all
...]
StateTracker_test.cpp
69
vector<
MatchingState
> matcherState;
70
matcherState.push_back(
MatchingState
::kMatched);
/frameworks/base/cmds/statsd/tests/
LogEntryMatcher_test.cpp
646
vector<
MatchingState
> matcherResults;
647
matcherResults.push_back(
MatchingState
::kMatched);
648
matcherResults.push_back(
MatchingState
::kNotMatched);
649
matcherResults.push_back(
MatchingState
::kMatched);
654
matcherResults.push_back(
MatchingState
::kMatched);
655
matcherResults.push_back(
MatchingState
::kMatched);
656
matcherResults.push_back(
MatchingState
::kMatched);
670
vector<
MatchingState
> matcherResults;
671
matcherResults.push_back(
MatchingState
::kMatched);
672
matcherResults.push_back(
MatchingState
::kNotMatched)
[
all
...]
/frameworks/base/cmds/statsd/src/metrics/
MetricsManager.cpp
307
vector<
MatchingState
> matcherCache(mAllAtomMatchers.size(),
MatchingState
::kNotComputed);
317
if (matcherCache[pair.first] ==
MatchingState
::kMatched) {
364
if (matcherCache[i] ==
MatchingState
::kMatched) {
/frameworks/base/cmds/statsd/src/condition/
CombinationConditionTracker.h
39
const std::vector<
MatchingState
>& eventMatcherValues,
ConditionTracker.h
72
const std::vector<
MatchingState
>& eventMatcherValues,
SimpleConditionTracker.cpp
256
const vector<
MatchingState
>& eventMatcherValues,
270
eventMatcherValues[mStopAllLogMatcherIndex] ==
MatchingState
::kMatched) {
279
eventMatcherValues[mStartLogMatcherIndex] ==
MatchingState
::kMatched) {
284
eventMatcherValues[mStopLogMatcherIndex] ==
MatchingState
::kMatched) {
SimpleConditionTracker.h
44
const std::vector<
MatchingState
>& eventMatcherValues,
StateTracker.h
43
const std::vector<
MatchingState
>& eventMatcherValues,
StateTracker.cpp
118
const vector<
MatchingState
>& eventMatcherValues,
131
eventMatcherValues[mStartLogMatcherIndex] !=
MatchingState
::kMatched) {
CombinationConditionTracker.cpp
134
const LogEvent& event, const std::vector<
MatchingState
>& eventMatcherValues,
/external/kotlinc/lib/
kotlin-compiler.jar
/prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.3/
kotlin-compiler-embeddable-1.1.3.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.51/
kotlin-compiler-embeddable-1.1.51.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.20/
kotlin-compiler-embeddable-1.2.20.jar
Completed in 216 milliseconds