Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 25 of 55) sorted by relevance

123

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbase.js110 BenchmarkSuite.RunSuites = function(runner) { argument
122 if (runner.NotifyStart) runner.NotifyStart(suite.name);
123 continuation = suite.RunStep(runner);
130 if (runner.NotifyScore) {
133 runner.NotifyScore(formatted);
176 if (this.runner.NotifyStep) this.runner.NotifyStep(result.benchmark.name);
186 if (this.runner.NotifyResult) {
188 this.runner.NotifyResult(this.name, formatted);
195 if (this.runner.NotifyError) {
196 this.runner.NotifyError(this.name, error);
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java29 import org.junit.runner.Computer;
30 import org.junit.runner.Description;
31 import org.junit.runner.JUnitCore;
32 import org.junit.runner.Request;
33 import org.junit.runner.Result;
34 import org.junit.runner.Runner;
35 import org.junit.runner.notification.Failure;
36 import org.junit.runner.notification.RunListener;
122 Runner runner; in executeTests() local
124 runner = computer.getSuite(runnerBuilder, new Class[]{ mTestClass }); in executeTests()
[all …]
/cts/tools/junit/src/com/android/cts/junit/
DSingleJUnitTestRunListener.java19 import org.junit.runner.Description;
20 import org.junit.runner.Result;
21 import org.junit.runner.notification.Failure;
22 import org.junit.runner.notification.RunListener;
DSingleJUnitTestRunner.java19 import org.junit.runner.JUnitCore;
20 import org.junit.runner.Request;
21 import org.junit.runner.Result;
/cts/tools/vm-tests-tf/lib/
Djunit.jar ... junit/extensions/ junit/framework/ junit/runner/ junit/swingui/ junit/swingui/icons ...
/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DCtsJavaScanner.java60 DocletRunner runner = new DocletRunner(sourceDirs, docletPath); in main() local
61 System.exit(runner.runJavaDoc()); in main()
/cts/tests/core/
Dctscore.mk15 LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle conscrypt
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
DXmlPlanGenerator.java59 String appPackageName, String name, String runner, String targetBinaryName, in XmlPlanGenerator() argument
65 mRunner = runner; in XmlPlanGenerator()
182 String runner = null; in main() local
187 runner = getElementAttribute(elem, "instrumentation", "android:name"); in main()
197 runner, instrumentation, targetNameSpace, jarPath, testType, output); in main()
/cts/tests/tests/dreams/
DAndroid.mk29 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/tests/tests/app.usage/
DAndroid.mk27 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/hostsidetests/devicepolicy/app/CertInstaller/
DAndroid.mk27 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/tests/tests/view/
DAndroid.mk24 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/tests/tests/telephony2/
DAndroid.mk31 LOCAL_JAVA_LIBRARIES += android.test.runner
/cts/libs/runner/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-java-files-under, ../../tests/core/runner/src)
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/
DAndroid.mk27 LOCAL_JAVA_LIBRARIES := android.test.runner cts-junit
/cts/tests/tests/text/
DAndroid.mk24 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/tests/tests/widget/
DAndroid.mk26 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/tests/tests/tv/
DAndroid.mk27 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/common/device-side/device-info/tests/
DAndroid.mk23 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/tests/tests/database/
DAndroid.mk26 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/tests/tests/telephony/
DAndroid.mk35 LOCAL_JAVA_LIBRARIES += android.test.runner
/cts/tests/tests/uirendering/
DAndroid.mk22 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/hostsidetests/devicepolicy/app/IntentReceiver/
DAndroid.mk27 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/hostsidetests/devicepolicy/app/IntentSender/
DAndroid.mk27 LOCAL_JAVA_LIBRARIES := android.test.runner
/cts/tests/core/runner/src/com/android/cts/runner/
DCtsTestRunListener.java17 package com.android.cts.runner;
23 import android.support.test.internal.runner.listener.InstrumentationRunListener;
29 import org.junit.runner.Description;
30 import org.junit.runner.notification.RunListener;

123