Searched refs:forAll (Results 1 – 1 of 1) sorted by relevance
/external/r8/src/test/java/com/android/tools/r8/utils/ |
D | DexInspector.java | 147 private static <S, T extends Subject> void forAll(S[] items, in forAll() method in DexInspector 156 private static <S, T extends Subject> void forAll(Iterable<S> items, Function<S, T> constructor, in forAll() method in DexInspector 184 forAll(application.classes(), clazz -> { in forAllClasses() 372 forAll(dexClass.directMethods(), FoundMethodSubject::new, this, inspection); in forAllMethods() 373 forAll(dexClass.virtualMethods(), FoundMethodSubject::new, this, inspection); in forAllMethods() 413 forAll(dexClass.staticFields(), FoundFieldSubject::new, this, inspection); in forAllFields() 414 forAll(dexClass.instanceFields(), FoundFieldSubject::new, this, inspection); in forAllFields()
|