/cts/tests/tests/app/src/android/app/cts/ |
AlarmManagerTest.java | 236 mAlarmManager.cancel(mSender); 241 method = "cancel", 253 mAlarmManager.cancel(mSender);
|
/development/simulator/app/ |
PrefsDialog.cpp | 61 wxButton* cancel = new wxButton(this, wxID_CANCEL, wxT("&Cancel"), local 63 okCancelSizer->Add(cancel, 0, wxALL | wxALIGN_RIGHT, kInterSpacing);
|
/external/qemu/hw/ |
usb.h | 215 static inline void usb_defer_packet(USBPacket *p, USBCallback *cancel, 218 p->cancel_cb = cancel; 230 /* Cancel an active packet. The packed must have been deferred with
|
/external/webkit/WebCore/page/ |
EventSource.cpp | 159 m_loader->cancel(); 176 m_loader->cancel(); 207 m_loader->cancel();
|
/external/wpa_supplicant_6/wpa_supplicant/ |
scan.c | 237 * then don't cancel the scan and reschedule. Some drivers do 267 * wpa_supplicant_cancel_scan - Cancel a scheduled scan request 270 * This function is used to cancel a scan request scheduled with
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
AlarmReceiver.java | 164 // If the alarm is null, just cancel the notification. 187 // We have to cancel the original notification since it is in the 190 nm.cancel(alarm.id);
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmReceiver.java | 164 // If the alarm is null, just cancel the notification. 187 // We have to cancel the original notification since it is in the 190 nm.cancel(alarm.id);
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoProcessOutgoingCallPermissionTest.java | 52 // TODO: add back to LargeTest when test can cancel initiated call
|
/cts/tests/tests/view/src/android/view/cts/ |
View_IdsTest.java | 58 Button buttonCancel = (Button) activity.findViewById(R.id.cancel);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
NotificationDisplay.java | 72 .cancel(R.layout.status_bar_notifications);
|
/external/guava/javadoc/com/google/common/util/concurrent/ |
AbstractFuture.html | 120 <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#cancel()"><CODE>cancel()</CODE></A>. If subclasses want to implement cancellation they can 121 override the <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#cancel(boolean)"><CODE>cancel(boolean)</CODE></A> method with a real implementation, the 169 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#cancel()">cancel</A></B>()</CODE> 177 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#cancel(boolean)">cancel</A></B>(boolean mayInterruptIfRunning)</CODE> 350 <A NAME="cancel(boolean)"><!-- --></A><H3> 351 cancel</H3 [all...] |
/external/ipsec-tools/src/racoon/ |
schedule.h | 59 /* cancel schedule */
|
/external/opencore/engines/2way/test/src/ |
connect_cancel_test.cpp | 24 fprintf(fileoutput, "Start connect cancel test, proxy %d.\n", iUseProxy);
|
init_cancel_test.cpp | 23 fprintf(fileoutput, "Start init cancel test, proxy %d.\n", iUseProxy);
|
/external/opencore/nodes/pvclientserversocketnode/src/ |
pvmf_clientserver_socket_node.cpp | 94 Cancel(); 396 //"cancel cmd" queue where it will remain until it is completed. 399 //move the new cmd to the "cancel cmd" queue where it will 551 //Since "cancel all" is effectively used as a Reset, 592 //See if there was a pending cancel waiting on the current command to 670 {//if does hv anything to send, cancel it 693 //quite difficult to cancel shutdown [all...] |
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_interface.h | 193 * Method to cancel an ongoing asynchronous command. 198 * @param [in] The command ID of the command to cancel. 210 * Method to cancel all ongoing asynchronous commands. 215 * @param [in] The command ID of the command to cancel.
|
/external/qemu/ |
migration-exec.c | 86 s->mig_state.cancel = migrate_fd_cancel;
|
/external/quake/res/layout/ |
downloader.xml | 69 <Button android:id="@+id/cancel"
|
/external/webkit/WebCore/loader/ |
PolicyCallback.h | 65 void cancel();
|
RedirectScheduler.h | 65 void cancel(bool newLoadInProgress = false);
|
ThreadableLoader.h | 73 virtual void cancel() = 0;
|
/external/webkit/WebCore/manual-tests/ |
onbeforeunload-close_with_javascript.html | 27 Press OK to continue or Cancel to stay on the current page.</pre>
|
/external/webkit/WebCore/notifications/ |
NotificationPresenter.h | 62 virtual void cancel(Notification*) = 0;
|
/external/webkit/WebCore/platform/network/curl/ |
ResourceHandleManager.h | 58 void cancel(ResourceHandle*);
|
/external/webkit/WebKit/chromium/public/ |
WebURLLoader.h | 63 virtual void cancel() = 0;
|