/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() argument 108 this.inspection = inspection; in TreeShakingTest() 669 Consumer<DexInspector> inspection = in data() local 680 Collections.singletonList(keepFile.getPath()), inspection, in data() 688 addTestCases(testCases, test, mainClass, keepName, keepList, inspection, in data() 703 String keepName, List<String> keepList, Consumer<DexInspector> inspection, in addTestCases() argument 706 addTestCase(testCases, test, Frontend.JAR, mainClass, keepName, keepList, false, inspection, in addTestCases() 708 addTestCase(testCases, test, Frontend.DEX, mainClass, keepName, keepList, false, inspection, in addTestCases() 710 addTestCase(testCases, test, Frontend.JAR, mainClass, keepName, keepList, true, inspection, in addTestCases() [all …]
|
/external/r8/src/test/java/com/android/tools/r8/utils/ |
D | DexInspector.java | 183 public void forAllClasses(Consumer<FoundClassSubject> inspection) { in forAllClasses() argument 193 }, inspection); in forAllClasses() 258 public abstract void forAllMethods(Consumer<FoundMethodSubject> inspection); in forAllMethods() argument 274 public abstract void forAllFields(Consumer<FoundFieldSubject> inspection); in forAllFields() argument 307 public void forAllMethods(Consumer<FoundMethodSubject> inspection) { in forAllMethods() argument 316 public void forAllFields(Consumer<FoundFieldSubject> inspection) { in forAllFields() argument 371 public void forAllMethods(Consumer<FoundMethodSubject> inspection) { in forAllMethods() argument 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() argument [all …]
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
D | 2003-05-21-MalformedShiftCrash.ll | 1 ; Found by inspection of the code
|
D | 2003-05-21-MalformedStructCrash.ll | 1 ; Found by inspection of the code
|
/external/llvm/test/Assembler/ |
D | 2003-05-21-MalformedShiftCrash.ll | 1 ; Found by inspection of the code
|
D | 2003-05-21-MalformedStructCrash.ll | 1 ; Found by inspection of the code
|
/external/elfutils/config/ |
D | libdw.pc.in | 7 Description: elfutils library for DWARF data and ELF file or process inspection
|
/external/toybox/toys/pending/ |
D | README | 7 unfinished stubs, others just need a more thorough inspection than we've had
|
/external/skia/site/dev/testing/ |
D | download.md | 6 and can be downloaded to the desktop for inspection and debugging.
|
/external/r8/src/test/java/com/android/tools/r8/memberrebinding/ |
D | MemberRebindingTest.java | 60 private final Consumer<DexInspector> inspection; field in MemberRebindingTest 75 this.inspection = configuration.processedInspection; in MemberRebindingTest() 342 inspection.accept(inspector); in memberRebindingTest()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.buffers.txt | 45 All buffer-related calls are written to log for inspection.
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 53 Used only to check CONFIG_RCU_FANOUT value, inspection suffices.
|
/external/mesa3d/docs/specs/ |
D | MESA_shader_debug.spec | 155 retrieved by the application for inspection after shader execution
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | Inspector.mm | 70 // Send acknowledgement to the crashed process that the inspection 342 // The crashed task needs to be told that the inspection has finished.
|
/external/python/cpython2/Doc/library/ |
D | parser.rst | 178 representation can be used for inspection or the creation of a new parse tree in 180 the list representation. If the parse tree will only be used for inspection, 220 compilation failure can be diagnosed programmatically by inspection of the parse
|
D | gc.rst | 20 gc.garbage for inspection.
|
/external/vixl/doc/ |
D | changelog.md | 109 + Added new debugger syntax for memory inspection.
|
/external/llvm/lib/CodeGen/ |
D | README.txt | 161 synthesize the various copy insertion/inspection methods in TargetInstrInfo.
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | README.txt | 161 synthesize the various copy insertion/inspection methods in TargetInstrInfo.
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 388 // It will then launch and perform a process inspection of our crashed state. 702 // received our information and has finished the inspection. 742 // Wait for acknowledgement that the inspection has finished.
|
/external/lisa/ipynb/tutorial/ |
D | 03_WlGenUsage.ipynb | 568 "## 5) trace inspection" 990 "## 4) trace inspection" 1381 "## 4) trace inspection "
|
/external/clang/docs/ |
D | SafeStack.rst | 115 This has not been verified except through manual code inspection, and could
|
/external/python/cpython2/Lib/idlelib/ |
D | TODO.txt | 16 - more object inspection to stack viewer, e.g. to view all array items
|
/external/lisa/ipynb/examples/trappy/ |
D | trappy_example.ipynb | 367 "## Trace inspection"
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | rounding.decTest | 36 precision: 5 -- for easier visual inspection 1085 precision: 5 -- for easier visual inspection
|