HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 151 - 175 of 5382) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Settings/res/layout/
cancel_pref_widget.xml 17 android:id="@+id/cancel"
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 20 self.protocol("WM_DELETE_WINDOW", self.Cancel)
54 self.buttonCancel = Button(frameButtons,text='Cancel',
55 width=8,command=self.Cancel)
84 def Cancel(self, event=None):
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 49 CANCEL = "cancel"
112 if s == CANCEL:
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 20 self.protocol("WM_DELETE_WINDOW", self.Cancel)
54 self.buttonCancel = Button(frameButtons,text='Cancel',
55 width=8,command=self.Cancel)
84 def Cancel(self, event=None):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkMessageBox.py 49 CANCEL = "cancel"
112 if s == CANCEL:
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /prebuilts/go/darwin-x86/misc/chrome/gophertool/
popup.js 36 return false; // cancel form submission
  /prebuilts/go/linux-x86/misc/chrome/gophertool/
popup.js 36 return false; // cancel form submission
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 20 self.protocol("WM_DELETE_WINDOW", self.Cancel)
54 self.buttonCancel = Button(frameButtons,text='Cancel',
55 width=8,command=self.Cancel)
84 def Cancel(self, event=None):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 49 CANCEL = "cancel"
112 if s == CANCEL:
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 20 self.protocol("WM_DELETE_WINDOW", self.Cancel)
54 self.buttonCancel = Button(frameButtons,text='Cancel',
55 width=8,command=self.Cancel)
84 def Cancel(self, event=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 49 CANCEL = "cancel"
112 if s == CANCEL:
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /system/update_engine/binder_bindings/android/os/
IUpdateEngine.aidl 29 void cancel();
  /system/weaved/brillo/android/weave/
IWeaveCommand.aidl 32 void cancel();
  /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...]
  /cts/tests/tests/app/src/android/app/cts/
ApplyOverrideConfigurationActivity.java 65 * captured by calling this method again. Calling this method will cancel all past
71 mOnConfigurationChangedFuture.cancel(true);
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/res/values/
strings.xml 19 <string name="cancel">Cancel</string>
  /developers/build/prebuilts/gradle/DoneBar/Application/src/main/java/com/example/android/donebar/
DoneBarActivity.java 35 // Inflate a "Done/Cancel" custom action bar view.
52 // "Cancel"
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/res/values/
strings.xml 19 <string name="cancel">Cancel</string>
  /developers/samples/android/ui/actionbar/DoneBar/Application/src/main/java/com/example/android/donebar/
DoneBarActivity.java 35 // Inflate a "Done/Cancel" custom action bar view.
52 // "Cancel"
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageView.java 55 // cancel the notification that we started in IncomingMessage
56 nm.cancel(R.string.imcoming_message_ticker_text);
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/
edit_avatar.html 38 <input type="button" name="Cancel" value="Cancel" onclick="document.location='/';return false;" />
  /development/samples/browseable/AsymmetricFingerprintDialog/res/values/
strings.xml 19 <string name="cancel">Cancel</string>
  /development/samples/browseable/DoneBar/src/com.example.android.donebar/
DoneBarActivity.java 35 // Inflate a "Done/Cancel" custom action bar view.
52 // "Cancel"
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
effect-callback.js 43 test('custom effect should be called after cancel', function() {
48 player.cancel();
player-finish-event.js 53 this.player.cancel();
76 this.player.cancel();

Completed in 1032 milliseconds

1 2 3 4 5 67 8 91011>>