Searched refs:runTests (Results 1 – 6 of 6) sorted by relevance
32 return runTests(this); in runGTests()41 protected static native int runTests(WrappedGTestActivity activity); in runTests() method in WrappedGTestActivity
34 runTests(null); in run()84 private static native void runTests(String filter); in runTests() method in GLTestActivity
30 static int runTests(JNIEnv* env, jobject obj, jstring filter);
231 int GLTestHelper::runTests(JNIEnv *env, jobject obj, jstring filter) { in runTests() function in GLTestHelper279 { "runTests", "(Ljava/lang/String;)V", (void*)(GLTestHelper::runTests) }, in registerNative()
700 def runTests(max_baseline_amps): member in PowerTest914 PowerTest.runTests(FLAGS.max_baseline_amps)
1259 private void runTests() throws DeviceNotAvailableException, CapabilityQueryFailureException { in runTests() method in DeqpTestRunner1825 runTests(); in run()