/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/ |
Test_monitor_enter.java | 74 t.run(); 154 public void run() { method in class:TestRunnable 156 t1.run(); 171 public void run() { method in class:TestRunnable2 173 t2.run(val);
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Package.java | 46 public void run() throws IOException { method in class:Package.Packager 54 compressCommand.run(); 57 cryptCommand.run(); 77 public void run() throws FileNotFoundException, IOException { method in class:Package.Unpackager
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RenderScriptTest.java | 74 * Create a base RSMessageHandler object and run() it. 80 mMH.run(); 84 * Create a base RSErrorHandler object and run() it. 90 mEH.run();
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/ |
Test_instance_of.java | 35 assertTrue(t.run(s)); 43 assertFalse(t.run(null)); 51 assertTrue(t.run()); 59 assertFalse(t.run(t)); 70 tt.run(); 82 tt.run();
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/ |
Test_monitor_exit.java | 52 t.run(); 138 public void run() { method in class:TestRunnable 140 t.run(o);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/ |
Test_new_instance.java | 36 String s = t.run(); 46 T_new_instance_3.run(); 62 t.run(); 79 t.run(); 148 new T_new_instance_4().run(); 160 new T_new_instance_5().run();
|
/external/chromium_org/third_party/jstemplate/ |
jstemplate_example.js | 154 * Executes the test run. 192 s.run(); 217 s.run(); 220 function run(test, count) { function
|
/external/junit/src/junit/framework/ |
TestCase.java | 8 * 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(TestResult result) 115 public TestResult run() { method in class:TestCase 123 public void run(TestResult result) { method in class:TestCase [all...] |
/frameworks/base/tests/backup/src/com/android/backuptest/ |
BackupTestActivity.java | 59 void run() { 78 void run() { 94 void run() { 108 void run() { 113 void run() { 122 void run() { 132 void run() { 154 void run() { 181 abstract void run(); method in class:BackupTestActivity.Test 201 t.run(); [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
DelayedOperations.java | 44 public void run() { method in class:DelayedOperations.QueuedOperation 46 mActualRannable.run();
|
/packages/apps/Mms/src/com/android/mms/ui/ |
AsyncDialog.java | 47 * @param postExecuteTask an optional runnable to run on the UI thread when the background 60 public void run() { 129 params[i].run(); method 158 mPostExecuteTask.run();
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
ContentProviderTask.java | 94 public void run(ContentResolver resolver, String authority, method in class:ContentProviderTask 104 public void run(ContentResolver resolver, Uri uri, ContentValues values) { method in class:ContentProviderTask.InsertTask 109 super.run(resolver, uri.getAuthority(), Lists.newArrayList(op)); 116 public void run(ContentResolver resolver, Uri uri, ContentValues values, method in class:ContentProviderTask.UpdateTask 123 super.run(resolver, uri.getAuthority(), Lists.newArrayList(op)); 130 public void run(ContentResolver resolver, Uri uri, String selection, method in class:ContentProviderTask.DeleteTask 136 super.run(resolver, uri.getAuthority(), Lists.newArrayList(op));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
PasteAction.java | 64 public void run() { method in class:PasteAction 65 super.run(); 71 public void run() {
|
/art/test/003-omnibus-opcodes/src/ |
InternedString.java | 22 public static void run() { method in class:InternedString 23 System.out.println("InternedString.run");
|
UnresTest1.java | 5 public static void run() { method in class:UnresTest1
|
/art/test/039-join-main/src/ |
Main.java | 42 public void run() { method in class:JoinMainSub
|
/art/test/047-returns/src/ |
Main.java | 24 pickOne(1).run(); method 28 pickOne(2).run(); method 32 pickOne(3).run(); method 52 public void run() { method in class:ClassOne 62 public void run() { method in class:ClassTwo 72 public void run() { method in class:ClassThree
|
/art/test/ParallelGC/ |
ParallelGC.java | 40 public void run() { method in class:ParallelGC
|
/build/core/ |
checktree | 40 def run(command, regex, filt): function 78 have = run("p4 have ...", r'[^#]+#[0-9]+ - (.*)', r'.*') 81 files = run("find . -not -type d", r'.(.*)', r'.*') 84 added_depot_path = run("p4 opened ...", r'([^#]+)#.*', r'.*?#[0-9]+ - add .*'); 90 added = run(where, r'(.*)', r'.*')
|
/cts/libs/deviceutil/src/android/cts/util/ |
PollingCheck.java | 36 public void run() { method in class:PollingCheck
|
/cts/suite/audio_quality/lib/src/task/ |
TaskSequential.cpp | 38 TaskGeneric::ExecutionResult TaskSequential::run() function in class:TaskSequential 60 TaskGeneric::ExecutionResult result = child->run();
|
TaskSound.cpp | 52 TaskGeneric::ExecutionResult TaskSound::run() function in class:TaskSound 56 LOGE("TaskSound::run %s string not found", STR_ID.string()); 61 LOGE("TaskSound::run %s string not found", STR_TYPE.string()); 96 LOGE("TaskSound::run unknown word in type %s", type.string()); 104 LOGE("TaskSound::run registering buffer %s failed", id.string());
|
/cts/tests/src/android/view/animation/cts/ |
AnimationTestUtils.java | 41 * Assert run an animation successfully. Timeout is duration of animation. 43 * @param instrumentation to run animation. 44 * @param view view window to run animation. 45 * @param animation will be run. 53 * Assert run an animation successfully. 55 * @param instrumentation to run animation. 56 * @param view window to run animation. 57 * @param animation will be run. 64 public void run() { 75 }.run(); method 83 }.run(); method [all...] |
/cts/tests/tests/animation/src/android/animation/cts/ |
IntEvaluatorTest.java | 30 public void run() { method in class:IntEvaluatorTest.AnimationRunnable
|
/cts/tests/tests/nativeopengl/standalone/src/com/android/gltest/ |
GLTestActivity.java | 31 public void run() { method in class:GLTestActivity.TestThread 33 // for example "GLTest.ClearColorTest" to run that specific test only
|