/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | base.js | 110 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/ |
D | SensorCtsTestActivity.java | 29 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/ |
D | SingleJUnitTestRunListener.java | 19 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;
|
D | SingleJUnitTestRunner.java | 19 import org.junit.runner.JUnitCore; 20 import org.junit.runner.Request; 21 import org.junit.runner.Result;
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | ... junit/extensions/
junit/framework/
junit/runner/
junit/swingui/
junit/swingui/icons ... |
/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/ |
D | CtsJavaScanner.java | 60 DocletRunner runner = new DocletRunner(sourceDirs, docletPath); in main() local 61 System.exit(runner.runJavaDoc()); in main()
|
/cts/tests/core/ |
D | ctscore.mk | 15 LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle conscrypt
|
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/ |
D | XmlPlanGenerator.java | 59 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/ |
D | Android.mk | 29 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/tests/tests/app.usage/ |
D | Android.mk | 27 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/hostsidetests/devicepolicy/app/CertInstaller/ |
D | Android.mk | 27 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/tests/tests/view/ |
D | Android.mk | 24 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/tests/tests/telephony2/ |
D | Android.mk | 31 LOCAL_JAVA_LIBRARIES += android.test.runner
|
/cts/libs/runner/ |
D | Android.mk | 19 LOCAL_SRC_FILES := $(call all-java-files-under, ../../tests/core/runner/src)
|
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/ |
D | Android.mk | 27 LOCAL_JAVA_LIBRARIES := android.test.runner cts-junit
|
/cts/tests/tests/text/ |
D | Android.mk | 24 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/tests/tests/widget/ |
D | Android.mk | 26 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/tests/tests/tv/ |
D | Android.mk | 27 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/common/device-side/device-info/tests/ |
D | Android.mk | 23 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/tests/tests/database/ |
D | Android.mk | 26 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/tests/tests/telephony/ |
D | Android.mk | 35 LOCAL_JAVA_LIBRARIES += android.test.runner
|
/cts/tests/tests/uirendering/ |
D | Android.mk | 22 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/hostsidetests/devicepolicy/app/IntentReceiver/ |
D | Android.mk | 27 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/hostsidetests/devicepolicy/app/IntentSender/ |
D | Android.mk | 27 LOCAL_JAVA_LIBRARIES := android.test.runner
|
/cts/tests/core/runner/src/com/android/cts/runner/ |
D | CtsTestRunListener.java | 17 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;
|