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 D | TestLogParser.java | 21 * \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 D | tcuTestLogParserJNI.cpp | 361 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 D | v8-debugger-agent-impl.h | 66 Response setInstrumentationBreakpoint(const String16& instrumentation,
|
H A D | v8-debugger-agent-impl.cc | 122 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 6 milliseconds