Home
last modified time | relevance | path

Searched refs:keepRules (Results 1 – 4 of 4) 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
52 .addProguardConfigurationFiles(keepRules, ignoreWarnings) in testIgnoreWarnings()
63 Path keepRules = Paths.get(EXAMPLES_DIR, test, "keep-rules.txt"); in testMissingLibrary() local
70 .addProguardConfigurationFiles(keepRules) in testMissingLibrary()
81 Path keepRules = Paths.get(EXAMPLES_DIR, test, "keep-rules.txt"); in testPrintMapping() local
94 .addProguardConfigurationFiles(keepRules, printMapping) in testPrintMapping()
/external/r8/src/main/java/com/android/tools/r8/utils/
DInternalOptions.java95 public ImmutableList<ProguardConfigurationRule> keepRules = ImmutableList.of(); field in InternalOptions
/external/r8/src/main/java/com/android/tools/r8/
DR8Command.java401 internal.keepRules = proguardConfiguration.getRules(); in getInternalOptions()
DR8.java224 rootSet = new RootSetBuilder(application, appInfo, options.keepRules).run(executorService); in run()