HomeSort by relevance Sort by last modified time
    Searched refs:cancel (Results 351 - 375 of 2586) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
Dialogs.py 30 cancel = kStdCancelItemIndex variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sched.py 66 def cancel(self, event): member in class:scheduler
  /prebuilts/gdb/linux-x86/lib/python2.7/
sched.py 66 def cancel(self, event): member in class:scheduler
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Dialogs.py 30 cancel = kStdCancelItemIndex variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sched.py 66 def cancel(self, event): member in class:scheduler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sched.py 66 def cancel(self, event): member in class:scheduler
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTask.java 51 public void cancel() { method in class:SystraceTask
  /system/chre/platform/slpi/
system_time.cc 53 gTimeSyncRequestTimer.cancel();
system_timer.cc 75 bool SystemTimer::cancel() { function in class:chre::SystemTimer
  /system/update_engine/
binder_service_android.h 69 android::binder::Status cancel() override;
  /tools/tradefederation/core/src/com/android/tradefed/suite/checker/
ActivityStatusChecker.java 49 StreamUtil.cancel(screen);
  /cts/tests/tests/widget/src/android/widget/cts/
ViewAnimatorTest.java 93 final View v2 = mActivity.findViewById(R.id.cancel);
140 final View v2 = mActivity.findViewById(R.id.cancel);
175 final View v2 = mActivity.findViewById(R.id.cancel);
204 final View v2 = mActivity.findViewById(R.id.cancel);
231 final View v2 = mActivity.findViewById(R.id.cancel);
291 final View v2 = mActivity.findViewById(R.id.cancel);
333 final View v2 = mActivity.findViewById(R.id.cancel);
  /frameworks/base/core/java/android/hardware/fingerprint/
FingerprintManager.java 476 * provided cancel object.
479 * @param cancel an object that can be used to cancel authentication
490 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel,
492 authenticate(crypto, cancel, flags, callback, handler, UserHandle.myUserId());
512 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel,
518 if (cancel != null) {
519 if (cancel.isCanceled()) {
523 cancel.setOnCancelListener(new OnAuthenticationCancelListener(crypto));
552 * provided cancel object
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 126 private static final int CANCEL = 0x44;
191 cancel();
652 cancel(); method
677 * The default implementation will cancel the dialog when a touch
682 cancel(); method
1231 public void cancel() { method in class:Dialog
    [all...]
  /frameworks/base/services/autofill/java/com/android/server/autofill/
RemoteFillService.java 125 mPendingRequest.cancel();
147 * Cancel the currently pending request.
166 mPendingRequest.cancel();
224 mPendingRequest.cancel();
304 cancellationSignal.cancel();
484 boolean cancel() { method in class:RemoteFillService.PendingRequest
531 cancellation.cancel();
598 public boolean cancel() { method in class:RemoteFillService.PendingFillRequest
599 if (!super.cancel()) return false;
607 cancellation.cancel();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_msi.py 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the
29 default, cancel, bitmap=true)"""
54 def cancel(self, title, next, name = "Cancel", active = 1): member in class:PyDialog
55 """Add a cancel button with a given title, the tab-next button,
465 fatal.cancel("Cancel", "Back", active = 0)
470 c=fatal.next("Finish", "Cancel", name="Finish")
477 user_exit.cancel("Cancel", "Back", active = 0)
    [all...]
  /external/python/cpython2/Lib/distutils/command/
bdist_msi.py 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the
29 default, cancel, bitmap=true)"""
54 def cancel(self, title, next, name = "Cancel", active = 1): member in class:PyDialog
55 """Add a cancel button with a given title, the tab-next button,
469 fatal.cancel("Cancel", "Back", active = 0)
474 c=fatal.next("Finish", "Cancel", name="Finish")
481 user_exit.cancel("Cancel", "Back", active = 0
    [all...]
  /frameworks/base/core/java/android/animation/
LayoutTransition.java 1073 public void cancel() { method in class:LayoutTransition
1108 public void cancel(int transitionType) { method in class:LayoutTransition
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 514 mSlowSendAnimator.cancel();
522 // Immediately set to IDLE, to prevent .cancel() calls
527 mFrameCounterAnimator.cancel();
528 mPreAnimator.cancel();
529 mSlowSendAnimator.cancel();
530 mFastSendAnimator.cancel();
531 mSuccessAnimatorSet.cancel();
532 mScaleUpAnimator.cancel();
533 mAlphaUpAnimator.cancel();
534 mAlphaDownAnimator.cancel();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_msi.py 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the
29 default, cancel, bitmap=true)"""
54 def cancel(self, title, next, name = "Cancel", active = 1): member in class:PyDialog
55 """Add a cancel button with a given title, the tab-next button,
469 fatal.cancel("Cancel", "Back", active = 0)
474 c=fatal.next("Finish", "Cancel", name="Finish")
481 user_exit.cancel("Cancel", "Back", active = 0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_msi.py 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the
29 default, cancel, bitmap=true)"""
54 def cancel(self, title, next, name = "Cancel", active = 1): member in class:PyDialog
55 """Add a cancel button with a given title, the tab-next button,
469 fatal.cancel("Cancel", "Back", active = 0)
474 c=fatal.next("Finish", "Cancel", name="Finish")
481 user_exit.cancel("Cancel", "Back", active = 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the
29 default, cancel, bitmap=true)"""
54 def cancel(self, title, next, name = "Cancel", active = 1): member in class:PyDialog
55 """Add a cancel button with a given title, the tab-next button,
469 fatal.cancel("Cancel", "Back", active = 0)
474 c=fatal.next("Finish", "Cancel", name="Finish")
481 user_exit.cancel("Cancel", "Back", active = 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the
29 default, cancel, bitmap=true)"""
54 def cancel(self, title, next, name = "Cancel", active = 1): member in class:PyDialog
55 """Add a cancel button with a given title, the tab-next button,
469 fatal.cancel("Cancel", "Back", active = 0)
474 c=fatal.next("Finish", "Cancel", name="Finish")
481 user_exit.cancel("Cancel", "Back", active = 0
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinTaskTest.java 120 assertFalse(a.cancel(false));
121 assertFalse(a.cancel(true));
137 assertTrue(a.cancel(false));
138 assertTrue(a.cancel(true));
174 assertFalse(a.cancel(false));
175 assertFalse(a.cancel(true));
263 public boolean cancel(boolean mayInterruptIfRunning) {
264 if (super.cancel(mayInterruptIfRunning)) {
624 assertTrue(f.cancel(true));
642 assertTrue(f.cancel(true))
    [all...]
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionSession.java 58 t.cancel(true);
114 Log.i(TAG, "Sending Cancel.");
134 Log.i(TAG, "Sending Cancel.");
154 Log.i(TAG, "Sending Cancel.");
182 Log.i(TAG, "Sending Cancel.");
220 Log.i(TAG, "in MainInteractionSession, Sending Cancel.");
276 arg.abortReq.cancel();
282 arg.commandReq.cancel();
292 arg.compReq.cancel();
298 arg.confReq.cancel();
    [all...]

Completed in 1053 milliseconds

<<11121314151617181920>>