HomeSort by relevance Sort by last modified time
    Searched refs:runner (Results 151 - 175 of 1600) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/java/tests/ScriptGroupTest/
Android.mk 22 LOCAL_JAVA_LIBRARIES := android.test.runner
  /packages/providers/PartnerBookmarksProvider/tests/
Android.mk 27 LOCAL_JAVA_LIBRARIES := ext android.test.runner
  /packages/providers/TvProvider/tests/
Android.mk 24 LOCAL_JAVA_LIBRARIES := android.test.runner
  /packages/services/Telephony/tests/
Android.mk 22 LOCAL_JAVA_LIBRARIES := android.test.runner
  /platform_testing/libraries/power-helper/
Android.mk 27 LOCAL_JAVA_LIBRARIES := android.test.runner ub-uiautomator
  /platform_testing/tests/camera/aupt-profile/
Android.mk 20 LOCAL_JAVA_LIBRARIES := android.test.runner ub-uiautomator AuptLib
  /platform_testing/utils/permissions/
Android.mk 22 LOCAL_JAVA_LIBRARIES := android.test.runner
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
runner_test.py 16 """Unit tests for the runner module."""
29 from closure_linter import runner namespace
38 self.assertTrue(runner._IsLimitedDocCheck('foo_test.js', ['_test.js']))
39 self.assertFalse(runner._IsLimitedDocCheck('foo_bar.js', ['_test.js']))
41 self.assertTrue(runner._IsLimitedDocCheck(
43 self.assertFalse(runner._IsLimitedDocCheck(
66 runner.Run('does_not_exist.js', mock_error_handler)
86 runner.Run('foo.js', mock_error_handler, source)
strict_test.py 29 from closure_linter import runner namespace
59 runner.Run('testing.js', error_accumulator, source=original)
  /external/icu/android_icu4j/runner/src/main/java/android/icu/junit/
ErrorReportingRunner.java 10 import org.junit.runner.Description;
11 import org.junit.runner.Runner;
12 import org.junit.runner.manipulation.Filter;
13 import org.junit.runner.manipulation.Filterable;
14 import org.junit.runner.manipulation.NoTestsRemainException;
15 import org.junit.runner.notification.Failure;
16 import org.junit.runner.notification.RunNotifier;
37 class ErrorReportingRunner extends Runner implements Filterable {
78 // If there are no causes left then throw an exception to cause the parent runner, if any
    [all...]
  /external/junit/src/org/junit/internal/runners/
JUnit4ClassRunner.java 11 import org.junit.runner.Description;
12 import org.junit.runner.Runner;
13 import org.junit.runner.manipulation.Filter;
14 import org.junit.runner.manipulation.Filterable;
15 import org.junit.runner.manipulation.NoTestsRemainException;
16 import org.junit.runner.manipulation.Sortable;
17 import org.junit.runner.manipulation.Sorter;
18 import org.junit.runner.notification.Failure;
19 import org.junit.runner.notification.RunNotifier
    [all...]
  /external/libchrome/base/threading/
simple_thread_unittest.cc 78 SetIntRunner runner(&stack_int, 7);
81 DelegateSimpleThread thread(&runner, "int_setter");
100 WaitEventRunner runner(&event);
101 DelegateSimpleThread thread(&runner, "event_waiter");
113 WaitEventRunner runner(&event);
115 DelegateSimpleThread thread(&runner, "event_waiter", options);
136 SeqRunner runner(&seq);
140 pool.AddWork(&runner, 300);
146 pool.AddWork(&runner, 300);
  /cts/tests/core/runner/
Android.mk 26 LOCAL_PACKAGE_NAME := android.core.tests.runner
28 LOCAL_STATIC_JAVA_LIBRARIES := cts-test-runner
35 # Build the core runner.
43 LOCAL_MODULE := cts-core-test-runner
47 android.test.runner \
63 LOCAL_SRC_FILES := $(call all-java-files-under,src/com/android/cts/runner)
64 LOCAL_MODULE := cts-test-runner
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MffContext.java 325 void addRunner(GraphRunner runner) {
327 mRunners.add(runner);
391 for (GraphRunner runner : mRunners) {
393 runner.halt();
395 runner.stop();
400 for (GraphRunner runner : mRunners) {
401 runner.flushFrames();
409 for (GraphRunner runner : mRunners) {
410 runner.restart();
423 for (GraphRunner runner : mRunners)
    [all...]
  /cts/tests/core/runner/src/com/android/cts/core/runner/
CoreTestRunner.java 17 package com.android.cts.core.runner;
23 import android.support.test.internal.runner.listener.InstrumentationResultPrinter;
24 import android.support.test.internal.runner.listener.InstrumentationRunListener;
27 import com.android.cts.core.runner.support.ExtendedAndroidRunnerBuilder;
41 import org.junit.runner.Computer;
42 import org.junit.runner.JUnitCore;
43 import org.junit.runner.Request;
44 import org.junit.runner.Runner;
45 import org.junit.runner.manipulation.Filter
    [all...]
  /prebuilts/misc/common/android-support-test/runner/
runner-0.5-release.jar 
  /art/test/146-bad-interface/src/
Main.java 33 Class<?> runner = Class.forName("InvokeInf", true, p); local
35 Method r = runner.getDeclaredMethod("doInvoke", arg);
  /cts/tests/core/runner/src/com/android/cts/core/runner/support/
TestNgRunner.java 17 package com.android.cts.core.runner.support;
22 import org.junit.runner.Description;
23 import org.junit.runner.Runner;
24 import org.junit.runner.manipulation.Filter;
25 import org.junit.runner.manipulation.Filterable;
26 import org.junit.runner.manipulation.NoTestsRemainException;
27 import org.junit.runner.notification.Failure;
28 import org.junit.runner.notification.RunNotifier;
35 * A {@link Runner} that can TestNG tests
    [all...]
TestNgRunnerBuilder.java 17 package com.android.cts.core.runner.support;
24 import org.junit.runner.Runner;
37 * @param runnerParams {@link AndroidRunnerParams} that stores common runner parameters
44 // Returns a TestNG runner for this class, only if it is a class
47 public Runner runnerForClass(Class<?> testClass) {
  /development/apps/Development/
Android.mk 6 LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common org.apache.http.legacy
  /external/autotest/site_utils/lib/
infra.py 71 def runner(cmd): function in function:host_object_runner
86 return runner
97 def runner(cmd): function in function:googlesh_runner
108 return runner
120 @param kwargs: Key word arguments for the runner functions.
124 runner = local_runner
126 runner = host_object_runner(host)
128 runner = googlesh_runner(host)
130 return runner(cmd, **kwargs)
  /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/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

Completed in 3639 milliseconds

1 2 3 4 5 67 8 91011>>