Home
last modified time | relevance | path

Searched defs:expectedRules (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/antlr/tool/src/test/java/org/antlr/test/
H A DTestDFAConversion.java556 Set<String> expectedRules = in testIndirectRecursionLoop() local
585 Set<String> expectedRules = in testIndirectRecursionLoop2() local
616 Set<String> expectedRules = in testIndirectRecursionLoop3() local
794 Set<String> expectedRules = new HashSet<String>() {{add("a");}}; in testimmediateLeftRecursion() local
806 Set<String> expectedRules = new HashSet<String>() {{add("a"); add("b"); add("c");}}; in testIndirectLeftRecursion() local
820 Set<String> expectedRules = in testLeftRecursionInMultipleCycles() local
833 Set<Rule> expectedRules = new HashSet<Rule>(); in testCycleInsideRuleDoesNotForceInfiniteRecursion() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupAgentTest.java80 IncludeExcludeRules expectedRules = new IncludeExcludeRules(includePaths, excludePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules() local