Home
last modified time | relevance | path

Searched refs:instrumentation (Results 1 – 25 of 75) sorted by relevance

123

/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DTestLogParser.java52 …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/flutter/flutter/examples/flutter_gallery/android/app/src/main/java/io/flutter/demo/gallery/
DMainActivity.java16 private FlutterGalleryInstrumentation instrumentation; field in MainActivity
20 return instrumentation; in getInstrumentation()
27 instrumentation = new FlutterGalleryInstrumentation(this.getFlutterView()); in onCreate()
/third_party/flutter/flutter/examples/flutter_gallery/android/app/src/androidTest/java/io/flutter/demo/gallery/
DFlutterGalleryInstrumentationTest.java34 FlutterGalleryInstrumentation instrumentation = activity.getInstrumentation(); in activityLoaded() local
35 instrumentation.waitForTestToFinish(); in activityLoaded()
36 assertThat(instrumentation.isTestSuccessful(), is(true)); in activityLoaded()
/third_party/python/Doc/tools/
Dsusp-ignored.csv29 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/flutter/engine/flutter/flow/
DBUILD.gn19 "instrumentation.cc",
20 "instrumentation.h",
/third_party/libxml2/fuzz/
DREADME11 Build libxml2 with instrumentation:
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Ddebug.dart42 /// The instrumentation will be printed to the logs using [debugPrint]. In
44 /// run [action] without any instrumentation.
/third_party/boost/tools/build/src/tools/features/
Dcoverage-feature.jam14 Enables code instrumentation to generate coverage data during execution.
/third_party/python/Doc/howto/
Dindex.rst31 instrumentation.rst
/third_party/grpc/tools/internal_ci/linux/
Dgrpc_android.sh38 --type instrumentation \
/third_party/grpc/src/android/test/interop/
DREADME.md29 The instrumentation tests can be run via the following `gradle` command. This
/third_party/json/test/thirdparty/Fuzzer/
DCMakeLists.txt2 # Disable the coverage and sanitizer instrumentation for the fuzzer itself.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def28 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/flutter/flutter/dev/devicelab/bin/tasks/
Dhello_world__memory.dart18 /// Launch an app with no instrumentation and measure its memory usage after
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_instruments.txt27 instrumentation.
36 instrumentation Load Monitoring.
42 Load Monitoring requires that the instrumentation and the access
43 of the measurements be efficient, otherwise the instrumentation
DSGIX_flush_raster.txt32 The motivation is to allow accurate instrumentation by
/third_party/openGLES/extensions/SGIX/
DSGIX_instruments.txt27 instrumentation.
36 instrumentation Load Monitoring.
42 Load Monitoring requires that the instrumentation and the access
43 of the measurements be efficient, otherwise the instrumentation
DSGIX_flush_raster.txt32 The motivation is to allow accurate instrumentation by
/third_party/skia/buildtools/checkdeps/
DREADME.md62 To add different dependencies for Java instrumentation and unit tests, the
71 # Rules for instrumentation tests.
/third_party/vk-gl-cts/framework/platform/android/
DtcuTestLogParserJNI.cpp361 …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/boost/libs/beast/tools/
Dblacklist.supp7 # remove instrumentation altogether, so filtering here means
/third_party/node/src/res/
Dnode_etw_provider.man5 <instrumentation>
165 </instrumentation>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetOpcodes.def159 /// 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/skia/third_party/externals/swiftshader/src/Reactor/
DCMakeLists.txt74 # Enable instrumentation of Reactor routines for MemorySanitizer builds (LLVM backend).
/third_party/libpsl/fuzz/
DREADME.md68 # Clang CFI instrumentation

123