Searched refs:builderTransformations (Results 1 – 7 of 7) sorted by relevance
42 final List<UnaryOperator<B>> builderTransformations = new ArrayList<>(); field in RunExamplesAndroidNTest.TestRunner60 builderTransformations.add(builderTransformation); in withBuilderTransformation()
28 for (UnaryOperator<R8Command.Builder> transformation : builderTransformations) { in build()
29 for (UnaryOperator<Builder> transformation : builderTransformations) { in build()
30 for (UnaryOperator<D8Command.Builder> transformation : builderTransformations) { in build()
50 final List<UnaryOperator<B>> builderTransformations = new ArrayList<>(); field in RunExamplesAndroidOTest.TestRunner101 builderTransformations.add(builderTransformation); in withBuilderTransformation()
64 for (UnaryOperator<R8Command.Builder> transformation : builderTransformations) { in build()
153 for (UnaryOperator<D8Command.Builder> transformation : builderTransformations) { in compileClassFiles()178 for (UnaryOperator<D8Command.Builder> transformation : builderTransformations) { in mergeClassFiles()