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

1 2

  /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):
configDialog.py 84 self.buttonOk = Button(frameActionButtons,text='Ok',
85 command=self.Ok,takefocus=FALSE,
    [all...]
  /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):
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/
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>);
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
copylock_func.go 54 func (*L0) Ok() {}
61 func (*EmbeddedMutexPointer) Ok() {}
70 func (*EmbeddedLocker) Ok() {}
78 func Ok(*CustomLock) {}
115 x := EmbeddedRwMutex{} // composite literal on RHS is OK (#16227)
116 x = BadRet() // function call on RHS is OK (#16227)
117 x = *OKRet() // indirection of function call on RHS is OK (#16227)
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
copylock_func.go 54 func (*L0) Ok() {}
61 func (*EmbeddedMutexPointer) Ok() {}
70 func (*EmbeddedLocker) Ok() {}
78 func Ok(*CustomLock) {}
115 x := EmbeddedRwMutex{} // composite literal on RHS is OK (#16227)
116 x = BadRet() // function call on RHS is OK (#16227)
117 x = *OKRet() // indirection of function call on RHS is OK (#16227)
  /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 604 bool Ok = HexagonMCInstrInfo::canonicalizePacket(
606 assert(Ok);
607 (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 37 Ok = 0,

Completed in 328 milliseconds

1 2