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

1 2 3 4

  /external/python/httplib2/test/deflate/
failed-compression.asis 4 Status: 200 Ok
  /external/python/httplib2/test/gzip/
failed-compression.asis 4 Status: 200 Ok
  /external/python/httplib2/test/duplicate-headers/
multilink.asis 5 Status: 200 Ok
  /external/python/httplib2/test/no-store/
no-store.asis 2 Status: 200 Ok
  /external/catch2/include/internal/
catch_assertionhandler.cpp 102 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);
105 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);
113 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);
catch_result_type.h 16 Ok = 0,
  /external/python/cpython2/Lib/idlelib/idle_test/
test_textview.py 40 view.Ok()
47 view.Ok()
52 view.Ok()
79 view.Ok()
87 view.Ok()
test_config_name.py 11 Ok = name_dialog.Ok.im_func
23 # name_ok calls Mbox.showerror if name is not ok
65 self.dialog.Ok()
  /external/python/cpython2/Lib/idlelib/
textView.py 33 self.protocol("WM_DELETE_WINDOW", self.Ok)
37 self.bind('<Return>',self.Ok) #dismiss dialog
38 self.bind('<Escape>',self.Ok) #dismiss dialog
52 command=self.Ok, takefocus=FALSE)
65 def Ok(self, event=None):
aboutDialog.py 30 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):
configSectionNameDialog.py 5 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):
configHelpSourceEdit.py 44 self.bind('<Return>', self.Ok)
72 self.buttonOk = Button(frameButtons, text='OK',
73 width=8, default=ACTIVE, command=self.Ok)
146 def Ok(self, event=None):
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_get_dimension_size_rewriter_test.cc 42 TEST_F(HloGetDimensionSizeRewriterTest, Ok) {
67 EXPECT_FALSE(pass.Run(module.get()).ok());
79 EXPECT_FALSE(pass.Run(module.get()).ok());
  /external/freetype/src/cache/
ftcmru.c 92 goto Ok;
99 Ok:
139 goto Ok;
146 Ok:
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_allocator.h 45 bool Ok() { return sycl_device_ && sycl_device_->ok(); }
sycl_device.cc 79 // Fill in the context map. It is OK for this map to contain
87 return Status::OK();
92 if (sycl_allocator_->Ok()) {
93 return Status::OK();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/
llvm-opt-fuzzer.cpp 147 bool Ok = PB.parsePassPipeline(MPM, PassPipeline, false, false);
148 assert(Ok && "Should have been checked during fuzzer initialization");
149 (void)Ok; // silence unused variable warning on release builds
  /external/catch2/include/external/
clara.hpp 520 Ok, LogicError, RuntimeError
544 if( m_type == ResultBase::Ok )
548 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) {
553 if( m_type == ResultBase::Ok )
556 if( m_type == ResultBase::Ok )
562 if( m_type == Ok )
585 assert( type() != ResultBase::Ok );
589 static auto ok( U const &value ) -> BasicResult { return { ResultBase::Ok, value }; }
590 static auto ok() -> BasicResult { return { ResultBase::Ok };
    [all...]
  /external/catch2/third_party/
clara.hpp 520 Ok, LogicError, RuntimeError
544 if( m_type == ResultBase::Ok )
548 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) {
553 if( m_type == ResultBase::Ok )
556 if( m_type == ResultBase::Ok )
562 if( m_type == Ok )
585 assert( type() != ResultBase::Ok );
589 static auto ok( U const &value ) -> BasicResult { return { ResultBase::Ok, value }; }
590 static auto ok() -> BasicResult { return { ResultBase::Ok };
    [all...]
  /frameworks/av/media/codec2/components/vpx/
C2SoftVpxEnc.h 351 C2R res = C2R::Ok();
361 C2R res = C2R::Ok();
383 return C2R::Ok();
388 C2R res = C2R::Ok();
C2SoftVpxDec.cpp 222 C2R res = C2R::Ok();
240 return C2R::Ok();
248 return C2R::Ok();
265 return C2R::Ok();
273 return C2R::Ok();
282 return C2R::Ok();
288 return C2R::Ok();
353 return err == OK ? C2_OK : C2_CORRUPTED;
454 ANDROID_PRIORITY_AUDIO) != OK) {
460 return OK;
    [all...]
  /external/grpc-grpc/src/ruby/lib/grpc/
errors.rb 56 codes[OK] = Ok
83 # GRPC status code corresponding to status OK
84 class Ok < BadStatus
86 super(Core::StatusCodes::OK, details, metadata)
  /external/libbrillo/brillo/http/
http_utils_unittest.cc 29 response->Reply(status_code::Ok,
38 status_code::Ok, request.GetMethod(), brillo::mime::text::kPlain);
190 response->ReplyJson(status_code::Ok, &json);
227 response->ReplyText(status_code::Ok,
255 response->ReplyText(status_code::Ok, "blah", brillo::mime::text::kPlain);
281 response->ReplyText(status_code::Ok, "", brillo::mime::text::kPlain);
311 response->ReplyText(status_code::Ok,
380 status_code::Ok,
http_connection_curl_unittest.cc 226 std::string response_data{"<html><body>OK</body></html>"};
289 .WillOnce(DoAll(SetArgPointee<2>(status_code::Ok), Return(CURLE_OK)));
297 performer_.status_line = "HTTP/1.1 200 OK";
309 .WillOnce(DoAll(SetArgPointee<2>(status_code::Ok), Return(CURLE_OK)));
310 EXPECT_EQ(status_code::Ok, connection_->GetResponseStatusCode());
312 EXPECT_EQ("OK", connection_->GetResponseStatusText());
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.cpp 166 C2R res = C2R::Ok();
186 return C2R::Ok();
196 return C2R::Ok();
212 return C2R::Ok();
220 return C2R::Ok();
229 return C2R::Ok();
235 return C2R::Ok();
271 return err == OK ? C2_OK : C2_CORRUPTED;
349 return OK;
358 return OK;
    [all...]

Completed in 739 milliseconds

1 2 3 4