Searched defs:run (Results 101 - 125 of 630) sorted by relevance

1234567891011>>

/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DMockFutureListener.java49 public void run() { method in class:MockFutureListener
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DMoreExecutorsTest.java62 public void run() {
70 public void run() {
118 assertTrue("Task should have been run before being returned", future.isDone());
132 @Override public void run() {
137 public void run() {
235 public void run() { method in class:MoreExecutorsTest.CountingRunnable
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DRecordReaper.java48 public void run() { method in class:RecordReaper
53 logger.finest(this.getName() + ".run() JmDNS reaping cache");
H A DResponder.java96 public void run() { method in class:Responder
108 logger.finer(this.getName() + "run() JmDNS responding to: " + question);
133 logger.finer(this.getName() + "run() JmDNS responding");
152 logger.log(Level.WARNING, this.getName() + "run() exception ", e);
/external/junit/src/junit/extensions/
H A DActiveTestSuite.java33 public void run(TestResult result) { method in class:ActiveTestSuite
35 super.run(result);
43 public void run() {
47 test.run(result);
H A DTestDecorator.java10 * before or after a test is run.
21 * The basic run behaviour.
24 fTest.run(result);
31 public void run(TestResult result) { method in class:TestDecorator
/external/junit/src/junit/framework/
H A DTestCase.java8 * A test case defines the fixture to run multiple tests. To define a test case<br/>
40 * Once the methods are defined you can run them. The framework supports
41 * both a static type safe and more dynamic way to run a test.
50 * test.run();
56 * to be run.
59 * test.run();
62 * The tests to be run can be collected into a TestSuite. JUnit provides
63 * different <i>test runners</i> which can run a test suite and collect the results.
65 * point to get a test to run or it will extract the suite automatically.
96 * Counts the number of test cases executed by run(TestResul
115 public TestResult run() { method in class:TestCase
123 public void run(TestResult result) { method in class:TestCase
[all...]
/external/junit/src/org/junit/internal/runners/
H A DErrorReportingRunner.java32 public void run(RunNotifier notifier) { method in class:ErrorReportingRunner
/external/llvm/lib/IR/
H A DTypeFinder.cpp23 void TypeFinder::run(const Module &M, bool onlyNamed) { function in class:TypeFinder
/external/markdown/markdown/
H A Dcommandline.py87 def run(): function
/external/markdown/markdown/extensions/
H A Dabbr.py43 def run(self, lines): member in class:AbbrPreprocessor
H A Ddef_list.py34 def run(self, parent, blocks): member in class:DefListProcessor
H A Dfenced_code.py86 def run(self, lines): member in class:FencedBlockPreprocessor
H A Drss.py63 def run (self, root): member in class:RssTreeProcessor
H A Dtoc.py22 def run(self, doc): member in class:TocTreeprocessor
/external/mockito/src/org/mockito/internal/runners/
H A DJUnit44RunnerImpl.java33 public void run(RunNotifier notifier) { method in class:JUnit44RunnerImpl
37 runner.run(notifier);
H A DJUnit45AndHigherRunnerImpl.java33 public void run(final RunNotifier notifier) { method in class:JUnit45AndHigherRunnerImpl
37 runner.run(notifier);
/external/mockito/src/org/mockito/runners/
H A DConsoleSpammingMockitoJUnitRunner.java104 public void run(RunNotifier notifier) { method in class:ConsoleSpammingMockitoJUnitRunner
120 runner.run(notifier);
H A DVerboseMockitoJUnitRunner.java51 public void run(RunNotifier notifier) { method in class:VerboseMockitoJUnitRunner
72 runner.run(notifier);
/external/proguard/src/proguard/wtk/
H A DProGuardObfuscator.java57 // we'll just fill out all options in the run method.
61 public void run(File obfuscatedJarFile, method in class:ProGuardObfuscator
/external/replicaisland/src/com/replica/replicaisland/
H A DRenderingWatchDog.java80 public void run() { method in class:RenderingWatchDog
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHandlerThread.java29 public void run() { method in class:ShadowHandlerThread
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DClassCacheTest.java17 public void run() {
56 public void run() {
100 public void run() { method in class:ClassCacheTest.TestThreadIsWriting
118 public void run() { method in class:ClassCacheTest.TestThreadSaveAllClassesToCache
/external/v8/test/mjsunit/
H A Dmath-min-max.js119 function run(crankshaft_test) { function
169 run(crankshaft_test_1);
178 run(crankshaft_test_2);
189 run(crankshaft_test_3);
/external/webkit/PerformanceTests/Parser/resources/
H A Drunner.js70 function run() { function
77 log("Ignoring warm-up run (" + time + ")");
83 window.setTimeout(run, 0);
94 run();

Completed in 549 milliseconds

1234567891011>>