/external/webkit/WebCore/dom/ |
XMLTokenizer.h | 58 virtual void finish(); 192 virtual void finish();
|
/frameworks/base/libs/binder/ |
IPCThreadState.cpp | 633 if (!reply && !acquireResult) goto finish; 638 goto finish; 642 goto finish; 651 goto finish; 658 if (err != NO_ERROR) goto finish; 685 goto finish; 689 if (err != NO_ERROR) goto finish; 694 finish: [all...] |
/frameworks/base/test-runner/src/android/test/ |
ActivityInstrumentationTestCase2.java | 156 // Finish the Activity off (unless was never launched anyway) 159 a.finish();
|
/frameworks/base/test-runner/tests/src/android/test/ |
TestBrowserActivityTest.java | 52 mTestBrowserActivity.finish(); 123 activity.finish();
|
/frameworks/base/tests/CoreTests/android/core/ |
DeflateTest.java | 52 compresser.finish(); 149 deflater.finish();
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
ReliabilityTest.java | 117 activity.finish(); 119 // activity.finish();
|
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
AddAccountSettings.java | 93 finish(); method 123 finish();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBtEnablingActivity.java | 132 finish(); 146 finish(); method
|
/packages/apps/Browser/src/com/android/browser/ |
CombinedBookmarkHistoryActivity.java | 183 public void finish() { method in class:CombinedBookmarkHistoryActivity 190 super.finish();
|
/packages/apps/Calendar/src/com/android/calendar/ |
SelectCalendarsActivity.java | 151 finish(); method 160 finish(); method
|
/packages/apps/IM/src/com/android/im/app/ |
ContactPresenceActivity.java | 60 finish(); method 68 finish(); method
|
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockGeneric.java | 93 finish(); method 196 finish(); method
|
MediaFormat.java | 83 finish(); 111 finish(); method
|
InstalledAppDetails.java | 317 return; // could not find package, finish called 415 return; // could not find package, finish called 426 return; // could not find package, finish called 439 private void setIntentAndFinish(boolean finish, boolean appChanged) { 444 if(finish) { 445 finish(); method 549 return; // could not find package, finish called
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperPreview.java | 76 finish(); method 105 finish(); method
|
/system/core/libnetutils/ |
dhcp_utils.c | 119 * Start the dhcp client daemon, and wait for it to finish 158 snprintf(errmsg, sizeof(errmsg), "%s", "Timed out waiting for DHCP to finish");
|
/dalvik/vm/mterp/x86-atom/ |
header.S | 349 * This is an attempt to split up FINISH in order to reduce or remove 363 * This is an attempt to split up FINISH in order to reduce or remove 377 * This is an attempt to split up FINISH in order to reduce or remove 391 * FINISH in order to reduce or remove potential stalls due to the wait for rFINISH. 417 .macro FINISH _count
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettings.java | 116 finish(); method 123 finish(); method 130 finish(); method 321 finish(); method 338 finish(); method
|
AccountSetupBasics.java | 68 // Action asking us to return to our original caller (i.e. finish) 72 // right place to go) and finish 149 finish(); method 156 finish(); method 460 finish();
|
/external/stlport/stlport/stl/ |
_deque.h | 62 * Start and Finish are always nonsingular iterators. NOTE: this means 65 * For every node other than start.node and finish.node, every element 66 * in the node is an initialized object. If start.node == finish.node, 67 * then [start.cur, finish.cur) are initialized objects, and 69 * [start.cur, start.last) and [finish.first, finish.cur) are initialized 70 * objects, and [start.first, start.cur) and [finish.cur, finish.last) 73 * [start.node, finish.node] is a valid range contained within 76 * if and only if the pointer is in the range [start.node, finish.node] [all...] |
/cts/tools/host/src/com/android/cts/ |
TestPackage.java | 47 * FINISH for stopping. 49 public static final String FINISH = "finish"; 511 * Handle the missing FINISH event. 539 Log.d("Err: Missing FINISH msg for test " + mCurrentTest.getFullName()); 741 Log.d("installAPK " + apkPath + " finish"); 915 * guarding timer is expired, this task will be executed to force the finish [all...] |
/frameworks/base/docs/html/intl/ja/guide/topics/ |
fundamentals.jd | 203 <li>?????????????????? <code>{@link android.app.Activity#finish finish()}</code> ??????????????????????? {@code startActivityForResult()} ????????????????<code>{@link android.app.Activity#finishActivity finishActivity()}</code> ???????????????????</li> 444 href="{@docRoot}guide/topics/manifest/activity-element.html#finish">finishOnTaskLaunch</a></code> ??</dt> [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/ |
TNETWArb.c | 337 ** from where the Finish was called inside the TNETW Arbiter ** 394 /* If there are more reequest in the TODO Queue then Send PROCESS_NEXT_EV else send FINISH event to TNETW Arbiter */ 423 /* Return Pending since the Process_Next/Finish Event will be handled in a later context */ 436 * In this case the callback will be called when the DMA will finish. 485 * In this case the callback will be called when the DMA will finish. 531 /* If there are more request in the TODO Queue then Send PROCESS_NEXT_EV else send FINISH event to TNETW Arbiter */ 589 WLAN_OS_REPORT (("Num of finish = %u\n", pTNETWArb->stat.uFinish));
|
/cts/tests/tests/text/src/android/text/method/cts/ |
ScrollingMovementMethodTest.java | 110 * handlers' operations on the UiTread to finish. So all these cases are divided into 224 * handlers' operations on the UiTread to finish. So all these cases are divided into 337 * handlers' operations on the UiTread to finish. So all these cases are divided into 428 * handlers' operations on the UiTread to finish. So all these cases are divided into 469 * handlers' operations on the UiTread to finish. So all these cases are divided into 529 * handlers' operations on the UiTread to finish. So all these cases are divided into 590 * handlers' operations on the UiTread to finish. So all these cases are divided into [all...] |
/dalvik/vm/compiler/codegen/arm/ |
RallocUtil.c | 506 static void nullifyRange(CompilationUnit *cUnit, LIR *start, LIR *finish, 509 if (start && finish) { 514 if (p == finish) 526 LIR *start, LIR *finish) 530 assert(finish); 533 p->defEnd = finish; 542 LIR *start, LIR *finish) 546 assert(finish); 550 p->defEnd = finish;
|