/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testpoll.c | 53 apr_status_t rv; in make_socket() local 70 apr_status_t rv; in check_sockets() local 93 apr_status_t rv; in send_msg() local 108 apr_status_t rv; in recv_msg() local 133 apr_status_t rv; in setup_small_poll() local 151 apr_status_t rv; in setup_large_poll() local 169 apr_status_t rv; in nomessage() local 181 apr_status_t rv; in send_2() local 195 apr_status_t rv; in recv_2_send_1() local 210 apr_status_t rv; in send_2_signaled_1() local [all …]
|
H A D | testfile.c | 37 apr_status_t rv; in test_open_noreadwrite() local 50 apr_status_t rv; in test_open_excl() local 63 apr_status_t rv; in test_open_read() local 76 apr_status_t rv; in link_existing() local 85 apr_status_t rv; in link_nonexisting() local 93 apr_status_t rv; in test_read() local 113 apr_status_t rv; in test_readzero() local 131 apr_status_t rv; in test_filename() local 149 apr_status_t rv; in test_fileclose() local 167 apr_status_t rv; in test_file_remove() local [all …]
|
H A D | testnames.c | 40 apr_status_t rv; in merge_aboveroot() local 54 apr_status_t rv; in merge_belowroot() local 66 apr_status_t rv; in merge_noflag() local 77 apr_status_t rv; in merge_dotdot() local 101 apr_status_t rv; in merge_dotdot_dotdot_dotdot() local 119 apr_status_t rv; in merge_secure() local 130 apr_status_t rv; in merge_notrel() local 142 apr_status_t rv; in merge_notrelfail() local 157 apr_status_t rv; in merge_notabsfail() local 172 apr_status_t rv; in merge_notabs() local [all …]
|
H A D | testcond.c | 28 #define ABTS_SUCCESS(rv) ABTS_INT_EQUAL(tc, APR_SUCCESS, rv) argument 50 apr_status_t rv; in lost_signal() local 106 apr_status_t rv; in lock_and_signal() local 122 apr_status_t rv; in dynamic_binding() local 182 apr_status_t rv; in lock_and_wait() local 204 apr_status_t rv; in broadcast_threads() local 263 apr_status_t rv; in nested_lock_and_wait() local 281 apr_status_t rv; in nested_lock_and_unlock() local 307 apr_status_t rv, retval; in nested_wait() local 356 apr_status_t rv; in pipe_consumer() local [all …]
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | ssl_client_socket_unittest.cc | 329 int rv = transport_->Read( in Read() local 357 int rv = read_if_ready_buf_.size(); in ReadIfReady() local 363 int rv = Read(buf_copy.get(), len, in ReadIfReady() local 450 void FakeBlockingStreamSocket::CallPendingWriteCallback(int rv) { in CallPendingWriteCallback() 463 int rv = transport_->Write( in UnblockWrite() local 505 int rv) { in CompleteReadIfReady() 755 int rv = callback_.GetResult(transport->Connect(callback_.callback())); in CreateAndConnectSSLClientSocketWithHost() local 935 int rv) { in WaitForReadCompletion() 952 int rv = Read(socket, buf, buf_len, callback.callback()); in ReadAndWaitForCompletion() local 990 int rv; in GetCertRequest() local [all …]
|
H A D | socket_posix.cc | 98 int rv = MapSystemError(errno); in Open() local 108 int rv = AdoptUnconnectedSocket(socket); in AdoptConnectedSocket() local 123 int rv = MapSystemError(errno); in AdoptUnconnectedSocket() local 145 int rv = bind(socket_fd_, address.addr, address.addr_len); in Bind() local 159 int rv = listen(socket_fd_, backlog); in Listen() local 176 int rv = DoAccept(socket); in Accept() local 201 int rv = DoConnect(); in Connect() local 244 int rv = HANDLE_EINTR(recv(socket_fd_, &c, 1, MSG_PEEK)); in IsConnected() local 262 int rv = HANDLE_EINTR(recv(socket_fd_, &c, 1, MSG_PEEK)); in IsConnectedAndIdle() local 276 int rv = ReadIfReady( in Read() local [all …]
|
H A D | udp_socket_posix.cc | 438 int rv = SetMulticastOptions(); in Connect() local 454 int rv = 0; in InternalConnect() local 486 int rv = SetMulticastOptions(); in Bind() local 504 int rv = net::android::BindToNetwork(socket_, network); in BindToNetwork() local 540 int rv = in SetDoNotFragment() local 545 int rv = setsockopt(socket_, IPPROTO_IP, IP_DONTFRAG, &val, sizeof(val)); in SetDoNotFragment() local 568 int rv = setsockopt(socket_, IPPROTO_IP, IP_MTU_DISCOVER, &val, sizeof(val)); in SetDoNotFragment() local 595 int rv = setsockopt(socket_, IPPROTO_IP, IP_RECVTOS, &ecn, sizeof(ecn)); in SetRecvTos() local 620 int rv; in SetBroadcast() local 642 int rv = AllowAddressReuse(); in AllowAddressSharingForMulticast() local [all …]
|
H A D | tcp_socket_posix.cc | 171 int rv = socket_->Open(ConvertAddressFamily(family)); in Open() local 202 int rv = socket_->AdoptConnectedSocket(socket, storage); in AdoptConnectedSocket() local 214 int rv = socket_->AdoptUnconnectedSocket(socket); in AdoptUnconnectedSocket() local 247 int rv = socket_->Accept( in Accept() local 270 int rv = socket_->Connect( in Connect() local 295 int rv = socket_->Read( in Read() local 315 int rv = socket_->ReadIfReady( in ReadIfReady() local 344 int rv; in Write() local 361 int rv = socket_->GetLocalAddress(&storage); in GetLocalAddress() local 378 int rv = socket_->GetPeerAddress(&storage); in GetPeerAddress() local [all …]
|
H A D | udp_socket_win.cc | 447 int rv = dscp_manager_->PrepareForSend(address); in SendTo() local 482 int rv = SetMulticastOptions(); in Connect() local 506 int rv = connect(socket_, storage.addr, storage.addr_len); in InternalConnect() local 522 int rv = SetMulticastOptions(); in Bind() local 543 int rv = SetSocketReceiveBufferSize(socket_, size); in SetReceiveBufferSize() local 566 int rv = SetSocketSendBufferSize(socket_, size); in SetSendBufferSize() local 592 int rv = setsockopt(socket_, IPPROTO_IP, IP_DONTFRAGMENT, in SetDoNotFragment() local 598 LPFN_WSARECVMSG rv; in GetRecvMsgPointer() local 610 LPFN_WSASENDMSG rv; in GetSendMsgPointer() local 624 int rv = WSASetRecvIPEcn(socket_, TRUE); in SetRecvTos() local [all …]
|
H A D | transport_client_socket_unittest.cc | 103 int rv = sock_->Connect(callback->callback()); in EstablishConnection() local 114 int rv = sock_->Connect(callback.callback()); in TEST_F() local 193 int rv = sock_->Read(buf.get(), 4096, callback.callback()); in TEST_F() local 215 int rv = sock_->Read(buf.get(), 4096, callback.callback()); in TEST_F() local 230 int rv = sock_->Read(buf.get(), 1, callback.callback()); in TEST_F() local 242 int rv = sock_->Read(buf.get(), 1, callback.callback()); in TEST_F() local 256 int rv = sock_->Read(buf.get(), 16, callback.callback()); in TEST_F() local 271 int rv = sock_->Read(buf.get(), kBufLen, callback.callback()); in TEST_F() local 314 int rv = in TEST_F() local 330 int rv = sock_->Read(buf.get(), kBufLen, callback.callback()); in TEST_F() local [all …]
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_http_stream.cc | 111 int rv = DoLoop(OK); in InitializeStream() local 163 int rv = quic_session()->GetPeerAddress(&address); in SendRequest() local 183 int rv = stream_->ReadInitialHeaders( in ReadResponseHeaders() local 229 int rv = stream_->ReadBody(buf, buf_len, in ReadResponseBody() local 327 void QuicHttpStream::OnReadResponseHeadersComplete(int rv) { in OnReadResponseHeadersComplete() 369 int rv = stream_->ReadTrailingHeaders( in ReadTrailingHeaders() local 379 void QuicHttpStream::OnReadTrailingHeadersComplete(int rv) { in OnReadTrailingHeadersComplete() 394 void QuicHttpStream::OnIOComplete(int rv) { in OnIOComplete() 402 void QuicHttpStream::DoCallback(int rv) { in DoCallback() 412 int QuicHttpStream::DoLoop(int rv) { in DoLoop() [all …]
|
H A D | bidirectional_stream_quic_impl.cc | 77 int rv = session_->RequestStream( in Start() local 102 int rv = WriteHeaders(); in SendRequestHeaders() local 121 int rv = stream_->WriteHeaders(std::move(headers), in WriteHeaders() local 135 int rv = stream_->ReadBody( in ReadData() local 175 int rv = WriteHeaders(); in SendvData() local 184 int rv = stream_->WritevStreamData( in SendvData() local 241 void BidirectionalStreamQuicImpl::OnStreamReady(int rv) { in OnStreamReady() 265 void BidirectionalStreamQuicImpl::OnSendDataComplete(int rv) { in OnSendDataComplete() 277 void BidirectionalStreamQuicImpl::OnReadInitialHeadersComplete(int rv) { in OnReadInitialHeadersComplete() 297 int rv = stream_->ReadInitialHeaders( in ReadInitialHeaders() local [all …]
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | Syscalls.cpp | 30 auto rv = fn(std::forward<Params>(params)...); in syscallRetry() local 61 auto rv = ::getsockname(sock.get(), addr, addrlen); in getsockname() local 70 auto rv = ::getsockopt(sock.get(), level, optname, optval, optlen); in getsockopt() local 79 auto rv = ::setsockopt(sock.get(), level, optname, optval, optlen); in setsockopt() local 87 auto rv = ::bind(sock.get(), addr, addrlen); in bind() local 95 auto rv = syscallRetry(::connect, sock.get(), addr, addrlen); in connect() local 103 auto rv = ::ioctl(sock.get(), request, ifr); in ioctl() local 122 auto rv = syscallRetry(::ppoll, fds, nfds, &ts, nullptr); in ppoll() local 130 auto rv = syscallRetry(::writev, fd.get(), iov.data(), iov.size()); in writev() local 138 auto rv = syscallRetry(::write, fd.get(), buf.base(), buf.size()); in write() local [all …]
|
/aosp_15_r20/external/clang/lib/Headers/ |
H A D | __clang_cuda_intrinsics.h | 133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr)); in __ldg() local 141 c4 rv = __nvvm_ldg_c4(reinterpret_cast<const c4 *>(ptr)); in __ldg() local 151 s2 rv = __nvvm_ldg_s2(reinterpret_cast<const s2 *>(ptr)); in __ldg() local 159 s4 rv = __nvvm_ldg_s4(reinterpret_cast<const s4 *>(ptr)); in __ldg() local 169 i2 rv = __nvvm_ldg_i2(reinterpret_cast<const i2 *>(ptr)); in __ldg() local 177 i4 rv = __nvvm_ldg_i4(reinterpret_cast<const i4 *>(ptr)); in __ldg() local 187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr)); in __ldg() local 196 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg() local 204 uc4 rv = __nvvm_ldg_uc4(reinterpret_cast<const uc4 *>(ptr)); in __ldg() local 214 us2 rv = __nvvm_ldg_us2(reinterpret_cast<const us2 *>(ptr)); in __ldg() local [all …]
|
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A D | __clang_cuda_intrinsics.h | 133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr)); in __ldg() local 141 c4 rv = __nvvm_ldg_c4(reinterpret_cast<const c4 *>(ptr)); in __ldg() local 151 s2 rv = __nvvm_ldg_s2(reinterpret_cast<const s2 *>(ptr)); in __ldg() local 159 s4 rv = __nvvm_ldg_s4(reinterpret_cast<const s4 *>(ptr)); in __ldg() local 169 i2 rv = __nvvm_ldg_i2(reinterpret_cast<const i2 *>(ptr)); in __ldg() local 177 i4 rv = __nvvm_ldg_i4(reinterpret_cast<const i4 *>(ptr)); in __ldg() local 187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr)); in __ldg() local 196 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg() local 204 uc4 rv = __nvvm_ldg_uc4(reinterpret_cast<const uc4 *>(ptr)); in __ldg() local 214 us2 rv = __nvvm_ldg_us2(reinterpret_cast<const us2 *>(ptr)); in __ldg() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | __clang_cuda_intrinsics.h | 133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr)); in __ldg() local 141 c4 rv = __nvvm_ldg_c4(reinterpret_cast<const c4 *>(ptr)); in __ldg() local 151 s2 rv = __nvvm_ldg_s2(reinterpret_cast<const s2 *>(ptr)); in __ldg() local 159 s4 rv = __nvvm_ldg_s4(reinterpret_cast<const s4 *>(ptr)); in __ldg() local 169 i2 rv = __nvvm_ldg_i2(reinterpret_cast<const i2 *>(ptr)); in __ldg() local 177 i4 rv = __nvvm_ldg_i4(reinterpret_cast<const i4 *>(ptr)); in __ldg() local 187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr)); in __ldg() local 196 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg() local 204 uc4 rv = __nvvm_ldg_uc4(reinterpret_cast<const uc4 *>(ptr)); in __ldg() local 214 us2 rv = __nvvm_ldg_us2(reinterpret_cast<const us2 *>(ptr)); in __ldg() local [all …]
|
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | disk_cache_test_base.cc | 77 int rv = result.net_error(); in OpenNextEntry() local 101 int rv = cache_impl_->FlushQueueForTest(cb.callback()); in SimulateCrash() local 154 int rv = result.net_error(); in OpenEntryWithPriority() local 171 int rv = result.net_error(); in CreateEntryWithPriority() local 178 int rv = cache_->DoomEntry(key, net::HIGHEST, cb.callback()); in DoomEntry() local 184 int rv = cache_->DoomAllEntries(cb.callback()); in DoomAllEntries() local 191 int rv = cache_->DoomEntriesBetween(initial_time, end_time, cb.callback()); in DoomEntriesBetween() local 197 int rv = cache_->DoomEntriesSince(initial_time, cb.callback()); in DoomEntriesSince() local 203 int64_t rv = cache_->CalculateSizeOfAllEntries(cb.callback()); in CalculateSizeOfAllEntries() local 211 int64_t rv = cache_->CalculateSizeOfEntriesBetween(initial_time, end_time, in CalculateSizeOfEntriesBetween() local [all …]
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | host_resolver_service_endpoint_request_unittest.cc | 86 void OnServiceEndpointRequestFinished(int rv) override { in OnServiceEndpointRequestFinished() 99 int rv = request_->Start(this); in Start() local 146 void SetFinishedResult(int rv) { in SetFinishedResult() 182 void OnComplete(int rv) { complete_result_ = rv; } in OnComplete() 296 int rv = requester.Start(); in TEST_F() local 306 int rv = requester.Start(); in TEST_F() local 325 int rv = requester.Start(); in TEST_F() local 332 int rv = requester.Start(); in TEST_F() local 348 int rv = requester.Start(); in TEST_F() local 381 int rv = requester.Start(); in TEST_F() local [all …]
|
/aosp_15_r20/external/cronet/net/proxy_resolution/ |
H A D | configured_proxy_resolution_service_unittest.cc | 412 int rv = service.ResolveProxy(url, std::string(), NetworkAnonymizationKey(), in TEST_F() local 456 int rv = in TEST_F() local 526 int rv = in TEST_F() local 635 int rv = service->ResolveProxy(url, std::string(), NetworkAnonymizationKey(), in TEST_F() local 699 int rv = service->ResolveProxy(url, std::string(), NetworkAnonymizationKey(), in TEST_F() local 748 int rv = service->ResolveProxy(url, std::string(), NetworkAnonymizationKey(), in TEST_F() local 816 int rv = service->ResolveProxy(url, std::string(), NetworkAnonymizationKey(), in TEST_F() local 859 int rv; in TEST_F() local 904 int rv = service->ResolveProxy(url, std::string(), NetworkAnonymizationKey(), in TEST_F() local 953 int rv = service.ResolveProxy(url, std::string(), NetworkAnonymizationKey(), in TEST_F() local [all …]
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | file_stream_unittest.cc | 90 int rv = stream.Open(temp_file_path(), flags, callback.callback()); in TEST_F() local 105 int rv = stream->Open(temp_file_path(), flags, callback.callback()); in TEST_F() local 119 int rv = 0; in TEST_F() local 167 int rv = 0; in TEST_F() local 194 int rv = stream.Open(temp_file_path(), flags, callback.callback()); in TEST_F() local 224 int rv = stream->Open(temp_file_path(), flags, callback.callback()); in TEST_F() local 250 int rv = stream.Open(temp_file_path(), flags, callback.callback()); in TEST_F() local 285 int rv = stream.Open(temp_file_path(), flags, callback.callback()); in TEST_F() local 311 int rv = stream->Open(temp_file_path(), flags, callback.callback()); in TEST_F() local 341 int rv = stream.Open(temp_file_path(), flags, callback.callback()); in TEST_F() local [all …]
|
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/ |
H A D | sslcontext.c | 382 jboolean rv = JNI_TRUE; in TCN_IMPLEMENT_CALL() local 404 jboolean rv = JNI_FALSE; in TCN_IMPLEMENT_CALL() local 569 static void free_and_reset_pass(tcn_ssl_ctxt_t *c, char* old_password, const jboolean rv) { in free_and_reset_pass() 588 jboolean rv = JNI_TRUE; in TCN_IMPLEMENT_CALL() local 684 jboolean rv = JNI_TRUE; in TCN_IMPLEMENT_CALL() local 909 jlong rv = SSL_CTX_set_timeout(c->ctx, timeout); in TCN_IMPLEMENT_CALL() local 922 jlong rv = 0; in TCN_IMPLEMENT_CALL() local 942 jlong rv = SSL_CTX_sess_number(c->ctx); in TCN_IMPLEMENT_CALL() local 949 jlong rv = SSL_CTX_sess_connect(c->ctx); in TCN_IMPLEMENT_CALL() local 956 jlong rv = SSL_CTX_sess_connect_good(c->ctx); in TCN_IMPLEMENT_CALL() local [all …]
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | discardable_shared_memory_unittest.cc | 43 bool rv = memory.CreateAndMap(kDataSize); in TEST() local 53 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 69 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 121 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 161 bool rv = memory.CreateAndMap(kDataSize); in TEST() local 178 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 244 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 309 bool rv = memory1.CreateAndMap(data_size_in_bytes); in TEST() local 367 bool rv = memory.CreateAndMap(kDataSize); in TEST() local 382 bool rv = memory.CreateAndMap(kDataSize); in TEST() local [all …]
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_network_transaction_unittest.cc | 437 int rv; member 507 int rv = trans.Start(&request, callback.callback(), net_log_with_source); in SimpleGetHelperForData() local 893 int rv = trans->Start(&request, callback.callback(), NetLogWithSource()); in TEST_P() local 921 int rv = in TEST_P() local 946 int rv = trans.Start(&request, callback.callback(), NetLogWithSource()); in TEST_P() local 1492 int rv = trans.Start(&request, callback.callback(), NetLogWithSource()); in TEST_P() local 1553 int rv = trans.Start(&request, callback1.callback(), NetLogWithSource()); in TEST_P() local 1611 int rv = trans.Start(&request, callback.callback(), NetLogWithSource()); in TEST_P() local 1663 int rv = trans.Start(&request, callback.callback(), NetLogWithSource()); in TEST_P() local 1705 int rv = trans.Start(&request, callback.callback(), NetLogWithSource()); in TEST_P() local [all …]
|
/aosp_15_r20/external/mksh/src/ |
H A D | funcs.c | 68 int rv; in bi_getn() local 650 int rv = 0; in do_whence() local 786 int rv = 0, prefix = 0; in c_alias() local 938 int optc, rv = 0; in c_unalias() local 998 int rv = 1; in c_let() local 1018 int optc, flag = 0, nflag = 0, rv = 0; in c_jobs() local 1055 int rv = 0; in c_fgbg() local 1093 int i, n, rv, sig; in c_kill() local 1220 int argc, optc, rv; in c_getopts() local 1312 int optc, rv = 0; in c_bind() local [all …]
|
/aosp_15_r20/packages/modules/DnsResolver/tests/ |
D | resolv_unit_test.cpp | 167 int rv = resolv_getaddrinfo(nullptr /*hostname*/, nullptr /*servname*/, nullptr /*hints*/, in TEST_F() local 222 int rv = resolv_getaddrinfo("localhost", nullptr /*servname*/, &hints, &mNetcontext, in TEST_F() local 241 int rv = resolv_getaddrinfo("localhost", nullptr /*servname*/, &hints, &mNetcontext, in TEST_F() local 269 int rv = resolv_getaddrinfo("localhost", service, &hints, &mNetcontext, &result, in TEST_F() local 318 int rv = resolv_getaddrinfo("localhost", nullptr /*servname*/, &hints, &mNetcontext, in TEST_F() local 394 int rv = resolv_getaddrinfo("localhost", config.servname, &hints, &mNetcontext, &result, in TEST_F() local 472 int rv = resolv_getaddrinfo("v4only", nullptr, &hints, &mNetcontext, &result, &event); in TEST_F() local 570 int rv = resolv_getaddrinfo("sawadee", nullptr, &hints, &mNetcontext, &result, &event); in TEST_F() local 613 int rv = resolv_getaddrinfo(hostname, nullptr, &hints, &mNetcontext, &res, &event); in TEST_F() local 652 int rv = resolv_getaddrinfo(host_name, nullptr, &hints, &mNetcontext, &result, &event); in TEST_F() local [all …]
|