Home
last modified time | relevance | path

Searched refs:inspection (Results 1 – 25 of 53) sorted by relevance

123

/external/r8/src/test/java/com/android/tools/r8/shaking/
DTreeShakingTest.java88 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/
DDexInspector.java183 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/
D2003-05-21-MalformedShiftCrash.ll1 ; Found by inspection of the code
D2003-05-21-MalformedStructCrash.ll1 ; Found by inspection of the code
/external/llvm/test/Assembler/
D2003-05-21-MalformedShiftCrash.ll1 ; Found by inspection of the code
D2003-05-21-MalformedStructCrash.ll1 ; Found by inspection of the code
/external/elfutils/config/
Dlibdw.pc.in7 Description: elfutils library for DWARF data and ELF file or process inspection
/external/toybox/toys/pending/
DREADME7 unfinished stubs, others just need a more thorough inspection than we've had
/external/skia/site/dev/testing/
Ddownload.md6 and can be downloaded to the desktop for inspection and debugging.
/external/r8/src/test/java/com/android/tools/r8/memberrebinding/
DMemberRebindingTest.java60 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/
Dfunctional.buffers.txt45 All buffer-related calls are written to log for inspection.
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt53 Used only to check CONFIG_RCU_FANOUT value, inspection suffices.
/external/mesa3d/docs/specs/
DMESA_shader_debug.spec155 retrieved by the application for inspection after shader execution
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.mm70 // 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/
Dparser.rst178 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
Dgc.rst20 gc.garbage for inspection.
/external/vixl/doc/
Dchangelog.md109 + Added new debugger syntax for memory inspection.
/external/llvm/lib/CodeGen/
DREADME.txt161 synthesize the various copy insertion/inspection methods in TargetInstrInfo.
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DREADME.txt161 synthesize the various copy insertion/inspection methods in TargetInstrInfo.
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm388 // 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/
D03_WlGenUsage.ipynb568 "## 5) trace inspection"
990 "## 4) trace inspection"
1381 "## 4) trace inspection "
/external/clang/docs/
DSafeStack.rst115 This has not been verified except through manual code inspection, and could
/external/python/cpython2/Lib/idlelib/
DTODO.txt16 - more object inspection to stack viewer, e.g. to view all array items
/external/lisa/ipynb/examples/trappy/
Dtrappy_example.ipynb367 "## Trace inspection"
/external/python/cpython2/Lib/test/decimaltestdata/
Drounding.decTest36 precision: 5 -- for easier visual inspection
1085 precision: 5 -- for easier visual inspection

123