/dalvik/vm/mterp/c/ |
OP_CHECK_CAST.c | 31 FINISH(2);
|
OP_FILL_ARRAY_DATA.c | 26 FINISH(3);
|
OP_INSTANCE_OF.c | 29 FINISH(2);
|
OP_NEW_INSTANCE.c | 34 FINISH(2);
|
OP_PACKED_SWITCH.c | 27 FINISH(offset);
|
OP_SPARSE_SWITCH.c | 27 FINISH(offset);
|
opcommon.c | 34 FINISH(1); 60 FINISH(1); 68 FINISH(1); 95 FINISH(2); 108 FINISH(branchOffset); \ 111 FINISH(2); \ 123 FINISH(branchOffset); \ 126 FINISH(2); \ 135 FINISH(1); 171 FINISH(2) [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_DOUBLE_TO_INT.S | 51 FINISH 1 # jump to next instruction 57 FINISH 1 # jump to next instruction 62 FINISH 1 # jump to next instruction 68 FINISH 1 # jump to next instruction
|
OP_FLOAT_TO_INT.S | 51 FINISH 1 # jump to next instruction 57 FINISH 1 # jump to next instruction 62 FINISH 1 # jump to next instruction 68 FINISH 1 # jump to next instruction
|
/frameworks/base/core/java/android/accounts/ |
ChooseAccountActivity.java | 46 finish(); method 69 finish(); method 72 public void finish() { method in class:ChooseAccountActivity 80 super.finish();
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
IntentSenderTest.java | 47 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { local 55 is.send(Activity.RESULT_CANCELED, finish, null); 74 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { local 82 is.send(Activity.RESULT_CANCELED, finish, null);
|
TestedActivity.java | 61 finish(); 72 finish(); method
|
/development/apps/launchperf/src/com/android/launchperf/ |
ComplexActivityLaunchPerformance.java | 46 * Calls LaunchApp and finish. 52 finish(Activity.RESULT_OK, mResults); method
|
EmptyActivityLaunchPerformance.java | 45 * Calls LaunchApp and finish. 51 finish(Activity.RESULT_OK, mResults); method
|
HelloWorldLaunchPerformance.java | 45 * Calls LaunchApp and finish. 51 finish(Activity.RESULT_OK, mResults); method
|
NotePadLaunchPerformance.java | 45 * Calls LaunchApp and finish. 51 finish(Activity.RESULT_OK, mResults); method
|
PhoneLaunchPerformance.java | 45 * Calls LaunchApp and finish. 51 finish(Activity.RESULT_OK, mResults); method
|
SimpleActivityLaunchPerformance.java | 45 * Calls LaunchApp and finish. 51 finish(Activity.RESULT_OK, mResults); method
|
/external/icu4c/samples/cal/ |
uprint.c | 50 if(U_FAILURE(*status)) goto finish; 71 finish:
|
/external/icu4c/samples/date/ |
uprint.c | 51 if(U_FAILURE(*status)) goto finish; 72 finish:
|
/external/openssl/crypto/comp/ |
comp_lib.c | 31 if (ctx->meth->finish != NULL) 32 ctx->meth->finish(ctx);
|
/external/proguard/src/proguard/io/ |
Finisher.java | 26 * This interface specifies a listener that is called to finish an output stream 36 public void finish() throws IOException; method in interface:Finisher
|
/packages/apps/Calculator/tests/src/com/android/calculator2/tests/ |
CalculatorLaunchPerformance.java | 45 * Calls LaunchApp and finish. 51 finish(Activity.RESULT_OK, mResults); method
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
CalendarLaunchPerformance.java | 45 * Calls LaunchApp and finish. 51 finish(Activity.RESULT_OK, mResults); method
|
/packages/apps/Camera/tests/src/com/android/camera/ |
CameraLaunchPerformance.java | 38 * Calls LaunchApp and finish. 44 finish(Activity.RESULT_OK, mResults); method
|