Home
last modified time | relevance | path

Searched defs:runTests (Results 1 – 5 of 5) sorted by relevance

/cts/libs/wrappedgtest/src/
DWrappedGTestActivity.java41 protected static native int runTests(WrappedGTestActivity activity); in runTests() method in WrappedGTestActivity
/cts/tests/tests/nativeopengl/standalone/src/com/android/gltest/
DGLTestActivity.java84 private static native void runTests(String filter); in runTests() method in GLTestActivity
/cts/tests/tests/nativeopengl/standalone/jni/
DGLTestHelper.cpp231 int GLTestHelper::runTests(JNIEnv *env, jobject obj, jstring filter) { in runTests() function in GLTestHelper
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py700 def runTests(max_baseline_amps): member in PowerTest
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1259 private void runTests() throws DeviceNotAvailableException, CapabilityQueryFailureException { in runTests() method in DeqpTestRunner