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

1 2 3 4 56 7 8 91011>>

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 122 finish();
134 finish(); method in class:PackageInstallerActivity
150 finish();
168 finish();
174 finish();
188 finish();
202 finish();
270 finish();
287 finish();
289 // Cancel and finish
    [all...]
UninstallerActivity.java 67 finish();
83 finish();
96 finish();
149 finish();
154 finish();
  /cts/tests/src/android/widget/cts/
ViewGroupStubActivity.java 59 finish();
67 finish(); method
  /cts/tests/tests/performance2/src/android/performance2/cts/
AppStartup.java 46 a.finish();
58 a.finish();
  /cts/tests/tests/performance4/src/android/performance4/cts/
AppStartup.java 46 a.finish();
58 a.finish();
  /cts/tests/tests/performance5/src/android/performance5/cts/
AppStartup.java 46 a.finish();
58 a.finish();
  /dalvik/vm/mterp/portable/
stubdefs.c 28 # define FINISH(_offset) { \
41 # define FINISH(_offset) { ADJUST_PC(_offset); break; }
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java 32 finish(); method
48 finish(); method
  /packages/apps/Music/src/com/android/music/
DeleteItems.java 50 finish();
65 finish();
  /packages/inputmethods/PinyinIME/jni/include/
sync.h 38 // finish()
71 void finish();
  /packages/inputmethods/PinyinIME/jni/share/
sync.cpp 37 finish();
94 void Sync::finish() { function in class:ime_pinyin::Sync
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
GZIPOutputStreamTest.java 100 * @tests java.util.zip.GZIPOutputStream#finish()
105 method = "finish",
109 // test method java.util.zip.GZIPOutputStream.finish()
118 outGZIP.finish();
127 "GZIP instance can still be used after finish is called",
138 outGZIP.finish();
  /external/openssl/crypto/engine/
eng_init.c 87 * case, we can release the lock safely and call the finish() handler
89 * after and something else is calling "finish" at the same time -
91 * 2 to 0 without either calling finish(). */
94 if((e->funct_ref == 0) && e->finish)
98 to_return = e->finish(e);
135 /* The API (locked) version of "finish" */
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCheckSettings.java 130 finish(); method
149 finish(); method
172 finish(); method
179 finish(); method
188 finish(); method
203 finish(); method
219 finish(); method
318 finish();
353 finish();
361 finish();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java 79 finish(); method
188 // No need to finish() here, since the OutgoingCallReceiver from
190 // finish() on our original instance, which apparently works fine
192 // down. And note that if we *do* call finish() here, that just
193 // results in an "ActivityManager: Duplicate finish request"
249 finish(); method
262 finish(); method
268 finish(); method
290 finish(); method
315 // The receiver will finish our activity when it finally runs
    [all...]
EmergencyCallbackModeExitDialog.java 83 finish(); method
135 // Wait for bind to finish
229 finish();
246 finish();
290 finish(); method
309 finish();
342 finish();
  /packages/apps/Contacts/src/com/android/contacts/ui/
ShowOrCreateActivity.java 136 finish(); method
152 finish(); method
174 finish(); method
182 finish(); method
193 finish(); method
228 * {@link Activity#finish()}.
247 mParent.finish();
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 80 finish();
108 finish(); method
141 finish(); method
147 finish(); method
178 finish(); method
224 finish(); method
228 finish(); method
  /external/icu4c/tools/genrb/
genrb.c 312 goto finish;
328 goto finish;
354 goto finish;
369 goto finish;
373 goto finish;
384 goto finish;
391 goto finish;
406 finish:
453 goto finish;
461 goto finish;
    [all...]
  /external/kernel-headers/original/linux/
textsearch.h 58 * @finish: callback to finalize a search
82 * finish - finalize/clean a series of get_next_block() calls
89 void (*finish)(struct ts_config *conf, member in struct:ts_config
110 if (conf->finish)
111 conf->finish(conf, state);
  /packages/apps/Email/src/com/android/email/activity/
AccountShortcutPicker.java 64 // finish() immediately if we aren't supposed to be here
66 finish(); method
70 // finish() immediately if no accounts are configured
78 finish(); method
97 finish(); method
  /packages/apps/Gallery3D/src/com/cooliris/media/
Photographs.java 51 static final int FINISH = 1;
70 case FINISH: {
73 finish();
100 mHandler.sendEmptyMessage(FINISH);
210 finish(); method
Wallpaper.java 50 static final int FINISH = 1;
68 case FINISH: {
71 finish();
98 mHandler.sendEmptyMessage(FINISH);
199 finish(); method
  /dalvik/vm/mterp/out/
InterpC-armv4t.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-armv5te-vfp.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...]

Completed in 53 milliseconds

1 2 3 4 56 7 8 91011>>