Home
last modified time | relevance | path

Searched refs:checkAnnotationContent (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/test/java/com/android/tools/r8/jsr45/
DJSR45Tests.java102 checkAnnotationContent(INPUT_PATH, outputPath); in testSourceDebugExtensionWithD8()
113 checkAnnotationContent(INPUT_PATH, outputPath); in testSourceDebugExtensionWithShriking1()
124 checkAnnotationContent(INPUT_PATH, outputPath); in testSourceDebugExtensionWithShrinking2()
137 checkAnnotationContent(INPUT_PATH, outputPath); in testSourceDebugExtensionWithShrinking3()
159 private void checkAnnotationContent(Path inputPath, Path outputPath) in checkAnnotationContent() method in JSR45Tests