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

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
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):
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):
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):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
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):
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):
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):
  /external/chromium_org/chrome/common/extensions/docs/server2/
render_servlet.py 79 are Ok and Redirect.
113 return Response.Ok(content, headers=_MakeHeaders(content_type))
test_servlet.py 73 return Response.Ok(content="%s test passed." % self._request.path)
PRESUBMIT.py 45 Maybe this is ok? Follow this simple guide:
63 Yes? Ok fine. Ignore this warning.
servlet.py 61 def Ok(content, headers=None):
62 '''Returns an OK (200) response.
  /external/chromium_org/android_webview/tools/
webview_licenses.py 78 Ok, Warnings, Errors = range(3)
87 ScanResult.Ok if all files with non-standard license headers are whitelisted
160 return ScanResult.Ok
209 ScanResult.Ok if everything is in order;
284 if scan_result == ScanResult.Ok:
285 print 'OK!'
289 return ScanResult.Ok
  /external/chromium_org/chrome/test/chromedriver/chrome/
status_unittest.cc 8 TEST(StatusTest, Ok) {
9 Status ok(kOk);
10 ASSERT_TRUE(ok.IsOk());
11 ASSERT_FALSE(ok.IsError());
12 ASSERT_EQ(kOk, ok.code());
13 ASSERT_STREQ("ok", ok.message().c_str());
web_view_impl_unittest.cc 110 TEST(EvaluateScript, Ok) {
147 TEST(EvaluateScriptAndGetValue, Ok) {
177 TEST(EvaluateScriptAndGetObject, Ok) {
197 TEST(ParseCallFunctionResult, Ok) {
  /external/chromium_org/third_party/freetype/src/cache/
ftcmru.c 92 goto Ok;
99 Ok:
139 goto Ok;
146 Ok:
  /external/freetype/src/cache/
ftcmru.c 92 goto Ok;
99 Ok:
139 goto Ok;
146 Ok:
  /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/chromium_org/third_party/freetype/include/freetype/
fterrdef.h 34 FT_NOERRORDEF_( Ok, 0x00, \
  /external/freetype/include/freetype/
fterrdef.h 34 FT_NOERRORDEF_( Ok, 0x00, \
  /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)
  /external/chromium_org/third_party/libwebp/enc/
alpha.c 55 int ok = 0; local
88 ok = VP8LBitWriterInit(&tmp_bw, (width * height) >> 3);
89 ok = ok && (VP8LEncodeStream(&config, &picture, &tmp_bw) == VP8_ENC_OK);
91 if (ok) {
97 return ok && !bw->error_;
108 int ok = 0; local
140 ok = VP8BitWriterAppend(bw, alpha_src, width * height);
141 ok = ok && !bw->error_
191 int ok = 1; local
393 int ok = 1; local
    [all...]
  /external/webp/src/enc/
alpha.c 55 int ok = 0; local
88 ok = VP8LBitWriterInit(&tmp_bw, (width * height) >> 3);
89 ok = ok && (VP8LEncodeStream(&config, &picture, &tmp_bw) == VP8_ENC_OK);
91 if (ok) {
97 return ok && !bw->error_;
108 int ok = 0; local
140 ok = VP8BitWriterAppend(bw, alpha_src, width * height);
141 ok = ok && !bw->error_
191 int ok = 1; local
393 int ok = 1; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
restore_jrnl.tcl 65 puts Ok
231 } {0 ok}

Completed in 384 milliseconds

1 2