Searched defs:Ok (Results 1 - 16 of 16) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DconfigSectionNameDialog.py5 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): member in class:GetCfgSectionNameDialog
H A DtextView.py33 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): member in class:TextViewer
H A DconfigHelpSourceEdit.py44 self.bind('<Return>', self.Ok)
73 width=8, default=ACTIVE, command=self.Ok)
146 def Ok(self, event=None): member in class:GetHelpSourceDialog
H A DaboutDialog.py30 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): member in class:AboutDialog
H A DconfigDialog.py101 ('Ok', self.Ok),
1202 def Ok(self): member in class:ConfigDialog
1379 When you click either the Apply or Ok buttons, settings in this
/external/python/cpython3/Lib/idlelib/
H A Dtextview.py33 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): member in class:TextViewer
H A Dhelp_about.py33 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): member in class:AboutDialog
H A Dconfigdialog.py103 ('Ok', self.Ok),
1208 def Ok(self): member in class:ConfigDialog
1385 When you click either the Apply or Ok buttons, settings in this
/external/tensorflow/tensorflow/core/common_runtime/sycl/
H A Dsycl_allocator.h45 bool Ok() { return sycl_device_ && sycl_device_->ok(); } function in class:tensorflow::SYCLAllocator
/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_config_name.py11 Ok = name_dialog.Ok.im_func variable in class:Dummy_name_dialog
63 self.dialog.Ok()
/external/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp97 auto Ok = call(&foo<int>); member in namespace:template_template_deduction
/external/libbrillo/brillo/http/
H A Dhttp_request.h123 static const int Ok = 200; member in namespace:brillo::http::status_code
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp604 bool Ok = HexagonMCInstrInfo::canonicalizePacket( local
606 assert(Ok);
607 (void)Ok;
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp2095 bool Ok = true; variable
2101 Ok = false;
2109 for (unsigned j = 0, f = M->getNumOperands(); j != f && Ok; ++j) {
2113 Ok = false;
2120 Ok = false;
2124 if (Ok)
2127 Ok = false;
2131 if (Ok) {
2937 // Ok, both add recurrences are valid after the transformation.
5760 bool Ok
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp1533 bool Ok = true; variable
1539 Ok = false;
1547 for (unsigned j = 0, f = M->getNumOperands(); j != f && Ok; ++j) {
1551 Ok = false;
1559 Ok = false;
1563 if (Ok)
1566 Ok = false;
1570 if (Ok) {
2319 // Ok, both add recurrences are valid after the transformation.
4298 bool Ok
[all...]
/external/kotlinc/lib/
H A Dkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-daemon-client.kotlin_module ...

Completed in 974 milliseconds