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

1 2

  /external/opencv3/modules/hal/include/opencv2/
hal.hpp 60 Ok = 0,
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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):
  /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):
  /external/avahi/avahi-sharp/
ClientException.cs 27 Ok = 0,
  /external/libbrillo/brillo/http/
http_request.h 117 // OK to continue with request
123 static const int Ok = 200;
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 587 bool Ok = HexagonMCInstrInfo::canonicalizePacket(
589 assert(Ok);
590 (void)Ok;
  /frameworks/compile/slang/
slang_rs_export_reduce.cpp 109 Ok(true),
139 bool Ok;
160 // does update S.Ok
182 S.Ok = false;
193 S.Ok = false;
201 S.Ok = false;
205 S.Ok = false;
209 // updates S.Ok; and, depending on Kind, possibly S.FnAccumulatorOk or S.FnOutConverterOk
211 S.Ok = false;
219 // updates S.Ok; and, depending on Kind, possibly S.FnAccumulatorOk or S.FnOutConverterO
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 33 Ok = 0,
  /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)

Completed in 977 milliseconds

1 2