Home
last modified time | relevance | path

Searched defs:error_code (Results 51 – 75 of 1351) sorted by relevance

12345678910>>...55

/aosp_15_r20/external/cronet/base/test/
H A Dfake_iasync_operation_win_unittest.cc91 HRESULT error_code; in TYPED_TEST_P() local
115 HRESULT error_code; in TYPED_TEST_P() local
150 HRESULT error_code; in TYPED_TEST_P() local
173 HRESULT error_code; in TYPED_TEST_P() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbuffered_stream.hpp134 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
167 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
196 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
228 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_mps_bitdec.c461 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_ec_data_dec() local
556 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_parse_arbitrary_downmix_data() local
604 WORD16 error_code = IA_NO_ERROR; in ixheaacd_parse_residual_data() local
698 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_parse_extension_frame() local
1044 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_parse_frame() local
1713 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_decode_and_map_frame_ott() local
1934 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_decode_and_map_frame_ttt() local
2138 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_decode_and_map_frame_arbdmx() local
2181 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_decode_and_map_frame_arb_tree() local
2206 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_decode_frame() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dbuffered_stream.cpp42 void write_some_handler(const boost::system::error_code&, std::size_t) in write_some_handler()
46 void flush_handler(const boost::system::error_code&, std::size_t) in flush_handler()
50 void fill_handler(const boost::system::error_code&, std::size_t) in fill_handler()
54 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler()
/aosp_15_r20/external/cronet/base/json/
H A Djson_value_serializer_unittest.cc95 int error_code = 0; in TEST() local
114 int error_code = 0; in TEST() local
131 int error_code = 0; in TEST() local
162 int error_code = 0; in TEST() local
185 int error_code = 0; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/
Ddatagram_socket_service_ext.hpp226 void (boost::system::error_code)) in BOOST_ASIO_INITFN_RESULT_TYPE()
323 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
349 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
377 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
405 void (boost::system::error_code, std::size_t, boost::asio::ip::address)) in BOOST_ASIO_INITFN_RESULT_TYPE()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Drecording_http2_visitor.cc89 Http2ErrorCode error_code) { in OnRstStream()
95 Http2ErrorCode error_code) { in OnCloseStream()
120 Http2ErrorCode error_code, in OnGoAway()
144 uint8_t flags, uint32_t error_code) { in OnFrameSent()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__system_error/
Derror_code.h48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
50 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function
53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__system_error/
Derror_code.h48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
50 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function
53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__system_error/
Derror_code.h47 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
49 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function
52 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__system_error/
Derror_code.h48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
50 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function
53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__system_error/
H A Derror_code.h48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
50 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function
53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__system_error/
Derror_code.h48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
50 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function
53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame_test.cc589 BalsaFrameEnums::ErrorCode error_code) { in VerifyFirstLineParsing()
1120 auto error_code = in TEST_F() local
1499 auto error_code = BalsaFrameEnums::INVALID_CHUNK_LENGTH; in TEST_F() local
1540 auto error_code = BalsaFrameEnums::CHUNK_LENGTH_OVERFLOW; in TEST_F() local
1580 auto error_code = BalsaFrameEnums::INVALID_CHUNK_LENGTH; in TEST_F() local
1840 auto error_code = BalsaFrameEnums::FAILED_TO_FIND_WS_AFTER_REQUEST_METHOD; in TEST_F() local
1865 auto error_code = BalsaFrameEnums::FAILED_TO_FIND_WS_AFTER_REQUEST_METHOD; in TEST_F() local
1892 auto error_code = in TEST_F() local
1919 auto error_code = BalsaFrameEnums::FAILED_TO_FIND_WS_AFTER_RESPONSE_VERSION; in TEST_F() local
1946 auto error_code = BalsaFrameEnums::UNPARSABLE_CONTENT_LENGTH; in TEST_F() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dwrite.hpp537 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
556 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
788 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
809 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
835 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
849 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
1081 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
1098 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
Dread.hpp572 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
590 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
852 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
873 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
899 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
912 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
1179 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
1196 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
Dconnect.hpp291 void check_condition(const boost::system::error_code&, Iterator&, Iterator&) in check_condition()
816 void (boost::system::error_code, typename Protocol::endpoint)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
834 void (boost::system::error_code, Iterator)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
850 void (boost::system::error_code, Iterator)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
865 void (boost::system::error_code, typename Protocol::endpoint)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
884 void (boost::system::error_code, Iterator)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
902 void (boost::system::error_code, Iterator)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h439 std::string error_code = ErrorCodeText(status); in on_connection_packet_type_changed() local
456 std::string error_code = ErrorCodeText(status); in on_central_link_key_complete() local
487 std::string error_code = ErrorCodeText(status); in on_change_connection_link_key_complete() local
504 std::string error_code = ErrorCodeText(status); in on_read_clock_offset_complete() local
551 std::string error_code = ErrorCodeText(status); in on_qos_setup_complete() local
574 std::string error_code = ErrorCodeText(status); in on_flow_specification_complete() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/
Dstream.hpp454 void (boost::system::error_code)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
490 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
544 void (boost::system::error_code)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
631 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
718 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
/aosp_15_r20/external/aws-crt-java/src/native/
H A Daws_signing.c132 int error_code) { in s_complete_signing_exceptionally()
203 static void s_aws_request_signing_complete(struct aws_signing_result *result, int error_code, void … in s_aws_request_signing_complete()
242 static void s_aws_chunk_like_signing_complete(struct aws_signing_result *result, int error_code, vo… in s_aws_chunk_like_signing_complete()
269 static void s_aws_chunk_signing_complete(struct aws_signing_result *result, int error_code, void *u… in s_aws_chunk_signing_complete()
273 …trailing_headers_signing_complete(struct aws_signing_result *result, int error_code, void *userdat… in s_aws_trailing_headers_signing_complete()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_protocol.cc238 const char* ErrorCodeToString(SpdyErrorCode error_code) { in ErrorCodeToString()
362 SpdyErrorCode error_code) in SpdyRstStreamIR()
404 SpdyErrorCode error_code, in SpdyGoAwayIR()
412 SpdyErrorCode error_code, const char* description) in SpdyGoAwayIR()
417 SpdyErrorCode error_code, std::string description) in SpdyGoAwayIR()
/aosp_15_r20/external/libchrome/base/json/
H A Djson_value_serializer_unittest.cc94 int error_code = 0; in TEST() local
113 int error_code = 0; in TEST() local
130 int error_code = 0; in TEST() local
159 int error_code = 0; in TEST() local
184 int error_code = 0; in TEST() local
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/impl/
H A Dconnect.hpp166 void check_condition(const asio::error_code&, Iterator&, Iterator&) in check_condition()
319 void (asio::error_code, Iterator)) in ASIO_INITFN_RESULT_TYPE()
344 void (asio::error_code, Iterator)) in ASIO_INITFN_RESULT_TYPE()
370 void (asio::error_code, Iterator)) in ASIO_INITFN_RESULT_TYPE()
396 void (asio::error_code, Iterator)) in ASIO_INITFN_RESULT_TYPE()
/aosp_15_r20/external/webp/tests/fuzzer/
H A Denc_dec_fuzzer.cc45 const WebPEncodingError error_code = pic.error_code; in LLVMFuzzerTestOneInput() local
54 const WebPEncodingError error_code = pic.error_code; in LLVMFuzzerTestOneInput() local
91 const WebPEncodingError error_code = pic.error_code; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/archetypes/
Dasync_ops.hpp55 BOOST_ASIO_INITFN_RESULT_TYPE(CompletionToken, void(boost::system::error_code)) in BOOST_ASIO_INITFN_RESULT_TYPE()
148 void(boost::system::error_code, int)) in BOOST_ASIO_INITFN_RESULT_TYPE()
244 void(boost::system::error_code, int, double)) in BOOST_ASIO_INITFN_RESULT_TYPE()
341 void(boost::system::error_code, int, double, char)) in BOOST_ASIO_INITFN_RESULT_TYPE()

12345678910>>...55