Searched defs:inspection (Results 1 – 4 of 4) sorted by relevance
/external/r8/src/test/java/com/android/tools/r8/utils/ |
D | DexInspector.java | 183 public void forAllClasses(Consumer<FoundClassSubject> inspection) { in forAllClasses() 258 public abstract void forAllMethods(Consumer<FoundMethodSubject> inspection); in forAllMethods() 274 public abstract void forAllFields(Consumer<FoundFieldSubject> inspection); in forAllFields() 307 public void forAllMethods(Consumer<FoundMethodSubject> inspection) { in forAllMethods() 316 public void forAllFields(Consumer<FoundFieldSubject> inspection) { in forAllFields() 371 public void forAllMethods(Consumer<FoundMethodSubject> inspection) { in forAllMethods() 372 forAll(dexClass.directMethods(), FoundMethodSubject::new, this, inspection); in forAllMethods() local 373 forAll(dexClass.virtualMethods(), FoundMethodSubject::new, this, inspection); in forAllMethods() local 412 public void forAllFields(Consumer<FoundFieldSubject> inspection) { in forAllFields() 413 forAll(dexClass.staticFields(), FoundFieldSubject::new, this, inspection); in forAllFields() local [all …]
|
/external/r8/src/test/java/com/android/tools/r8/shaking/ |
D | TreeShakingTest.java | 88 private final Consumer<DexInspector> inspection; field in TreeShakingTest 96 boolean minify, Consumer<DexInspector> inspection, in TreeShakingTest() 669 Consumer<DexInspector> inspection = in data() local 703 String keepName, List<String> keepList, Consumer<DexInspector> inspection, in addTestCases() 718 Consumer<DexInspector> inspection, BiConsumer<String, String> outputComparator, in addTestCase()
|
/external/r8/src/test/java/com/android/tools/r8/memberrebinding/ |
D | MemberRebindingTest.java | 60 private final Consumer<DexInspector> inspection; field in MemberRebindingTest
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1760 .. _inspection: target in Helpful Hints for Common Operations
|