/aosp_15_r20/external/curl/tests/server/ |
H A D | tftpd.c | 367 int c; in read_ahead() local 446 int c; /* current character */ in write_behind() local 561 int error; in main() local 909 int error = errno; in do_tftp() local 1012 int error; in parse_servercmd() local 1131 int error = errno; in validate_access() local 1138 int error = getpart(&test->buffer, &count, "reply", partbuf, stream); in validate_access() local 1354 static void nak(int error) in nak()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/ssl/ |
D | client.cpp | 56 void handle_connect(const boost::system::error_code& error) in handle_connect() 70 void handle_handshake(const boost::system::error_code& error) in handle_handshake() 90 void handle_write(const boost::system::error_code& error, in handle_write() 107 void handle_read(const boost::system::error_code& error, in handle_read() 147 client c(io_context, ctx, endpoints); in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/chat/ |
D | chat_client.cpp | 50 void handle_connect(const boost::system::error_code& error) in handle_connect() 61 void handle_read_header(const boost::system::error_code& error) in handle_read_header() 76 void handle_read_body(const boost::system::error_code& error) in handle_read_body() 107 void handle_write(const boost::system::error_code& error) in handle_write() 154 chat_client c(io_context, endpoints); in main() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | executor.cc | 59 void default_enqueue_short(grpc_closure* closure, grpc_error_handle error) { in default_enqueue_short() 64 void default_enqueue_long(grpc_closure* closure, grpc_error_handle error) { in default_enqueue_long() 69 void resolver_enqueue_short(grpc_closure* closure, grpc_error_handle error) { in resolver_enqueue_short() 74 void resolver_enqueue_long(grpc_closure* closure, grpc_error_handle error) { in resolver_enqueue_long() 114 grpc_closure* c = list.head; in RunClosures() local 124 grpc_error_handle error = in RunClosures() local 252 void Executor::Enqueue(grpc_closure* closure, grpc_error_handle error, in Enqueue() 390 void Executor::Run(grpc_closure* closure, grpc_error_handle error, in Run()
|
H A D | combiner.cc | 130 grpc_error_handle error) { in combiner_exec() 233 grpc_closure* c = lock->final_list.head; in grpc_combiner_continue_exec_ctx() local 244 grpc_error_handle error = in grpc_combiner_continue_exec_ctx() local 296 grpc_error_handle error) { in combiner_finally_exec() 315 static void enqueue_finally(void* closure, grpc_error_handle error) { in enqueue_finally() 324 void Combiner::Run(grpc_closure* closure, grpc_error_handle error) { in Run() 328 void Combiner::FinallyRun(grpc_closure* closure, grpc_error_handle error) { in FinallyRun()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | executor.cc | 59 void default_enqueue_short(grpc_closure* closure, grpc_error_handle error) { in default_enqueue_short() 64 void default_enqueue_long(grpc_closure* closure, grpc_error_handle error) { in default_enqueue_long() 69 void resolver_enqueue_short(grpc_closure* closure, grpc_error_handle error) { in resolver_enqueue_short() 74 void resolver_enqueue_long(grpc_closure* closure, grpc_error_handle error) { in resolver_enqueue_long() 114 grpc_closure* c = list.head; in RunClosures() local 124 grpc_error_handle error = in RunClosures() local 252 void Executor::Enqueue(grpc_closure* closure, grpc_error_handle error, in Enqueue() 390 void Executor::Run(grpc_closure* closure, grpc_error_handle error, in Run()
|
D | combiner.cc | 129 grpc_error_handle error) { in combiner_exec() 233 grpc_closure* c = lock->final_list.head; in grpc_combiner_continue_exec_ctx() local 244 grpc_error_handle error = in grpc_combiner_continue_exec_ctx() local 296 grpc_error_handle error) { in combiner_finally_exec() 315 static void enqueue_finally(void* closure, grpc_error_handle error) { in enqueue_finally() 324 void Combiner::Run(grpc_closure* closure, grpc_error_handle error) { in Run() 328 void Combiner::FinallyRun(grpc_closure* closure, grpc_error_handle error) { in FinallyRun()
|
/aosp_15_r20/external/eigen/test/ |
H A D | umeyama.cpp | 100 const Scalar c = abs(internal::random<Scalar>()); in run_test() local 116 const Scalar error = ( cR_t_umeyama*src - dst ).norm() / dst.norm(); in run_test() local 134 const Scalar c = internal::random<Scalar>(0.5, 2.0); in run_fixed_size_test() local 153 const Scalar error = ( cR_t_umeyama*src - dst ).squaredNorm(); in run_fixed_size_test() local
|
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
H A D | SSLSocketTest.java | 116 StringBuilder error = new StringBuilder(); in test_SSLSocket_getSupportedCipherSuites_connect() local 125 TestKeyStore testKeyStore, StringBuilder error) { in test_SSLSocket_getSupportedCipherSuites_connect() 148 TestSSLContext c = TestSSLContext.newBuilder() in test_SSLSocket_getSupportedCipherSuites_connect() local 385 TestSSLContext c = TestSSLContext.create(); in test_SSLSocket_noncontiguousProtocols_useLower() local 416 TestSSLContext c = TestSSLContext.create(); in test_SSLSocket_noncontiguousProtocols_canNegotiate() local 470 TestSSLContext c = TestSSLContext.newBuilder() in test_SSLSocket_getHandshakeSession_duringHandshake_client() local 559 TestSSLContext c = TestSSLContext.newBuilder() in test_SSLSocket_getHandshakeSession_duringHandshake_server() local 661 TestSSLContext c = in test_SSLSocket_untrustedServer() local 912 Future<Void> c = runAsync(() -> { in test_SSLSocket_sendsTlsFallbackScsv_Fallback_Success() local 942 Future<Void> c = runAsync(() -> { in test_SSLSocket_sendsNoTlsFallbackScsv_Fallback_Success() local [all …]
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
H A D | SSLSocketTest.java | 125 StringBuilder error = new StringBuilder(); in test_SSLSocket_getSupportedCipherSuites_connect() local 134 TestKeyStore testKeyStore, StringBuilder error) { in test_SSLSocket_getSupportedCipherSuites_connect() 157 TestSSLContext c = TestSSLContext.newBuilder() in test_SSLSocket_getSupportedCipherSuites_connect() local 390 TestSSLContext c = TestSSLContext.create(); in test_SSLSocket_noncontiguousProtocols_useLower() local 421 TestSSLContext c = TestSSLContext.create(); in test_SSLSocket_noncontiguousProtocols_canNegotiate() local 475 TestSSLContext c = TestSSLContext.newBuilder() in test_SSLSocket_getHandshakeSession_duringHandshake_client() local 564 TestSSLContext c = TestSSLContext.newBuilder() in test_SSLSocket_getHandshakeSession_duringHandshake_server() local 666 TestSSLContext c = in test_SSLSocket_untrustedServer() local 915 Future<Void> c = runAsync(() -> { in test_SSLSocket_sendsTlsFallbackScsv_Fallback_Success() local 945 Future<Void> c = runAsync(() -> { in test_SSLSocket_sendsNoTlsFallbackScsv_Fallback_Success() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/ssl/ |
D | client.cpp | 79 [this](const boost::system::error_code& error) in handshake() 80 { in handshake() 117 [this](const boost::system::error_code& error, std::size_t length) in receive_response() 118 { in receive_response() 155 client c(io_context, ctx, endpoints); in main() local
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/client/ |
H A D | chttp2_connector.cc | 91 grpc_error_handle error) { in NullThenSchedClosure() 92 grpc_closure* c = *closure; in NullThenSchedClosure() local 117 grpc_error_handle error = GRPC_ERROR_CREATE(address.status().ToString()); in Connect() local 135 void Chttp2Connector::Shutdown(grpc_error_handle error) { in Shutdown() 144 void Chttp2Connector::OnHandshakeDone(void* arg, grpc_error_handle error) { in OnHandshakeDone() 200 void Chttp2Connector::OnReceiveSettings(void* arg, grpc_error_handle error) { in OnReceiveSettings() 246 void Chttp2Connector::MaybeNotify(grpc_error_handle error) { in MaybeNotify() 345 grpc_error_handle error; in grpc_channel_create() local
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | hpack_parser.cc | 95 const uint8_t* end, absl::BitGenRef bitsrc, HpackParseResult& error) in Input() 164 uint32_t c = (*cur) & 0x7f; in ParseVarint() local 231 void SetErrorAndContinueParsing(HpackParseResult error) { in SetErrorAndContinueParsing() 239 void SetErrorAndStopParsing(HpackParseResult error) { in SetErrorAndStopParsing() 305 void SetError(HpackParseResult error) { in SetError() 501 ParseHuff(input, length, [&output](uint8_t c) { output.push_back(c); }); in Parse() 527 auto sts = ParseHuff(input, length, [&state, &decompressed](uint8_t c) { in ParseBinary()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
D | external_account_credentials.cc | 75 for (auto c : s) { in UrlEncode() local 110 grpc_error_handle* error) { in Create() 262 auto cb = [this](std::string token, grpc_error_handle error) { in fetch_oauth2() 269 absl::string_view subject_token, grpc_error_handle error) { in OnRetrieveSubjectTokenInternal() 362 grpc_error_handle error) { in OnExchangeToken() 369 grpc_error_handle error) { in OnExchangeTokenInternal() 458 void* arg, grpc_error_handle error) { in OnImpersenateServiceAccount() 465 grpc_error_handle error) { in OnImpersenateServiceAccountInternal() 524 void ExternalAccountCredentials::FinishTokenFetch(grpc_error_handle error) { in FinishTokenFetch() 551 grpc_error_handle error; in grpc_external_account_credentials_create() local
|
/aosp_15_r20/external/freetype/src/base/ |
H A D | ftcid.c | 32 FT_Error error; in FT_Get_CID_Registry_Ordering_Supplement() local 68 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_CID_Is_Internally_CID_Keyed() local 95 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_CID_From_Glyph_Index() local 96 FT_UInt c = 0; in FT_Get_CID_From_Glyph_Index() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/ |
D | chttp2_connector.cc | 92 grpc_error_handle error) { in NullThenSchedClosure() 93 grpc_closure* c = *closure; in NullThenSchedClosure() local 118 grpc_error_handle error = GRPC_ERROR_CREATE(address.status().ToString()); in Connect() local 136 void Chttp2Connector::Shutdown(grpc_error_handle error) { in Shutdown() 145 void Chttp2Connector::OnHandshakeDone(void* arg, grpc_error_handle error) { in OnHandshakeDone() 201 void Chttp2Connector::OnReceiveSettings(void* arg, grpc_error_handle error) { in OnReceiveSettings() 247 void Chttp2Connector::MaybeNotify(grpc_error_handle error) { in MaybeNotify() 352 grpc_error_handle error; in grpc_channel_create() local
|
/aosp_15_r20/external/clang/test/CXX/drs/ |
H A D | dr5xx.cpp | 259 struct B { typename T::error error; }; member 260 template<typename U> struct C { typename T::error error; }; member 275 A<int>::C<int> c; in use() local 297 struct B { typename T::error error; }; member 298 template<typename U> struct C { typename T::error error; }; // expected-note {{here}} member 400 constexpr C c() { return C(); } in c() function 445 typedef const a &c; // expected-note {{previous}} expected-warning {{has no effect}} typedef 446 typedef const b &c; // expected-error {{different}} expected-warning {{has no effect}} typedef 569 dr553_class c; variable 596 wchar_t c = L'\uD800'; // expected-error {{invalid universal character}} variable [all …]
|
/aosp_15_r20/external/webrtc/api/ |
H A D | rtc_error_unittest.cc | 81 RTCError c(RTCErrorType::INVALID_RANGE, std::string("new")); in TEST() local 94 RTCError c(RTCErrorType::UNSUPPORTED_PARAMETER, std::string("bar")); in TEST() local 202 RTCErrorOr<int> error = RTCError(RTCErrorType::INTERNAL_ERROR); in TEST() local 231 RTCErrorOr<int> error = RTCError(RTCErrorType::INTERNAL_ERROR); in TEST() local 236 RTCErrorOr<int> error = RTCError(RTCErrorType::INTERNAL_ERROR); in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/timeouts/ |
D | blocking_udp_client.cpp | 57 boost::system::error_code& error) in receive() 98 const boost::system::error_code& error, std::size_t length, in handle_receive() 128 client c(listen_endpoint); in main() local 133 boost::system::error_code error; in main() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/ |
H A D | transport.cc | 112 grpc_transport_stream_op_batch* batch, grpc_error_handle error, 122 grpc_transport_stream_op_batch* batch, grpc_error_handle error, 145 grpc_transport_stream_op_batch* batch, grpc_error_handle error) { 177 static void destroy_made_transport_op(void* arg, grpc_error_handle error) { 199 grpc_error_handle error) { 201 grpc_closure* c = op->inner_on_complete; local
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | uart.c | 71 otError error = OT_ERROR_NONE; in otPlatUartEnable() local 153 otError error = OT_ERROR_NONE; in otPlatUartDisable() local 163 otError error = OT_ERROR_NONE; in otPlatUartSend() local 188 otError error = OT_ERROR_NONE; in otPlatUartFlush() local 294 void otPlatDebugUart_putchar_raw(int c) in otPlatDebugUart_putchar_raw()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/external/ |
H A D | external_account_credentials.cc | 77 for (auto c : s) { in UrlEncode() local 112 grpc_error_handle* error) { in Create() 308 auto cb = [this](std::string token, grpc_error_handle error) { in fetch_oauth2() 315 absl::string_view subject_token, grpc_error_handle error) { in OnRetrieveSubjectTokenInternal() 402 grpc_error_handle error) { in OnExchangeToken() 409 grpc_error_handle error) { in OnExchangeTokenInternal() 503 void* arg, grpc_error_handle error) { in OnImpersenateServiceAccount() 510 grpc_error_handle error) { in OnImpersenateServiceAccountInternal() 569 void ExternalAccountCredentials::FinishTokenFetch(grpc_error_handle error) { in FinishTokenFetch() 596 grpc_error_handle error; in grpc_external_account_credentials_create() local
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/ |
H A D | too_many_pings_test.cc | 112 grpc_call* c; in PerformCall() local 122 grpc_call_error error; in PerformCall() local 242 grpc_call* c; in PerformWaitingCall() local 252 grpc_call_error error; in PerformWaitingCall() local 593 grpc_call* c; in PerformCallWithResponsePayload() local 606 grpc_call_error error; in PerformCallWithResponsePayload() local
|
/aosp_15_r20/external/coreboot/util/marvell/doimage_mv/ |
H A D | doimage.c | 312 int error = 1; in build_headers() local 700 int error = 1; in build_bootrom_img() local 759 int error = 1; in build_hex_img() local 877 int error = 1; in build_bin_img() local 1097 char c; in process_image() local 1415 MV_U32 c; in make_crc_table() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/contractions/ |
H A D | contractions.cpp | 330 int error = ParseArgs( argc, argv ); in main() local 462 int error; in InitCL() local 892 char c[1000]; in InitCL() local 944 int error = 0; in RunTest() local 946 float *c; in RunTest() local 1065 int error = 0; in RunTest_Double() local 1067 double *c; in RunTest_Double() local
|