Searched refs:run (Results 1 - 25 of 265) sorted by relevance

1234567891011

/frameworks/base/core/java/android/accounts/
H A DAccountManagerCallback.java19 void run(AccountManagerFuture<V> future); method in interface:AccountManagerCallback
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java61 public void run() {
66 public void run() {
71 public void run() {
73 public void run() {
80 public void run() {
82 public void run() {
89 public void run() {
91 public void run() {
99 public void run() {
104 public void run() {
[all...]
H A DNotificationTestList.java62 public void run() {
83 public void run() {
91 public void run() {
101 public void run()
125 public void run()
138 public void run()
151 public void run()
166 public void run() {
177 public void run() {
190 public void run()
638 public void run() { method in class:NotificationTestList.StateStress
[all...]
H A DToastTest.java85 public void run()
95 public void run()
102 public void run()
109 public void run()
119 public void run()
126 public void run()
133 public void run()
142 public void run()
H A DPowerTest.java66 public void run() {
76 public void run() {
86 public void run() {
96 public void run() {
106 public void run() {
117 public void run() {
128 public void run() {
138 public void run() {
/frameworks/base/libs/surfaceflinger/
H A DTokenizer.cpp47 // just extend the first run
48 const run_t& run = mRanges[0]; local
49 uint32_t token = run.first + run.length;
74 const run_t& run = mRanges[i]; local
75 if ((token >= run.first) && (token < run.first+run.length)) {
77 run_t& run = mRanges.editItemAt(i); local
78 if ((token == run
[all...]
/frameworks/base/opengl/libagl/
H A DTokenizer.cpp48 // just extend the first run
49 const run_t& run = mRanges[0]; local
50 uint32_t token = run.first + run.length;
75 const run_t& run = mRanges[i]; local
76 if ((token >= run.first) && (token < run.first+run.length)) {
78 run_t& run = mRanges.editItemAt(i); local
79 if ((token == run
[all...]
/frameworks/base/test-runner/src/android/test/
H A DNoExecTestResult.java34 protected void run(final TestCase test) { method in class:NoExecTestResult
/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp34 bool run; member in struct:Test
56 t->run = true;
64 t->run = true;
74 if (t->run) {
85 if (t->run) {
109 if (t->run) {
H A Dtest_backup.sh34 # run adb as root so we can poke at com.android.backuptest's data
63 # run the backup
64 a shell bmgr run
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp873 pTcoef->run = (uint) tab->run; //(tab->val >> 8) & 255;
884 //if (((tab->run<<8)|(tab->level)|(tab->last<<16)) == VLC_ESCAPE_CODE)
920 pTcoef->run = (uint)tab->run; //(tab->val >> 8) & 255;
926 if ((pTcoef->last == 0 && pTcoef->run > 14) || (pTcoef->last == 1 && pTcoef->run > 20))
930 pTcoef->level = pTcoef->level + intra_max_level[pTcoef->last][pTcoef->run];
941 /* second escape mode. run is offset */
972 pTcoef->run
[all...]
/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DSvc.java34 public abstract void run(String[] args); // run the command method in class:Svc.Command
41 c.run(args);
45 COMMAND_HELP.run(args);
66 public void run(String[] args) {
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DThreadBitmapTest.java44 public void run() {} method in class:ThreadBitmapTest.MThread
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListViewHeightTest.java61 public void run() {
70 public void run() {
78 public void run() {
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java60 public void run() {
123 public void run() {
156 public void run() {
189 public void run() {
200 public void run() {
211 public void run() {
255 public void run() {
H A DAutoCompleteTextViewCallbacks.java72 public void run() {
90 public void run() {
126 public void run() {
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java59 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...]
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridSetSelectionBaseTest.java60 public void run() {
76 public void run() {
91 public void run() {
/frameworks/base/awt/org/apache/harmony/awt/wtk/
H A DNativeEventThread.java44 public void run() { method in class:NativeEventThread
H A DShutdownThread.java38 public void run() { method in class:ShutdownThread
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRemoteSubActivityScreen.java51 public void run() {
/frameworks/base/test-runner/src/junit/textui/
H A DTestRunner.java10 * A command line based tool to run tests.
16 * will be invoked and the returned test is run. Otherwise all
17 * the methods starting with "test" having no arguments are run.
56 static public void run(Class testClass) { method in class:TestRunner
57 run(new TestSuite(testClass));
62 * This method can be used to start a test run
66 * test.textui.TestRunner.run(suite());
70 static public TestResult run(Test test) { method in class:TestRunner
102 * Creates the TestResult to be used for the test run.
116 suite.run(resul
[all...]
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DButtonActivityTest.java40 public void run() {
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabasePerformanceTests.java104 // These test can only be run once.
109 public void run() { method in class:DatabasePerformanceTests.PerformanceBase
174 // This test can only be run once.
178 public void run() { method in class:DatabasePerformanceTests.ContactReadingTest1
218 public void run() { method in class:DatabasePerformanceTests.Perf1Test
252 public void run() { method in class:DatabasePerformanceTests.Perf2Test
291 public void run() { method in class:DatabasePerformanceTests.Perf3Test
329 public void run() { method in class:DatabasePerformanceTests.Perf4Test
370 public void run() { method in class:DatabasePerformanceTests.Perf5Test
410 public void run() { method in class:DatabasePerformanceTests.Perf6Test
450 public void run() { method in class:DatabasePerformanceTests.Perf7Test
490 public void run() { method in class:DatabasePerformanceTests.Perf8Test
540 public void run() { method in class:DatabasePerformanceTests.Perf9Test
579 public void run() { method in class:DatabasePerformanceTests.Perf10Test
614 public void run() { method in class:DatabasePerformanceTests.Perf11Test
648 public void run() { method in class:DatabasePerformanceTests.Perf12Test
681 public void run() { method in class:DatabasePerformanceTests.Perf13Test
714 public void run() { method in class:DatabasePerformanceTests.Perf14Test
754 public void run() { method in class:DatabasePerformanceTests.Perf15Test
788 public void run() { method in class:DatabasePerformanceTests.Perf16Test
820 public void run() { method in class:DatabasePerformanceTests.Perf17Test
857 public void run() { method in class:DatabasePerformanceTests.Perf18Test
895 public void run() { method in class:DatabasePerformanceTests.Perf19Test
939 public void run() { method in class:DatabasePerformanceTests.Perf20Test
981 public void run() { method in class:DatabasePerformanceTests.Perf21Test
1013 public void run() { method in class:DatabasePerformanceTests.Perf22Test
1046 public void run() { method in class:DatabasePerformanceTests.Perf23Test
1078 public void run() { method in class:DatabasePerformanceTests.Perf24Test
1111 public void run() { method in class:DatabasePerformanceTests.Perf25Test
1150 public void run() { method in class:DatabasePerformanceTests.Perf26Test
1189 public void run() { method in class:DatabasePerformanceTests.Perf27Test
1223 public void run() { method in class:DatabasePerformanceTests.Perf28Test
1260 public void run() { method in class:DatabasePerformanceTests.Perf29Test
1298 public void run() { method in class:DatabasePerformanceTests.Perf30Test
1337 public void run() { method in class:DatabasePerformanceTests.Perf31Test
[all...]
/frameworks/base/awt/java/awt/event/
H A DInvocationEvent.java98 runnable.run();
104 runnable.run();
127 * new Runnable() { public void run(){} });

Completed in 611 milliseconds

1234567891011