HomeSort by relevance Sort by last modified time
    Searched defs:Ok (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/python/cpython2/Lib/idlelib/
configSectionNameDialog.py 5 is the .result attribute set in the Ok and Cancel methods.
54 self.buttonOk = Button(frameButtons, text='Ok',
55 width=8, command=self.Ok)
79 def Ok(self, event=None):
textView.py 33 self.protocol("WM_DELETE_WINDOW", self.Ok)
37 self.bind('<Return>',self.Ok) #dismiss dialog
38 self.bind('<Escape>',self.Ok) #dismiss dialog
51 command=self.Ok, takefocus=FALSE)
64 def Ok(self, event=None):
configHelpSourceEdit.py 44 self.bind('<Return>', self.Ok)
72 self.buttonOk = Button(frameButtons, text='OK',
73 width=8, default=ACTIVE, command=self.Ok)
146 def Ok(self, event=None):
aboutDialog.py 30 self.protocol("WM_DELETE_WINDOW", self.Ok)
33 self.bind('<Return>',self.Ok) #dismiss dialog
34 self.bind('<Escape>',self.Ok) #dismiss dialog
44 command=self.Ok)
143 def Ok(self, event=None):
  /external/python/cpython3/Lib/idlelib/
textview.py 33 self.protocol("WM_DELETE_WINDOW", self.Ok)
37 self.bind('<Return>',self.Ok)
38 self.bind('<Escape>',self.Ok)
51 command=self.Ok, takefocus=FALSE)
64 def Ok(self, event=None):
help_about.py 33 self.protocol("WM_DELETE_WINDOW", self.Ok)
36 self.bind('<Return>',self.Ok) #dismiss dialog
37 self.bind('<Escape>',self.Ok) #dismiss dialog
47 command=self.Ok)
146 def Ok(self, event=None):
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_allocator.h 45 bool Ok() { return sycl_device_ && sycl_device_->ok(); }
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHelpSourceEdit.py 41 self.bind('<Return>', self.Ok)
69 self.buttonOk = Button(frameButtons, text='OK',
70 width=8, default=ACTIVE, command=self.Ok)
143 def Ok(self, event=None):
configSectionNameDialog.py 51 self.buttonOk = Button(frameButtons,text='Ok',
52 width=8,command=self.Ok)
79 def Ok(self, event=None):
aboutDialog.py 27 self.protocol("WM_DELETE_WINDOW", self.Ok)
30 self.bind('<Return>',self.Ok) #dismiss dialog
31 self.bind('<Escape>',self.Ok) #dismiss dialog
40 command=self.Ok)
135 def Ok(self, event=None):
textView.py 27 self.protocol("WM_DELETE_WINDOW", self.Ok)
31 self.bind('<Return>',self.Ok) #dismiss dialog
32 self.bind('<Escape>',self.Ok) #dismiss dialog
45 command=self.Ok, takefocus=FALSE)
58 def Ok(self, event=None):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHelpSourceEdit.py 41 self.bind('<Return>', self.Ok)
69 self.buttonOk = Button(frameButtons, text='OK',
70 width=8, default=ACTIVE, command=self.Ok)
143 def Ok(self, event=None):
configSectionNameDialog.py 51 self.buttonOk = Button(frameButtons,text='Ok',
52 width=8,command=self.Ok)
79 def Ok(self, event=None):
aboutDialog.py 27 self.protocol("WM_DELETE_WINDOW", self.Ok)
30 self.bind('<Return>',self.Ok) #dismiss dialog
31 self.bind('<Escape>',self.Ok) #dismiss dialog
40 command=self.Ok)
135 def Ok(self, event=None):
textView.py 27 self.protocol("WM_DELETE_WINDOW", self.Ok)
31 self.bind('<Return>',self.Ok) #dismiss dialog
32 self.bind('<Escape>',self.Ok) #dismiss dialog
45 command=self.Ok, takefocus=FALSE)
58 def Ok(self, event=None):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 41 self.bind('<Return>', self.Ok)
69 self.buttonOk = Button(frameButtons, text='OK',
70 width=8, default=ACTIVE, command=self.Ok)
143 def Ok(self, event=None):
configSectionNameDialog.py 51 self.buttonOk = Button(frameButtons,text='Ok',
52 width=8,command=self.Ok)
79 def Ok(self, event=None):
aboutDialog.py 27 self.protocol("WM_DELETE_WINDOW", self.Ok)
30 self.bind('<Return>',self.Ok) #dismiss dialog
31 self.bind('<Escape>',self.Ok) #dismiss dialog
40 command=self.Ok)
135 def Ok(self, event=None):
textView.py 27 self.protocol("WM_DELETE_WINDOW", self.Ok)
31 self.bind('<Return>',self.Ok) #dismiss dialog
32 self.bind('<Escape>',self.Ok) #dismiss dialog
45 command=self.Ok, takefocus=FALSE)
58 def Ok(self, event=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 41 self.bind('<Return>', self.Ok)
69 self.buttonOk = Button(frameButtons, text='OK',
70 width=8, default=ACTIVE, command=self.Ok)
143 def Ok(self, event=None):
configSectionNameDialog.py 51 self.buttonOk = Button(frameButtons,text='Ok',
52 width=8,command=self.Ok)
79 def Ok(self, event=None):
aboutDialog.py 27 self.protocol("WM_DELETE_WINDOW", self.Ok)
30 self.bind('<Return>',self.Ok) #dismiss dialog
31 self.bind('<Escape>',self.Ok) #dismiss dialog
40 command=self.Ok)
135 def Ok(self, event=None):
textView.py 27 self.protocol("WM_DELETE_WINDOW", self.Ok)
31 self.bind('<Return>',self.Ok) #dismiss dialog
32 self.bind('<Escape>',self.Ok) #dismiss dialog
45 command=self.Ok, takefocus=FALSE)
58 def Ok(self, event=None):
  /external/clang/test/SemaCXX/
unaddressable-functions.cpp 97 auto Ok = call(&foo<int>);
  /external/python/cpython2/Lib/idlelib/idle_test/
test_config_name.py 11 Ok = name_dialog.Ok.im_func
21 # name_ok calls Mbox.showerror if name is not ok
63 self.dialog.Ok()

Completed in 255 milliseconds

1 2 3