Home
last modified time | relevance | path

Searched refs:runTests (Results 1 – 6 of 6) sorted by relevance

/cts/libs/wrappedgtest/src/
DWrappedGTestActivity.java32 return runTests(this); in runGTests()
41 protected static native int runTests(WrappedGTestActivity activity); in runTests() method in WrappedGTestActivity
/cts/tests/tests/nativeopengl/standalone/src/com/android/gltest/
DGLTestActivity.java34 runTests(null); in run()
84 private static native void runTests(String filter); in runTests() method in GLTestActivity
/cts/tests/tests/nativeopengl/standalone/jni/
DGLTestHelper.h30 static int runTests(JNIEnv* env, jobject obj, jstring filter);
DGLTestHelper.cpp231 int GLTestHelper::runTests(JNIEnv *env, jobject obj, jstring filter) { in runTests() function in GLTestHelper
279 { "runTests", "(Ljava/lang/String;)V", (void*)(GLTestHelper::runTests) }, in registerNative()
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py700 def runTests(max_baseline_amps): member in PowerTest
914 PowerTest.runTests(FLAGS.max_baseline_amps)
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1259 private void runTests() throws DeviceNotAvailableException, CapabilityQueryFailureException { in runTests() method in DeqpTestRunner
1825 runTests(); in run()