/dalvik/vm/mterp/out/ |
InterpC-armv5te.c | 113 * We don't advance the program counter until we finish an instruction or 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 479 #define FINISH(_offset) { \ 581 FINISH(1); 607 FINISH(1); 615 FINISH(1); 642 FINISH(2); 655 FINISH(branchOffset); \ 658 FINISH(2); \ 670 FINISH(branchOffset); [all...] |
InterpC-armv7-a-neon.c | 113 * We don't advance the program counter until we finish an instruction or 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 479 #define FINISH(_offset) { \ 581 FINISH(1); 607 FINISH(1); 615 FINISH(1); 642 FINISH(2); 655 FINISH(branchOffset); \ 658 FINISH(2); \ 670 FINISH(branchOffset); [all...] |
InterpC-armv7-a.c | 113 * We don't advance the program counter until we finish an instruction or 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 479 #define FINISH(_offset) { \ 581 FINISH(1); 607 FINISH(1); 615 FINISH(1); 642 FINISH(2); 655 FINISH(branchOffset); \ 658 FINISH(2); \ 670 FINISH(branchOffset); [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsReceivedDialog.java | 98 finish(); method 104 finish(); 109 finish();
|
/external/bison/src/ |
main.c | 85 goto finish; 149 goto finish; 180 finish:
|
/external/guava/src/com/google/common/io/ |
LineBuffer.java | 28 * to pass character data, and call {@link #finish} at the end of stream. 48 * @see #finish 101 protected void finish() throws IOException { method in class:LineBuffer
|
/external/icu4c/test/compat/ |
tzdate.c | 92 goto finish; 97 goto finish; 104 finish:
|
/external/webkit/WebCore/loader/ |
PluginDocument.cpp | 54 virtual void finish(); 115 finish(); 127 void PluginTokenizer::finish() function in class:WebCore::PluginTokenizer
|
/frameworks/base/core/java/android/util/ |
Base64OutputStream.java | 133 * @param finish true if this is the last batch of input, to cause 136 private void internalWrite(byte[] b, int off, int len, boolean finish) throws IOException { 138 if (!coder.process(b, off, len, finish)) {
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
BroadcastTest.java | 382 BroadcastReceiver finish = new BroadcastReceiver() { local 390 null, finish, null, Activity.RESULT_CANCELED, null, null); local 409 BroadcastReceiver finish = new BroadcastReceiver() { local 417 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, local 431 BroadcastReceiver finish = new BroadcastReceiver() { local 439 null, finish, null, Activity.RESULT_CANCELED, local 455 BroadcastReceiver finish = new BroadcastReceiver() { local 463 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, local 477 BroadcastReceiver finish = new BroadcastReceiver() { local 485 null, finish, null, Activity.RESULT_CANCELED local 501 BroadcastReceiver finish = new BroadcastReceiver() { local 509 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, local [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
ChangeTouchModeTest.java | 81 otherActivity.finish(); 97 otherActivity.finish(); 117 otherActivity.finish();
|
/packages/apps/Email/src/com/android/email/activity/ |
Welcome.java | 64 finish(); method 72 // and do the DB work in a thread. Then post handler to finish() as appropriate. 108 finish(); method
|
/packages/apps/Music/src/com/android/music/ |
StreamStarter.java | 87 finish(); 97 finish(); 110 // finish() above, and we should let playback continue.
|
/packages/apps/Phone/src/com/android/phone/ |
DeleteFdnContactScreen.java | 84 finish(); method 97 finish(); method 150 finish();
|
/packages/apps/Stk/src/com/android/stk/ |
ToneDialog.java | 51 finish(); 113 finish(); method 121 finish(); method
|
/cts/tests/src/android/os/cts/ |
TestThread.java | 41 * Run the target Runnable object and wait until the test finish or throw 79 throw new Exception("Thread did not finish within allotted time.");
|
/cts/tests/tests/performance3/src/android/performance3/cts/ |
AppStartup.java | 47 a.finish(); 59 a.finish();
|
/dalvik/vm/mterp/cstubs/ |
stubdefs.c | 56 * Like the "portable" FINISH, but don't reload "inst", and return to caller 59 #define FINISH(_offset) { \
|
/dalvik/vm/mterp/x86-atom/ |
OP_CONST_CLASS.S | 42 FINISH 2 # jump to next instruction 67 FINISH 2 # jump to next instructio
|
OP_CONST_STRING_JUMBO.S | 42 FINISH 3 # jump to next instruction 66 FINISH 3 # jump to next instructio
|
OP_SHR_LONG.S | 41 jmp .L${opcode}_final # sign is fine, finish 53 FINISH 2 # jump to next instruction
|
OP_SHR_LONG_2ADDR.S | 42 jmp .L${opcode}_final # sign is fine, finish 54 FINISH 1 # jump to next instruction
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ContactsFilterInstrumentation.java | 67 // Wait for the activity to finish all of its processing. 72 finish(Activity.RESULT_OK, null); method
|
Forwarding.java | 75 // Here we start the next activity, and then call finish() 81 finish();
|
LocalSampleInstrumentation.java | 82 // Wait for the activity to finish all of its processing. 91 finish(Activity.RESULT_OK, null); method
|