Searched refs:OK (Results 451 - 475 of 838) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc67 return Status::OK();
199 return Status::OK();
215 return Status::OK();
310 return Status::OK();
371 return Status::OK();
467 return Status::OK();
484 return Status::OK();
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc151 if (result != net::OK) {
158 final_callback.Run(net::OK);
188 if (result == net::OK) {
446 if (result != net::OK) {
493 if (index_initialization_error_code != net::OK) {
558 if (result.net_error == net::OK) {
570 result.net_error = net::OK;
675 if (error_code != net::OK) {
689 callback.Run(net::OK);
706 if (final_code == net::OK) {
[all...]
H A Dsimple_synchronous_entry.cc168 result(net::OK) {
224 if (out_results->result != net::OK) {
247 if (out_results->result != net::OK) {
262 return deleted_well ? net::OK : net::ERR_FAILED;
272 return (did_delete_count == key_hashes->size()) ? net::OK : net::ERR_FAILED;
607 if (*out_result != net::OK) {
951 if (ret_value_stream_0 != net::OK)
995 return net::OK;
1045 return net::OK;
1063 if (ret_value_crc32 != net::OK)
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_http_job.cc397 if (result == OK) {
430 if (rv == OK && request_info_.url.SchemeIsWSOrWSS()) {
441 if (rv == OK) {
617 if (result != net::OK) {
816 if (result == OK) {
833 if (error != net::OK) {
848 SaveCookiesAndNotifyHeadersComplete(net::OK);
892 result = OK;
894 if (result == OK) {
1144 // OK, le
[all...]
H A Dtest_url_fetcher_factory.cc172 DCHECK_EQ(OK, response);
180 DCHECK_EQ(OK, response);
331 Error error = OK;
334 // |error| is initialized to OK.
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_helper_unittest.cc94 EXPECT_CALL(mock_reloader(), OnLoadCommitted(net::OK)).Times(1);
267 EXPECT_CALL(mock_reloader(), OnLoadCommitted(net::OK)).Times(1);
404 EXPECT_CALL(mock_reloader(), OnLoadCommitted(net::OK)).Times(1);
518 EXPECT_CALL(mock_reloader(), OnLoadCommitted(net::OK)).Times(1);
535 EXPECT_CALL(mock_reloader(), OnLoadCommitted(net::OK)).Times(1);
553 EXPECT_CALL(mock_reloader(), OnLoadCommitted(net::OK)).Times(1);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_protocol_unittest.cc69 return net::OK;
127 MockRead(net::SYNCHRONOUS, net::OK),
149 MockRead("HTTP/1.0 200 OK\r\n"
152 MockRead(net::SYNCHRONOUS, net::OK),
202 EXPECT_EQ(net::OK, r->status().error());
418 "HTTP/1.1 200 OK\r\n"
430 "HTTP/1.1 200 OK\r\n"
442 "HTTP/1.1 200 OK\r\n"
453 "HTTP/1.1 200 OK\r\n"
465 "HTTP/1.1 200 OK\
[all...]
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp.cc144 if (result != net::OK) {
217 if (status != net::OK) {
227 if (net::OK != socket_->SetReceiveBufferSize(kRecvSocketBufferSize)) {
232 if (net::OK != socket_->SetSendBufferSize(kSendSocketBufferSize)) {
457 return socket_->SetReceiveBufferSize(value) == net::OK;
459 return socket_->SetSendBufferSize(value) == net::OK;
/external/chromium_org/content/child/
H A Dweb_url_loader_impl_unittest.cc192 EXPECT_EQ(net::OK, error_.reason);
311 peer()->OnCompletedRequest(net::OK, false, false, "", base::TimeTicks(),
315 EXPECT_EQ(net::OK, client()->error().reason);
463 EXPECT_EQ(net::OK, client()->error().reason);
546 peer()->OnCompletedRequest(net::OK, false, false, "", base::TimeTicks(),
621 peer()->OnCompletedRequest(net::OK, false, false, "", base::TimeTicks(),
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control_v3.cc304 return net::OK;
361 int rv = net::OK;
369 if (rv == net::OK)
398 return net::OK;
443 return net::OK;
837 cb.Run(net::OK);
/external/chromium_org/net/http/
H A Dhttp_auth_gssapi_posix.cc97 return "OK";
142 return "OK";
732 if (rv != OK)
741 return OK;
755 return OK;
785 return OK;
855 if (rv != OK) {
882 if (rv != OK) {
/external/chromium_org/net/quic/
H A Dquic_client_session.cc128 ResetAndReturn(&callback_).Run(OK);
344 return OK;
462 return OK;
474 return OK;
485 return OK;
558 base::ResetAndReturn(&callback_).Run(OK);
/external/chromium_org/remoting/protocol/
H A Djingle_session.cc76 error_(OK),
243 CloseInternal(OK);
529 error_ = OK;
548 if (error_ != OK) {
629 case OK:
655 if (error != OK) {
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLEngineImpl.java438 return new SSLEngineResult((bytesConsumed > 0) ? Status.OK : Status.BUFFER_UNDERFLOW,
450 return new SSLEngineResult(Status.OK, handshakeStatus, 0, 0);
494 return new SSLEngineResult((consumed > 0) ? Status.OK : Status.BUFFER_UNDERFLOW,
571 return new SSLEngineResult(Status.OK, getHandshakeStatus(), 0, bytesWritten);
573 return new SSLEngineResult(Status.OK, handshakeStatus, 0, 0);
598 return new SSLEngineResult(Status.OK, getHandshakeStatus(), totalRead,
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_request.cc58 {"OK", TimeZoneResponseData::OK},
222 const bool status_ok = (timezone->status == TimeZoneResponseData::OK);
384 const bool success = (timezone->status == TimeZoneResponseData::OK);
410 "OK",
/external/chromium_org/chrome/browser/net/
H A Dchrome_extensions_network_delegate.cc301 return net::OK;
308 return net::OK;
322 return net::OK;
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubbies.js120 cb(-GnubbyDevice.OK, []);
175 cb(-GnubbyDevice.OK, existingDeviceIds);
254 if (cb) { cb(-GnubbyDevice.OK, gnubby); }
/external/chromium_org/components/copresence/rpc/
H A Drpc_handler_unittest.cc227 empty_response.mutable_header()->mutable_status()->set_code(OK);
241 test_response.mutable_header()->mutable_status()->set_code(OK);
244 update_response->set_status(util::error::OK);
/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.cc152 if (rv == net::OK && entry)
160 if (rv == net::OK && entry_)
331 if (rv == net::OK) {
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc247 return leveldb::Status::OK();
257 return leveldb::Status::OK();
281 return leveldb::Status::OK();
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store.cc39 result->error = net::OK;
245 if (error == net::OK) {
274 if (result->error == net::OK) {
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_win.cc222 if (net_result != net::OK) {
346 if (result != net::OK && result != net::ERR_IO_PENDING) {
357 if (accept_result != net::OK) {
/external/chromium_org/extensions/browser/api/socket/
H A Dtcp_socket.cc229 } else if (result == net::OK) {
284 is_connected_ = result == net::OK;
298 if (result == net::OK && accept_socket_.get()) {
/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool.h47 // resolved. If |host_resolution_callback| does not return OK, then the
194 // Begins the host resolution and the TCP connect. Returns OK on success
310 return this->DoLoop(job, OK);
339 DCHECK_EQ(OK, rv);
346 DCHECK_EQ(OK, rv);
/external/clang/include/clang/AST/
H A DExprObjC.h560 ExprValueKind VK, ExprObjectKind OK,
562 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
572 ExprValueKind VK, ExprObjectKind OK,
574 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
583 QualType T, ExprValueKind VK, ExprObjectKind OK,
585 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false,
594 QualType T, ExprValueKind VK, ExprObjectKind OK,
597 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false, false, false, false),
604 QualType T, ExprValueKind VK, ExprObjectKind OK,
607 : Expr(ObjCPropertyRefExprClass, T, VK, OK, fals
559 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation l, Expr *base) argument
571 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation l, SourceLocation sl, QualType st) argument
582 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, Expr *Base) argument
593 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation SuperLoc, QualType SuperTy) argument
603 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation ReceiverLoc, ObjCInterfaceDecl *Receiver) argument
793 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, ExprObjectKind OK, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
[all...]

Completed in 959 milliseconds

<<11121314151617181920>>