Home
last modified time | relevance | path

Searched refs:instrumentation (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H A DTestLogParser.java21 * \brief Test log parser for instrumentation
52 public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws FileNotFoundException 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, byte[] buffer, int size); in nativeParse() argument
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuTestLogParserJNI.cpp361 JNIEXPORT void JNICALL Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse (JNIEnv* env, jclass, jlong nativePointer, jobject instrumentation, jbyteArray buffer, jint size) in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse() argument
368 TestLogListener listener (env, instrumentation); in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.h66 Response setInstrumentationBreakpoint(const String16& instrumentation,
H A Dv8-debugger-agent-impl.cc122 String16 generateInstrumentationBreakpointId(const String16& instrumentation) { in generateInstrumentationBreakpointId() argument
127 builder.append(instrumentation); in generateInstrumentationBreakpointId()
663 const String16& instrumentation, String16* outBreakpointId) { in setInstrumentationBreakpoint()
665 String16 breakpointId = generateInstrumentationBreakpointId(instrumentation); in setInstrumentationBreakpoint()
662 setInstrumentationBreakpoint( const String16& instrumentation, String16* outBreakpointId) setInstrumentationBreakpoint() argument

Completed in 5 milliseconds