HomeSort by relevance Sort by last modified time
    Searched full:finish (Results 176 - 200 of 1474) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
SendResult.java 66 finish();
77 finish();
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_done.c 51 /* finish ctomac */
57 /* finish headeromac */
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorActivity.java 70 public void finish() { method in class:AccountAuthenticatorActivity
81 super.finish();
  /frameworks/base/tests/CoreTests/android/core/
HashMapPerfTest.java 84 long finish = SystemClock.uptimeMillis(); local
91 // " iters) = " + (finish - start));
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlert.java 78 finish(); method
100 finish(); method
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlert.java 78 finish(); method
100 finish(); method
  /packages/apps/Gallery/src/com/android/camera/
DeleteImage.java 53 finish(); method
70 finish(); method
  /packages/apps/IM/src/com/android/im/app/
SimpleInputActivity.java 78 finish();
89 finish();
  /packages/apps/Music/src/com/android/music/
ScanningProgress.java 42 finish();
53 finish();
WeekSelector.java 55 finish();
75 finish();
  /packages/apps/Settings/src/com/android/settings/
CredentialInstaller.java 44 if (!"com.android.certinstaller".equals(getCallingPackage())) finish(); method
53 finish(); method
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationLauncher.java 46 finish(); method
53 finish(); method
  /dalvik/vm/mterp/out/
InterpC-portdbg.c 113 * We don't advance the program counter until we finish an instruction or
463 # define FINISH(_offset) { \
476 # define FINISH(_offset) { ADJUST_PC(_offset); break; }
567 FINISH(1);
593 FINISH(1);
601 FINISH(1);
628 FINISH(2);
641 FINISH(branchOffset); \
644 FINISH(2); \
656 FINISH(branchOffset);
    [all...]
InterpC-portstd.c 113 * We don't advance the program counter until we finish an instruction or
457 # define FINISH(_offset) { \
470 # define FINISH(_offset) { ADJUST_PC(_offset); break; }
561 FINISH(1);
587 FINISH(1);
595 FINISH(1);
622 FINISH(2);
635 FINISH(branchOffset); \
638 FINISH(2); \
650 FINISH(branchOffset);
    [all...]
InterpC-allstubs.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-x86.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...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SocketChannelTest.java 266 // finish
843 * connect-->finish-->close
881 * connect-->finish-->close
905 * connect-->finish-->close
930 * connect-->finish-->close
954 * connect-->server closed-->finish-->close
989 * connect-->server closed-->finish-->close
    [all...]
  /cts/tests/SignatureTest/src/android/tests/sigtest/
InstrumentationRunner.java 40 finish(Activity.RESULT_OK, activity.mBundle); method
  /cts/tests/src/android/app/cts/
ClearTop.java 45 finish(); method
TestedActivity.java 53 finish(); method
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/
SHA384Digest.java 51 finish(); method
SHA512Digest.java 50 finish(); method
  /dalvik/vm/mterp/armv4t/
OP_SGET_WIDE.S 36 bne .L${opcode}_finish @ yes, finish
  /dalvik/vm/mterp/armv5te/
OP_SGET.S 36 bne .L${opcode}_finish @ yes, finish
OP_SGET_WIDE.S 35 bne .L${opcode}_finish @ yes, finish

Completed in 70 milliseconds

1 2 3 4 5 6 78 91011>>