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

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 160 // If we were unable to create a new note, then just finish
166 finish(); method
175 finish(); method
304 finish(); method
311 finish(); method
322 finish(); method
427 finish(); method
ChooseLockPattern.java 50 * finished, and each activity in the wizard should finish.
52 * Previously, each activity in the wizard would finish itself after
54 * behavior. So, now an activity does not finish itself until it gets this
95 finish(); method
341 finish(); method
493 finish(); method
  /dalvik/vm/mterp/out/
InterpC-x86-atom.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...]
  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java 102 * finished (with the method {@link Activity#finish()}) after the import and never reuse
145 finish(); method
149 finish(); method
290 // finish() is called via mCancelListener, which is used in DialogDisplayer.
293 finish(); method
472 finish(); method
509 finish(); method
585 finish(); method
904 finish(); method
    [all...]
  /external/openssl/crypto/perlasm/
cbc.pl 148 &jz(&label("finish"));
201 &jmp(&label("finish"));
255 &jz(&label("finish"));
306 &jmp(&label("finish"));
309 ############################ FINISH #######################3
310 &set_label("finish",1);
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 49 * Finally, call either the {@link #finish()} or {@link #finish(String)}
398 * Finish the XML document.
400 public void finish() throws IOException { method in class:XMLWriter
406 * Finish the XML document, writing the given footer text at the
410 public void finish(String footer) throws IOException { method in class:XMLWriter
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 119 finish();
163 finish(); method
199 finish(); method
  /external/openssl/crypto/engine/
eng_lib.c 97 e->finish = NULL;
259 e->finish = finish_f;
303 return e->finish;
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlertFullScreen.java 192 finish(); method
209 finish(); method
232 finish(); method
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupAccountType.java 107 finish(); method
129 finish(); method
156 finish(); method
  /packages/apps/IM/src/com/android/im/app/
PreferenceActivity.java 121 finish(); method
127 finish(); method
208 finish(); method
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 100 finish();
112 if (mLocalManager == null) finish(); method
238 finish(); method
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 88 mActivity.finish();
146 mActivity.finish();
157 activity.finish();
165 a.finish();
173 activity.finish();
180 activity.finish();
385 method = "finish",
650 activity.finish();
665 activity.finish();
  /cts/tests/tests/media/src/android/media/cts/
FaceDetector_FaceTest.java 51 mActivity.finish();
  /cts/tools/cts-reference-app-lib/src/android/cts/refapp/
ReferenceAppTestCase.java 30 /** The time to wait for the test host to finish taking the snapshot. */
  /dalvik/libcore/luni/src/main/java/java/lang/
Process.java 76 * this object to finish executing.
  /dalvik/vm/mterp/armv5te/
OP_NEW_ARRAY.S 46 * Finish allocation.
  /dalvik/vm/mterp/x86/
OP_NEW_ARRAY.S 54 * Finish allocation
  /dalvik/vm/mterp/x86-atom/
OP_CONST_STRING.S 39 FINISH 2 # jump to next instruction
OP_MUL_LONG.S 71 FINISH 2 # jump to next instruction
OP_MUL_LONG_2ADDR.S 72 FINISH 1 # jump to next instruction
binopDivRemLong.S 52 FINISH 2 # jump to next instruction
  /development/apps/CustomLocale/src/com/android/customlocale/
NewLocaleDialog.java 75 finish(); method
  /development/apps/FontLab/src/com/android/fontlab/
BackgroundPicker.java 74 finish(); method
  /development/apps/Term/src/com/android/term/
Exec.java 63 * receiver to finish executing.

Completed in 67 milliseconds

<<11121314151617181920>>