Home
last modified time | relevance | path

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

/external/r8/src/test/java/com/android/tools/r8/shaking/
DTreeShakingSpecificTest.java46 Path keepRules = Paths.get(EXAMPLES_DIR, test, "keep-rules.txt"); in testIgnoreWarnings() local
63 Path keepRules = Paths.get(EXAMPLES_DIR, test, "keep-rules.txt"); in testMissingLibrary() local
81 Path keepRules = Paths.get(EXAMPLES_DIR, test, "keep-rules.txt"); in testPrintMapping() local
/external/r8/src/main/java/com/android/tools/r8/utils/
DInternalOptions.java95 public ImmutableList<ProguardConfigurationRule> keepRules = ImmutableList.of(); field in InternalOptions