OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:combinationMatch
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/cmds/statsd/src/matchers/
matcher_util.h
41
bool
combinationMatch
(const std::vector<int>& children, const LogicalOperation& operation,
CombinationLogMatchingTracker.cpp
116
bool matched =
combinationMatch
(mChildren, mLogicalOperation, matcherResults);
matcher_util.cpp
33
bool
combinationMatch
(const vector<int>& children, const LogicalOperation& operation,
/frameworks/base/cmds/statsd/tests/
LogEntryMatcher_test.cpp
651
EXPECT_FALSE(
combinationMatch
(children, operation, matcherResults));
658
EXPECT_TRUE(
combinationMatch
(children, operation, matcherResults));
675
EXPECT_TRUE(
combinationMatch
(children, operation, matcherResults));
682
EXPECT_FALSE(
combinationMatch
(children, operation, matcherResults));
695
EXPECT_FALSE(
combinationMatch
(children, operation, matcherResults));
699
EXPECT_TRUE(
combinationMatch
(children, operation, matcherResults));
714
EXPECT_TRUE(
combinationMatch
(children, operation, matcherResults));
719
EXPECT_TRUE(
combinationMatch
(children, operation, matcherResults));
724
EXPECT_FALSE(
combinationMatch
(children, operation, matcherResults));
739
EXPECT_FALSE(
combinationMatch
(children, operation, matcherResults))
[
all
...]
Completed in 477 milliseconds