/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
D | TestLogParser.java | 52 …public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws… in init() argument 54 assert instrumentation != null; in init() 60 m_instrumentation = instrumentation; in init() 113 …private static native void nativeParse (long nativePointer, DeqpInstrumentation instrumentation, … in nativeParse() argument
|
/third_party/python/Doc/tools/ |
D | susp-ignored.csv | 29 howto/instrumentation,,::,python$target:::function-entry 30 howto/instrumentation,,:function,python$target:::function-entry 31 howto/instrumentation,,::,python$target:::function-return 32 howto/instrumentation,,:function,python$target:::function-return 33 howto/instrumentation,,:call,156641360502280 function-entry:call_stack.py:start:23 34 howto/instrumentation,,:start,156641360502280 function-entry:call_stack.py:start:23 35 howto/instrumentation,,:function,156641360518804 function-entry: call_stack.py:function_1:1 36 howto/instrumentation,,:function,156641360532797 function-entry: call_stack.py:function_3:9 37 howto/instrumentation,,:function,156641360546807 function-return: call_stack.py:function_3:10 38 howto/instrumentation,,:function,156641360563367 function-return: call_stack.py:function_1:2 [all …]
|
/third_party/node/deps/v8/tools/msan/ |
D | ignorelist.txt | 2 # source in question, consider function attributes to disable instrumentation.
|
/third_party/node/deps/v8/tools/memory/asan/ |
D | blocklist_win.txt | 2 # source in question, consider function attributes to disable instrumentation.
|
/third_party/node/deps/v8/tools/memory/tsan_v2/ |
D | ignores.txt | 2 # source in question, consider function attributes to disable instrumentation.
|
/third_party/python/Doc/howto/ |
D | index.rst | 31 instrumentation.rst
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassRegistry.def | 28 MODULE_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC)) 102 CGSCC_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC)) 141 FUNCTION_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC)) 294 LOOP_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC))
|
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/ |
D | README.md | 2 This package creates Rust bindings for ittapi. Ittapi is used for instrumentation and tracking and …
|
/third_party/json/tests/thirdparty/Fuzzer/ |
D | CMakeLists.txt | 2 # Disable the coverage and sanitizer instrumentation for the fuzzer itself.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_instruments.txt | 27 instrumentation. 36 instrumentation Load Monitoring. 42 Load Monitoring requires that the instrumentation and the access 43 of the measurements be efficient, otherwise the instrumentation
|
D | SGIX_flush_raster.txt | 32 The motivation is to allow accurate instrumentation by
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_instruments.txt | 27 instrumentation. 36 instrumentation Load Monitoring. 42 Load Monitoring requires that the instrumentation and the access 43 of the measurements be efficient, otherwise the instrumentation
|
D | SGIX_flush_raster.txt | 32 The motivation is to allow accurate instrumentation by
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 361 …arser_nativeParse (JNIEnv* env, jclass, jlong nativePointer, jobject instrumentation, jbyteArray b… in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse() argument 368 TestLogListener listener (env, instrumentation); in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse()
|
/third_party/skia/buildtools/checkdeps/ |
D | README.md | 62 To add different dependencies for Java instrumentation and unit tests, the 71 # Rules for instrumentation tests.
|
/third_party/node/src/res/ |
D | node_etw_provider.man | 5 <instrumentation> 165 </instrumentation>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetOpcodes.def | 159 /// for inserting instrumentation instructions at runtime. 164 /// instrumentation instructions at runtime. 169 /// for inserting instrumentation instructions at runtime. 190 /// be patched to insert instrumentation instructions. 194 /// can be patched to insert instrumentation instructions.
|
/third_party/mesa3d/docs/ |
D | u_trace.rst | 43 instrumentation of GPU commands before the tracing is enabled.
|
/third_party/node/deps/v8/src/objects/ |
D | script.tq | 13 // Whether an instrumentation breakpoint is set for this script (wasm only).
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | CMakeLists.txt | 74 # Enable instrumentation of Reactor routines for MemorySanitizer builds (LLVM backend).
|
/third_party/node/deps/v8/src/builtins/ |
D | promise-then.tq | 80 // Async instrumentation for Promise#then(), Promise#catch() and
|
/third_party/node/deps/v8/src/third_party/valgrind/ |
D | LICENSE | 11 This file is part of Valgrind, a dynamic binary instrumentation
|
/third_party/vk-gl-cts/framework/delibs/cmake/ |
D | CFlags.cmake | 21 set(DE_COVERAGE_BUILD "OFF" CACHE STRING "Build with coverage instrumentation with GCC (ON/OFF)")
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | ASAN.rst | 21 through to pnacl-clang or pnacl-clang++, but add instrumentation to
|
/third_party/mbedtls/docs/architecture/testing/ |
D | invasive-testing.md | 230 ### Runtime instrumentation 232 Some properties can be tested through runtime instrumentation: have the compiler or a similar tool … 243 | Maintainability | ~ Depending on the instrumentation, this may require additional builds and scri… 286 Solution ([instrumentation](#runtime-instrumentation)): run tests with ASan. (We also use Valgrind,…
|