HomeSort by relevance Sort by last modified time
    Searched full:dorun (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/junit/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);
  /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/libchrome/base/message_loop/
message_pump_mac.h 14 // own DoRun and Quit implementations.
89 // in the DoRun method. MessagePumpCFRunLoopBase::Run calls DoRun directly.
91 // up and tear down things before and after the "meat" of DoRun.
93 virtual void DoRun(Delegate* delegate) = 0;
226 void DoRun(Delegate* delegate) override;
245 void DoRun(Delegate* delegate) override;
268 void DoRun(Delegate* delegate) override;
288 void DoRun(Delegate* delegate) override;
295 // True if DoRun is managing its own run loop as opposed to lettin
    [all...]
message_pump_mac.mm 235 DoRun(delegate);
533 // Called by MessagePumpCFRunLoopBase::DoRun. If other CFRunLoopRun loops were
536 // to Run. Run/DoRun are reentrant after that point.
537 void MessagePumpCFRunLoop::DoRun(Delegate* /* delegate */) {
594 void MessagePumpNSRunLoop::DoRun(Delegate* /* delegate */) {
617 void MessagePumpUIApplication::DoRun(Delegate* delegate) {
641 void MessagePumpNSApplication::DoRun(Delegate* /* delegate */) {
  /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);
  /device/google/contexthub/contexthubhal/
nanohubhal.h 70 void* doRun();
nanohubhal.cpp 182 return self->doRun();
185 void* NanoHub::doRun()
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack_test.go 218 return doRun(t, dir, args...)
282 return doRun(t, dir, args...)
296 // doRun runs a program in a directory and returns the output.
297 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...)
282 return doRun(t, dir, args...)
296 // doRun runs a program in a directory and returns the output.
297 func doRun(t *testing.T, dir string, args ...string) string {
  /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);
  /external/testng/src/main/java/org/testng/junit/
JUnitTestRunner.java 261 return doRun(suite);
285 protected TestResult doRun(Test suite) {
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 39 return doRun(true);
48 return doRun(false);
145 TaskGeneric::ExecutionResult TaskProcess::doRun(bool builtIn)
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 86 doRun();
169 private void doRun() {
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go 238 // doRun runs the test go command, recording stdout and stderr and
240 func (tg *testgoData) doRun(args []string) error {
242 panic("testgoData.doRun called but canRun false")
279 if status := tg.doRun(args); status != nil {
287 if status := tg.doRun(args); status == nil {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go 238 // doRun runs the test go command, recording stdout and stderr and
240 func (tg *testgoData) doRun(args []string) error {
242 panic("testgoData.doRun called but canRun false")
279 if status := tg.doRun(args); status != nil {
287 if status := tg.doRun(args); status == nil {
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 168 }.doRun(AllTests.suite());
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 340 // TestResult result = newPithyTestRunner().doRun(suite);
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /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 

Completed in 2935 milliseconds

1 2 3 4