HomeSort by relevance Sort by last modified time
    Searched refs:doRun (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/junit/src/main/java/junit/textui/
TestRunner.java 77 return runner.doRun(test);
86 aTestRunner.doRun(suite, true);
108 public TestResult doRun(Test test) {
109 return doRun(test, false);
112 public TestResult doRun(Test suite, boolean wait) {
183 return doRun(suite, wait);
192 return doRun(test, wait);
  /frameworks/base/test-runner/src/junit/textui/
TestRunner.java 77 return runner.doRun(test);
86 aTestRunner.doRun(suite, true);
108 public TestResult doRun(Test test) {
109 return doRun(test, false);
112 public TestResult doRun(Test suite, boolean wait) {
180 return doRun(suite, wait);
189 return doRun(test, wait);
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestRunner.java 120 public TestResult doRun(Test test, boolean wait) {
129 return super.doRun(test, wait);
141 return doRun(test, wait);
  /cts/suite/audio_quality/lib/include/task/
TaskProcess.h 39 TaskGeneric::ExecutionResult doRun(bool builtin);
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
TestAction.java 39 public void doRun(T param) {
40 Log.i(TAG, "TestAction doRun " + this + " param:" + param);
44 Log.i(TAG, "TestAction doRun get exception", t);
TestCarActivity.java 90 test.doRun(this);
  /external/testng/src/main/java/org/testng/junit/
JUnitTestRunner.java 261 return doRun(suite);
285 protected TestResult doRun(Test suite) {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
InstalledInstrumentationsTest.java 233 doRun(listener);
296 private void doRun(ITestInvocationListener listener) throws DeviceNotAvailableException {
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 450 return doRun(prog, ordered, skipPhi);
454 Pass::doRun(Program *prog, bool ordered, bool skipPhi)
459 if (!doRun(Function::get(n), ordered, skipPhi))
470 return doRun(func, ordered, skipPhi);
474 Pass::doRun(Function *func, bool ordered, bool skipPhi)
nv50_ir.h 1093 bool doRun(Program *, bool ordered, bool skipPhi);
1094 bool doRun(Function *, bool ordered, bool skipPhi);
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 40 return doRun(true);
49 return doRun(false);
146 TaskGeneric::ExecutionResult TaskProcess::doRun(bool builtIn)
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack_test.go 218 return doRun(t, dir, args...)
283 return doRun(t, dir, args...)
298 // doRun runs a program in a directory and returns the output.
299 func doRun(t *testing.T, dir string, args ...string) string {
  /prebuilts/go/linux-x86/src/cmd/pack/
pack_test.go 218 return doRun(t, dir, args...)
283 return doRun(t, dir, args...)
298 // doRun runs a program in a directory and returns the output.
299 func doRun(t *testing.T, dir string, args ...string) string {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/testdefs/
XmlDefsTest.java 193 doRun(listener);
276 private void doRun(ITestInvocationListener listener) throws DeviceNotAvailableException {
  /external/libusb/examples/
ezusb.c 172 static bool ezusb_cpucs(libusb_device_handle *device, uint32_t addr, bool doRun)
175 uint8_t data = doRun ? 0x00 : 0x01;
185 ((!doRun) || (status != LIBUSB_ERROR_IO)))
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 91 doRun();
179 private void doRun() {
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 168 }.doRun(AllTests.suite());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/guice/lib/build/
junit.jar 
  /external/jsr330/lib/
junit.jar 

Completed in 930 milliseconds

1 2 3 4 5 6 7