HomeSort by relevance Sort by last modified time
    Searched refs:inspection (Results 1 - 20 of 20) sorted by null

  /external/r8/src/test/java/com/android/tools/r8/shaking/
TreeShakingTest.java 88 private final Consumer<DexInspector> inspection; field in class:TreeShakingTest
96 boolean minify, Consumer<DexInspector> inspection,
108 this.inspection = inspection;
669 Consumer<DexInspector> inspection = local
680 Collections.singletonList(keepFile.getPath()), inspection,
688 addTestCases(testCases, test, mainClass, keepName, keepList, inspection,
703 String keepName, List<String> keepList, Consumer<DexInspector> inspection,
    [all...]
  /external/r8/src/test/java/com/android/tools/r8/utils/
DexInspector.java 183 public void forAllClasses(Consumer<FoundClassSubject> inspection) {
193 }, inspection);
258 public abstract void forAllMethods(Consumer<FoundMethodSubject> inspection);
274 public abstract void forAllFields(Consumer<FoundFieldSubject> inspection);
307 public void forAllMethods(Consumer<FoundMethodSubject> inspection) {
316 public void forAllFields(Consumer<FoundFieldSubject> inspection) {
371 public void forAllMethods(Consumer<FoundMethodSubject> inspection) {
372 forAll(dexClass.directMethods(), FoundMethodSubject::new, this, inspection); local
373 forAll(dexClass.virtualMethods(), FoundMethodSubject::new, this, inspection); local
412 public void forAllFields(Consumer<FoundFieldSubject> inspection) {
413 forAll(dexClass.staticFields(), FoundFieldSubject::new, this, inspection); local
414 forAll(dexClass.instanceFields(), FoundFieldSubject::new, this, inspection); local
    [all...]
  /external/r8/src/test/java/com/android/tools/r8/memberrebinding/
MemberRebindingTest.java 60 private final Consumer<DexInspector> inspection; field in class:MemberRebindingTest
75 this.inspection = configuration.processedInspection;
87 // dex inspection of invokes is predictable.
342 inspection.accept(inspector);
  /external/mesa3d/docs/specs/
MESA_shader_debug.spec 155 retrieved by the application for inspection after shader execution
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder.go 16 // records its mutations for later inspection in tests.
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder.go 16 // records its mutations for later inspection in tests.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 224 CommonToken to track token-type names efficiently for debugging, inspection, and
  /prebuilts/go/darwin-x86/src/archive/tar/
writer_test.go 21 // Render byte array in a two-character hexadecimal string, spaced for easy visual inspection.
  /prebuilts/go/linux-x86/src/archive/tar/
writer_test.go 21 // Render byte array in a two-character hexadecimal string, spaced for easy visual inspection.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go 89 // some tests use this to manage raw tcp connections for later inspection
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go 89 // some tests use this to manage raw tcp connections for later inspection
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]

Completed in 1157 milliseconds