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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 51 self.buttonOk = Button(frameButtons,text='Ok',
52 width=8,command=self.Ok)
79 def Ok(self, event=None):
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):
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):
configDialog.py 84 self.buttonOk = Button(frameActionButtons,text='Ok',
85 command=self.Ok,takefocus=FALSE,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 51 self.buttonOk = Button(frameButtons,text='Ok',
52 width=8,command=self.Ok)
79 def Ok(self, event=None):
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):
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):
configDialog.py 84 self.buttonOk = Button(frameActionButtons,text='Ok',
85 command=self.Ok,takefocus=FALSE,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
MediaSourcePrivate.h 46 enum AddStatus { Ok, NotSupported, ReachedIdLimit };
  /external/chromium_org/chrome/common/extensions/docs/server2/
servlet.py 61 def Ok(content, headers=None):
62 '''Returns an OK (200) response.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 244 Ok,
276 return Ok;
387 return Ok;
550 } else if (res == Ok) {
569 /* if res isn't Ok or Split then *o is undefined */
570 if (res == Ok || res == Split)
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 244 Ok,
276 return Ok;
387 return Ok;
550 } else if (res == Ok) {
569 /* if res isn't Ok or Split then *o is undefined */
570 if (res == Ok || res == Split)
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 222 Ok(android.R.string.ok, true);
248 LeftButtonMode.Gone, RightButtonMode.Ok, ID_EMPTY_MESSAGE, false),
399 } else if (mUiStage.rightMode == RightButtonMode.Ok) {
401 throw new IllegalStateException("Help screen is only mode with ok button, but " +
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 911 milliseconds