Searched defs:run (Results 1 - 25 of 157) sorted by relevance

1234567

/dalvik/tests/003-omnibus-opcodes/src/
H A DUnresTest1.java5 public static void run() { method in class:UnresTest1
H A DMain.java35 main.run();
37 /* run through the heap to see if we trashed something */
43 public void run() { method in class:Main
45 instField.run();
47 StaticField.run();
49 IntMath.run();
50 FloatMath.run();
51 Compare.run();
53 Monitor.run();
54 Switch.run();
[all...]
H A DMonitor.java21 public static void run() { method in class:Monitor
22 System.out.println("Monitor.run");
H A DSwitch.java59 public static void run() { method in class:Switch
H A DUnresTest2.java27 public static void run() { method in class:UnresTest2
H A DInternedString.java22 public static void run() { method in class:InternedString
23 System.out.println("InternedString.run");
/dalvik/tests/069-field-type/src/
H A DBlah.java6 public void run() { method in class:Blah
7 System.out.println("run");
/dalvik/libcore/luni/src/main/java/java/lang/
H A DRunnable.java22 * Represents a command that can be executed. Often used to run code in a
32 public void run(); method in interface:Runnable
/dalvik/libcore/luni/src/test/java/tests/
H A DAllTests.java24 * Listing of all the tests that are to be run.
28 public static void run() { method in class:AllTests
/dalvik/libcore/security/src/main/java/java/security/
H A DPrivilegedAction.java36 public T run(); method in interface:PrivilegedAction
H A DPrivilegedExceptionAction.java39 T run() throws Exception; method in interface:PrivilegedExceptionAction
/dalvik/tests/025-access-controller/src/
H A DPrivvy.java15 public Integer run() { method in class:Privvy
/dalvik/libcore/luni/src/test/java/tests/luni/
H A DAllTestsIo.java24 * Listing of all the tests that are to be run.
29 public static void run() { method in class:AllTestsIo
H A DAllTestsLang.java24 * Listing of all the tests that are to be run.
29 public static void run() { method in class:AllTestsLang
H A DAllTestsNet.java24 * Listing of all the tests that are to be run.
29 public static void run() { method in class:AllTestsNet
H A DAllTestsUtil.java24 * Listing of all the tests that are to be run.
29 public static void run() { method in class:AllTestsUtil
/dalvik/tests/078-polymorphic-virtual/src/
H A DBase.java20 public void run() { method in class:Base
/dalvik/dx/src/junit/framework/
H A DTest.java4 * A <em>Test</em> can be run and collect its results.
10 * Counts the number of test cases that will be run by this test.
16 public abstract void run(TestResult result); method in interface:Test
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
H A DNativeStart.java38 public native void run(); method in class:NativeStart
/dalvik/libcore/junit/src/main/java/junit/framework/
H A DTest.java4 * A <em>Test</em> can be run and collect its results.
10 * Counts the number of test cases that will be run by this test.
16 public abstract void run(TestResult result); method in interface:Test
/dalvik/tests/039-join-main/src/
H A DMain.java28 public void run() { method in class:JoinMainSub
/dalvik/dx/src/junit/extensions/
H A DRepeatedTest.java21 public void run(TestResult result) { method in class:RepeatedTest
25 super.run(result);
H A DTestSetup.java8 * to set up additional state once before the tests are run.
15 public void run(final TestResult result) { method in class:TestSetup
/dalvik/libcore/junit/src/main/java/junit/extensions/
H A DRepeatedTest.java21 public void run(TestResult result) { method in class:RepeatedTest
25 super.run(result);
H A DTestSetup.java8 * to set up additional state once before the tests are run.
15 public void run(final TestResult result) { method in class:TestSetup

Completed in 447 milliseconds

1234567