/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 | 249 ExprValueKind VK, ExprObjectKind OK, 251 : Expr(ObjCPropertyRefExprClass, t, VK, OK, 260 ExprValueKind VK, ExprObjectKind OK, 262 : Expr(ObjCPropertyRefExprClass, t, VK, OK, 270 QualType T, ExprValueKind VK, ExprObjectKind OK, 272 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false, 280 QualType T, ExprValueKind VK, ExprObjectKind OK, 283 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false, false, false, false), 289 QualType T, ExprValueKind VK, ExprObjectKind OK, 292 : 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;
|
/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/http/ |
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) {
|
http_basic_stream.cc | 37 return OK;
|
http_network_layer.cc | 144 return OK;
|
/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/spdy/ |
spdy_session.cc | 232 certificate_error_code_(OK), 233 error_(OK), 301 return OK; 327 if (is_secure_ && certificate_error_code_ != OK && 339 return OK; 424 if (is_secure_ && certificate_error_code_ != OK && 455 return OK; 679 return OK; 711 return OK; 855 DCHECK_LT(err, OK); [all...] |
/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)
|
/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,
|
/external/chromium/net/socket/ |
socks_client_socket_unittest.cc | 73 EXPECT_EQ(OK, rv); 151 EXPECT_EQ(OK, rv); 255 EXPECT_EQ(OK, rv); 293 EXPECT_EQ(OK, rv);
|
/external/chromium/webkit/glue/ |
ftp_directory_listing_response_delegate.cc | 74 if (rv != net::OK) {
|
/external/chromium/webkit/glue/media/ |
buffered_resource_loader.cc | 287 int error = net::OK; 298 // return net::OK. It's also possible for a server to support range 305 // We didn't request a range but server didn't reply with "200 OK". 309 if (error != net::OK) { 330 DoneStart(net::OK); 394 DoneStart(net::OK); 604 // we will never make such a request that it is ok to leave it unimplemented.
|