/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
operation.h | 43 /** Cancel the operation. Beware! This will not necessarily cancel the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
operation.h | 43 /** Cancel the operation. Beware! This will not necessarily cancel the
|
/external/autotest/client/cros/cellular/pseudomodem/ |
cdma_activate_machine.py | 26 def Cancel(self, message='Activation canceled.'): 27 """ Cancel the CdmaActivateMachine. """ 29 super(CdmaActivateMachine, self).Cancel() 66 self.Cancel(message) 78 self.Cancel(message)
|
register_cdma_machine.py | 18 def Cancel(self): 20 Cancel the current machine. 25 super(RegisterCdmaMachine, self).Cancel()
|
/external/autotest/frontend/client/src/autotest/afe/ |
AbortSynchronousDialog.java | 29 private Button abortAll, abortAsynchronous, cancel; field in class:AbortSynchronousDialog 52 cancel = new Button("Cancel"); 53 cancel.addClickHandler(this); 60 buttons.add(cancel);
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
EventStreamTransformation.java | 38 * the appropriate cancel event given it has delegated a part of the events 43 * For example, to cancel a {@link KeyEvent} the handler has to emit an event 45 * {@link KeyEvent#FLAG_CANCELED}. To cancel a {@link MotionEvent} the handler 48 * It is a responsibility of each handler that received a cancel event to clear its 54 * For example, if it received a down motion event followed by a cancel motion
|
/frameworks/support/compat/java/android/support/v4/os/ |
CancellationSignal.java | 64 public void cancel() { method in class:CancellationSignal 82 CancellationSignalCompatJellybean.cancel(obj); 100 * If {@link CancellationSignal#cancel} has already been called, then the provided 142 CancellationSignalCompatJellybean.cancel(mCancellationSignalObj); 163 * Called when {@link CancellationSignal#cancel} is invoked.
|
/frameworks/support/compat/java/android/support/v4/hardware/fingerprint/ |
FingerprintManagerCompat.java | 84 * provided cancel object. 88 * @param cancel an object that can be used to cancel authentication 93 @Nullable CancellationSignal cancel, @NonNull AuthenticationCallback callback, 95 IMPL.authenticate(mContext, crypto, flags, cancel, callback, handler); 206 CancellationSignal cancel, AuthenticationCallback callback, Handler handler); 227 CancellationSignal cancel, AuthenticationCallback callback, Handler handler) { 249 CancellationSignal cancel, AuthenticationCallback callback, Handler handler) { 251 cancel != null ? cancel.getCancellationSignalObject() : null [all...] |
/libcore/ojluni/src/main/java/java/util/stream/ |
AbstractShortCircuitTask.java | 53 * Indicates whether this task has been canceled. Tasks may cancel other 55 * find-first operation, a task that finds a value will cancel all tasks 196 protected void cancel() { method in class:AbstractShortCircuitTask 207 boolean cancel = canceled; 208 if (!cancel) { 209 for (K parent = getParent(); !cancel && parent != null; parent = parent.getParent()) 210 cancel = parent.canceled; 213 return cancel; 222 // Go up the tree, cancel right siblings of this node and all parents 230 rightSibling.cancel(); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
csq.h | 2 * Cancel-Safe Queue Library 16 * This header defines the interface to the ReactOS Cancel-Safe Queue library. 17 * This interface is based on and is similar to the Microsoft Cancel-Safe 24 * but the cancel logic has been particularly complicated due to some subtle 30 * to try to roll your own cancel logic. There are only a very few people 33 * Cancel-Safe Queue Library. 47 * This library follows exactly the same interface as the Microsoft Cancel-Safe 49 * current DDK. There is also a DDK sample called "cancel" that has an 93 * The cancel-safe queue is implemented as a set of IoCsqXxx() OS routines 264 * CANCEL-SAFE QUEUE DDI [all...] |
/cts/tests/app/src/android/app/cts/ |
PendingIntentTest.java | 151 mPendingIntent.cancel(); 188 mPendingIntent.cancel(); 212 mPendingIntent.cancel(); 239 mPendingIntent.cancel(); 256 mPendingIntent.cancel(); 268 mPendingIntent.cancel(); 296 mPendingIntent.cancel(); 327 mPendingIntent.cancel(); 344 mPendingIntent.cancel(); 353 mPendingIntent.cancel(); [all...] |
/external/webrtc/webrtc/libjingle/xmpp/ |
xmppengineimpl_iq.cc | 118 AecImpl(error_element, QN_STANZA_CONFLICT, "cancel", "409"); 122 "cancel", "501"); 134 AecImpl(error_element, QN_STANZA_ITEM_NOT_FOUND, "cancel", "404"); 140 AecImpl(error_element, QN_STANZA_NOT_ACCEPTABLE, "cancel", "406"); 143 AecImpl(error_element, QN_STANZA_NOT_ALLOWED, "cancel", "405"); 159 "cancel", "404"); 168 AecImpl(error_element, QN_STANZA_SERVICE_UNAVAILABLE, "cancel", "503");
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
SelectionKeyTest.java | 51 selectionKey.cancel(); 65 public void cancel() { method in class:SelectionKeyTest.MockSelectionKey 129 selectionKey.cancel(); 180 selectionKey.cancel(); 241 * @tests java.nio.channels.SelectionKey#cancel() 244 selectionKey.cancel(); 315 selectionKey.cancel();
|
/cts/tests/tests/view/res/layout/ |
using_views_layout.xml | 36 android:id="@+id/cancel" 48 android:layout_toLeftOf="@id/cancel" 49 android:layout_alignTop="@id/cancel"
|
/developers/build/prebuilts/gradle/DoneBar/Application/src/main/java/com/example/android/donebar/ |
DoneButtonActivity.java | 66 getMenuInflater().inflate(R.menu.cancel, menu); 74 case R.id.cancel: 75 // "Cancel"
|
/developers/samples/android/ui/actionbar/DoneBar/Application/src/main/java/com/example/android/donebar/ |
DoneButtonActivity.java | 66 getMenuInflater().inflate(R.menu.cancel, menu); 74 case R.id.cancel: 75 // "Cancel"
|
/development/samples/browseable/DoneBar/src/com.example.android.donebar/ |
DoneButtonActivity.java | 66 getMenuInflater().inflate(R.menu.cancel, menu); 74 case R.id.cancel: 75 // "Cancel"
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
resolver_service_base.ipp | 92 ASIO_HANDLER_OPERATION(("resolver", &impl, "cancel")); 97 void resolver_service_base::cancel( 100 ASIO_HANDLER_OPERATION(("resolver", &impl, "cancel"));
|
/frameworks/base/core/java/android/webkit/ |
ClientCertRequest.java | 34 * WebView caches the {@link #proceed} and {@link #cancel} responses in memory 77 * Cancel this request. Remember the user's choice and use it for 80 public abstract void cancel(); method in class:ClientCertRequest
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
ViewPropertyAnimatorTest.java | 74 mAnim.cancel(); 191 * Verify that calling cancel on an unstarted animator does nothing. 196 mAnimator.cancel(); 200 * Verify that calling cancel on a started animator does the right thing. 212 mAnimator.cancel(); 235 mAnimator.cancel(); 293 * Same as testPlayingDelayedCancel, but cancel during the startDelay period 304 // the listeners with cancel/end callbacks since they won't be called 332 mAnimator.cancel(); 333 mAnimator.cancel(); [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParser.java | 89 * Cancel parsing vCard. Useful when you want to stop the parse in the other threads. 92 * Actual cancel is done after parsing the current vcard. 95 public abstract void cancel(); method in class:VCardParser
|
/frameworks/support/design/base/android/support/design/widget/ |
StateListAnimator.java | 70 cancel(); method 85 private void cancel() { method in class:StateListAnimator 87 mRunningAnimator.cancel();
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ProcessorBase.java | 28 * {@link #cancel(boolean)}. Users can check the processor's status using {@link #isCancelled()} 51 * @see Future#cancel(boolean) 54 public abstract boolean cancel(boolean mayInterruptIfRunning); method in class:ProcessorBase
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
BitmapLoader.java | 34 * REQUESTED -> INIT (cancel), LOADED, ERROR, RECYCLED 80 if (mTask != null) mTask.cancel(); 91 if (mTask != null) mTask.cancel();
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
SmsStorageStatusManager.java | 74 .setAutoCancel(false) // Don't auto cancel 90 * Cancel the notification 95 notificationManager.cancel(getNotificationTag(),
|