HomeSort by relevance Sort by last modified time
    Searched refs:runner (Results 176 - 200 of 1691) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
MacrobenchmarkAllocationWorker.java 20 import com.google.caliper.runner.Running.Benchmark;
21 import com.google.caliper.runner.Running.BenchmarkMethod;
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
strict_test.py 29 from closure_linter import runner namespace
59 runner.Run('testing.js', error_accumulator, source=original)
  /external/junit/src/org/junit/runner/
JUnitCore.java 1 package org.junit.runner;
6 import junit.runner.Version;
11 import org.junit.runner.notification.Failure;
12 import org.junit.runner.notification.RunListener;
13 import org.junit.runner.notification.RunNotifier;
18 * <code>java org.junit.runner.JUnitCore TestClass1 TestClass2 ...</code>.
21 * create an instance of {@link org.junit.runner.JUnitCore} first and use it to run the tests.
23 * @see org.junit.runner.Result
24 * @see org.junit.runner.notification.RunListener
25 * @see org.junit.runner.Reques
    [all...]
  /external/junit/src/org/junit/runner/notification/
Failure.java 1 package org.junit.runner.notification;
7 import org.junit.runner.Description;
11 * exception that was thrown while running it. In most cases the {@link org.junit.runner.Description}
23 * @param description a {@link org.junit.runner.Description} of the test that failed
  /external/libchrome/base/files/
file_path_watcher.h 65 void set_task_runner(scoped_refptr<base::SingleThreadTaskRunner> runner) {
66 task_runner_ = std::move(runner);
  /frameworks/base/graphics/tests/graphicstests/
Android.mk 10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/keystore/tests/
Android.mk 8 LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle conscrypt
  /frameworks/base/location/tests/locationtests/
Android.mk 10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/media/mca/tests/
Android.mk 7 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/media/tests/MediaFrameworkTest/
Android.mk 8 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/packages/DocumentsUI/app-perf-tests/
Android.mk 9 LOCAL_JAVA_LIBRARIES := android-support-v4 android.test.runner
  /frameworks/base/packages/DocumentsUI/tests/
Android.mk 10 LOCAL_JAVA_LIBRARIES := android-support-v4 android.test.runner
  /frameworks/base/packages/Shell/tests/
Android.mk 9 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/sax/tests/saxtests/
Android.mk 10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/tests/FrameworkPerf/
Android.mk 10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/tests/ImfTest/tests/
Android.mk 10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/tests/NetworkSecurityConfigTest/
Android.mk 8 LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle conscrypt
  /frameworks/base/tests/notification/
Android.mk 10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/tests/permission/
Android.mk 10 LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
  /frameworks/support/percent/tests/java/android/support/percent/
BaseInstrumentationTestCase.java 23 import android.support.test.runner.AndroidJUnit4;
28 import org.junit.runner.RunWith;
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
BaseInstrumentationTestCase.java 20 import org.junit.runner.RunWith;
26 import android.support.test.runner.AndroidJUnit4;
  /frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/
MaxColorsTest.java 23 import android.support.test.runner.AndroidJUnit4;
27 import org.junit.runner.RunWith;
  /packages/apps/Gallery/tests/
Android.mk 8 LOCAL_JAVA_LIBRARIES := android.test.runner
  /packages/apps/LegacyCamera/tests/
Android.mk 7 LOCAL_JAVA_LIBRARIES := android.test.runner
  /packages/apps/ManagedProvisioning/tests/
Android.mk 6 LOCAL_JAVA_LIBRARIES := android.test.runner

Completed in 1802 milliseconds

1 2 3 4 5 6 78 91011>>