HomeSort by relevance Sort by last modified time
    Searched refs:OR_SUBRULES (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/split-select/
Rule.cpp 65 case OR_SUBRULES:
66 str.append("OR_SUBRULES");
86 case OR_SUBRULES:
120 if (op == AND_SUBRULES || op == OR_SUBRULES) {
178 if (rule->op != AND_SUBRULES && rule->op != OR_SUBRULES) {
Rule.h 42 OR_SUBRULES,
TestRules.h 40 op = Rule::OR_SUBRULES;
Main.cpp 94 masterRule->op = Rule::OR_SUBRULES;

Completed in 175 milliseconds