HomeSort by relevance Sort by last modified time
    Searched refs:OK (Results 301 - 325 of 594) sorted by null

<<11121314151617181920>>

  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 655 int rv = DoHandshakeLoop(net::OK);
662 return rv > OK ? OK : rv;
720 DCHECK(rv == OK);
745 int net_error = net::OK;
846 if (result == OK) {
863 result = OK;
    [all...]
  /frameworks/base/libs/gui/
SurfaceTexture.cpp 164 return OK;
189 return OK;
241 return OK;
256 return OK;
285 status_t returnFlags(OK);
516 status_t err = OK;
611 return OK;
647 return OK;
658 return OK;
746 return OK;
    [all...]
  /external/chromium/net/http/
http_auth_handler_ntlm_portable.cc 336 // Returns OK or a network error code.
374 return OK;
384 // Returns OK or a network error code.
441 return OK;
449 // Returns OK or a network error code.
465 if (rv != OK)
629 return OK;
660 return OK;
712 if (rv == OK)
736 return OK;
    [all...]
http_auth_gssapi_posix.cc 99 return "OK";
144 return "OK";
727 if (rv != OK)
740 return OK;
754 return OK;
784 return OK;
854 if (rv != OK) {
881 if (rv != OK) {
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 472 resMsg.setResultCode(ResultCode.OK);
490 resMsg.setResultCode(ResultCode.OK);
500 resMsg.setResultCode(confirmed ? ResultCode.OK
504 resMsg.setResultCode(confirmed ? ResultCode.OK
512 resMsg.setResultCode(ResultCode.OK);
521 resMsg.setResultCode(ResultCode.OK);
534 // Clear message after delay, successful) expects result code OK.
536 // then send OK instead of NO_RESPONSE_FROM_USER
540 resMsg.setResultCode(ResultCode.OK);
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]
  /external/chromium/net/base/
host_resolver_impl.cc 284 if (error == OK)
359 error_(OK),
509 if (error_ != OK && NetworkChangeNotifier::IsOffline())
518 if (error_ != OK) {
531 if (error_ == OK)
548 if (error_ == OK) {
616 // ResolveAddrInfo, but that's OK... we'll use it anyways, and the owning
1003 int net_error = OK;
    [all...]
file_stream_win.cc 44 return OK;
176 return OK;
325 return OK;
dnsrr_resolver_unittest.cc 38 ASSERT_EQ(OK, callback.WaitForResult());
53 ASSERT_EQ(OK, callback.WaitForResult());
69 ASSERT_EQ(OK, callback.WaitForResult());
80 ASSERT_EQ(OK, callback.WaitForResult());
upload_data_stream_unittest.cc 103 ASSERT_TRUE(stream.get() && error_code == OK);
  /external/clang/include/clang/AST/
ExprObjC.h 250 ExprValueKind VK, ExprObjectKind OK,
252 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
261 ExprValueKind VK, ExprObjectKind OK,
263 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
271 QualType T, ExprValueKind VK, ExprObjectKind OK,
273 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false,
281 QualType T, ExprValueKind VK, ExprObjectKind OK,
284 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false, false, false, false),
290 QualType T, ExprValueKind VK, ExprObjectKind OK,
293 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false, false, false, false)
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyTransmitter.h 127 CHECK_EQ(mEncoder->read(&buffer), (status_t)OK);
352 if (result != OK) {
377 if (result == OK) {
393 if (result != OK || response->mStatusCode != 200) {
465 if (result == OK) {
470 if (result != OK || response->mStatusCode != 200) {
555 if (result == OK) {
560 if (result != OK) {
630 CHECK_EQ(mEncoder->read(&mediaBuf), (status_t)OK);
773 if (result == OK) {
    [all...]
AAVCAssembler.cpp 98 return OK;
108 return success ? OK : MALFORMED_PACKET;
307 return OK;
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp 117 return OK;
138 return OK;
173 } else if (err != OK) {
183 if (err != OK) {
192 if (lerr != OK) {
231 return OK;
675 status_t status = OK;
683 CHECK(status == OK);
689 &results), (status_t)OK);
    [all...]
  /external/chromium/net/disk_cache/
in_flight_backend_io.cc 219 result_ = net::OK;
223 result_ = net::OK;
227 result_ = net::OK;
230 result_ = net::OK;
235 result_ = net::OK;
269 result_ = net::OK;
backend_impl.cc 238 if (result == net::OK || !force_ || retry_)
257 if (result == net::OK) {
299 return *backend ? net::OK : net::ERR_FAILED;
513 return disabled_ ? net::ERR_FAILED : net::OK;
550 return (*entry) ? net::OK : net::ERR_FAILED;
556 return (*entry) ? net::OK : net::ERR_FAILED;
569 return net::OK;
578 return disabled_ ? net::ERR_FAILED : net::OK;
584 return net::OK;
603 return net::OK;
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 399 return OK;
458 if (rv != OK) {
465 if (rv != OK)
474 return OK;
511 // Returns OK on success, otherwise an error code.
530 return OK;
747 if (rv == OK)
  /frameworks/base/libs/ui/tests/
InputEvent_test.cpp 56 ASSERT_EQ(OK, coords.setAxisValue(1, 5));
66 ASSERT_EQ(OK, coords.setAxisValue(3, 2));
81 ASSERT_EQ(OK, coords.setAxisValue(0, 4));
97 ASSERT_EQ(OK, coords.setAxisValue(2, 1));
114 ASSERT_EQ(OK, coords.setAxisValue(1, 6));
132 ASSERT_EQ(OK, coords.setAxisValue(axis, axis));
  /external/chromium/chrome/browser/printing/
printing_message_filter.cc 204 printer_query->last_status() != printing::PrintingContext::OK) {
255 if (printer_query->last_status() != printing::PrintingContext::OK ||
292 if (printer_query->last_status() != printing::PrintingContext::OK) {
  /external/chromium/net/udp/
udp_socket_libevent.cc 70 bool ok = read_socket_watcher_.StopWatchingFileDescriptor(); local
71 DCHECK(ok);
72 ok = write_socket_watcher_.StopWatchingFileDescriptor();
73 DCHECK(ok);
100 return OK;
122 return OK;
277 bool ok = read_socket_watcher_.StopWatchingFileDescriptor(); local
278 DCHECK(ok);
292 return OK;
udp_socket_win.cc 96 return OK;
118 return OK;
227 return OK;
252 BOOL ok = WSAGetOverlappedResult(socket_, &read_overlapped_, local
255 int result = ok ? num_bytes : MapSystemError(WSAGetLastError());
256 if (ok) {
282 BOOL ok = WSAGetOverlappedResult(socket_, &write_overlapped_, local
285 int result = ok ? num_bytes : MapSystemError(WSAGetLastError());
286 if (ok)
  /frameworks/base/libs/utils/
BlobCache.cpp 228 return OK;
254 return OK;
286 return OK;
  /cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java 107 return getResultValue() != ResultValue.OK || recentlyChanged() || changedSinceTag();
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.cc 72 return OK;
ftp_directory_listing_parser_unittest.cc 90 EXPECT_EQ(OK, ParseFtpDirectoryListing(test_listing,

Completed in 1114 milliseconds

<<11121314151617181920>>