Searched refs:EqRule (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/split-select/
H A DRule_test.cpp34 .add(EqRule(Rule::SDK_VERSION, 7))
79 .add(EqRule(Rule::SDK_VERSION, 7))
82 EXPECT_RULES_EQ(Rule::simplify(rule), EqRule(Rule::SDK_VERSION, 7));
88 .add(EqRule(Rule::SDK_VERSION, 7))
90 .add(EqRule(Rule::SDK_VERSION, 8))
95 .add(EqRule(Rule::SDK_VERSION, 7))
96 .add(EqRule(Rule::SDK_VERSION, 8))
H A DTestRules.h49 const Rule EqRule(Rule::Key key, long value);
H A DTestRules.cpp27 const Rule EqRule(Rule::Key key, long value) { function in namespace:split::test

Completed in 177 milliseconds