Home
last modified time | relevance | path

Searched defs:error_code (Results 126 – 150 of 1351) sorted by relevance

12345678910>>...55

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Don_exit3.cpp43 bp::on_exit([&p2](int, const std::error_code&)
44 { p2 = std::chrono::steady_clock::now(); })); in __anon6afc3b9b0202()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dreturn.h35 ErrorCode error_code() const { return error_code_; } in error_code() function
53 : error_code_(error_code), required_size_(required_size) {} in error_code_() argument
/aosp_15_r20/system/connectivity/wificond/scanning/
Dscan_utils.cpp285 int* error_code) { in Scan()
378 int error_code; in StopScheduledScan() local
425 int* error_code) { in StartScheduledScan()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Derror.c174 const char *mbedtls_high_level_strerr(int error_code) in mbedtls_high_level_strerr()
535 const char *mbedtls_low_level_strerr(int error_code) in mbedtls_low_level_strerr()
/aosp_15_r20/external/mbedtls/library/
H A Derror.c174 const char *mbedtls_high_level_strerr(int error_code) in mbedtls_high_level_strerr()
533 const char *mbedtls_low_level_strerr(int error_code) in mbedtls_low_level_strerr()
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DRegsRemoteTest.cpp57 ErrorCode error_code; in TEST_F() local
81 ErrorCode error_code; in TEST_F() local
/aosp_15_r20/external/libchrome/base/synchronization/
H A Dlock_impl_posix.cc23 const char* AdditionalHintForSystemErrorCode(int error_code) { in AdditionalHintForSystemErrorCode()
33 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString()
/aosp_15_r20/external/cronet/base/synchronization/
H A Dlock_impl_posix.cc22 const char* AdditionalHintForSystemErrorCode(int error_code) { in AdditionalHintForSystemErrorCode()
32 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString()
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session.cc291 spdy::SpdyErrorCode error_code) { in NetLogSpdyRecvRstStreamParams()
300 spdy::SpdyErrorCode error_code, in NetLogSpdySendRstStreamParams()
320 spdy::SpdyErrorCode error_code, in NetLogSpdyRecvGoAwayParams()
521 spdy::SpdyErrorCode error_code) { in MapRstStreamStatusToProtocolError()
1757 spdy::SpdyErrorCode error_code = spdy::ERROR_CODE_PROTOCOL_ERROR; in ResetStreamIterator() local
1780 spdy::SpdyErrorCode error_code, in EnqueueResetStreamFrame()
2697 spdy::SpdyErrorCode error_code) { in OnRstStream()
2740 spdy::SpdyErrorCode error_code, in OnGoAway()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dwrite_at.hpp420 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
438 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
630 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
648 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
/aosp_15_r20/system/connectivity/wificond/tests/
Dscan_utils_unittest.cpp66 NL80211Packet CreateControlMessageError(int error_code) { in CreateControlMessageError()
265 int error_code; in TEST_F() local
304 int error_code; in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbasic_seq_packet_socket.hpp444 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
617 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
676 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/
H A Dstream_socket_service.hpp185 void (asio::error_code)) in ASIO_INITFN_RESULT_TYPE()
282 void (asio::error_code, std::size_t)) in ASIO_INITFN_RESULT_TYPE()
309 void (asio::error_code, std::size_t)) in ASIO_INITFN_RESULT_TYPE()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/
H A Dmoqt_parser.cc459 uint64_t error_code; in ProcessSubscribeError() local
551 uint64_t error_code; in ProcessAnnounceError() local
608 void MoqtParser::ParseError(MoqtError error_code, absl::string_view reason) { in ParseError()
/aosp_15_r20/system/unwinding/libunwindstack/
H A DRegs.cpp51 Regs* Regs::RemoteGet(pid_t pid, ErrorCode* error_code) { in RemoteGet()
87 ArchEnum Regs::RemoteGetArch(pid_t pid, ErrorCode* error_code) { in RemoteGetArch()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/example/
Dio.cpp63 …ost::asio::async_write(p1, boost::asio::buffer(value), []( const boost::system::error_code&, std:… in main()
64 …ost::asio::async_read (p2, boost::asio::buffer(in_buf), []( const boost::system::error_code&, std:… in main()
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dreset.rs8 error_code: Reason, field
32 let error_code = unpack_octets_4!(payload, 0, u32); in load() localVariable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Dbearer.cc517 ErrorCode error_code) { in ReplyWithError()
558 ErrorCode error_code) { in SendErrorResponse()
596 const ErrorCode error_code = payload.error_code; in HandleEndTransaction() local
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/
Dstream_socket_service_ext.hpp224 void (boost::system::error_code)) in BOOST_ASIO_INITFN_RESULT_TYPE()
321 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
348 void (boost::system::error_code, std::size_t, std::uint32_t, std::uint32_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampGetTexParameterIErrors.cpp158 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLGetTexParameterIiv() local
187 glw::GLenum error_code = GL_NO_ERROR; in VerifyGLGetTexParameterIuiv() local
/aosp_15_r20/external/cronet/base/json/
H A Djson_file_value_serializer.cc77 const char* JSONFileValueDeserializer::GetErrorMessageForCode(int error_code) { in GetErrorMessageForCode()
96 int* error_code, in Deserialize()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer.cc1136 ErrorCode error_code = CheckTimestampError(); in ValidateManifest() local
1187 auto error_code = in CheckTimestampError() local
1211 auto error_code = timestamp_valid( in CheckTimestampError() local
1234 auto error_code = timestamp_valid( in CheckTimestampError() local
/aosp_15_r20/external/libbrillo/brillo/errors/
H A Derror_codes.cc31 const char* error_code; member
196 std::string error_code; in ErrorCodeFromSystemError() local
/aosp_15_r20/external/libchrome/base/json/
H A Djson_file_value_serializer.cc82 const char* JSONFileValueDeserializer::GetErrorMessageForCode(int error_code) { in GetErrorMessageForCode()
101 int* error_code, in Deserialize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/windows/
Dstream_handle.cpp33 void write_some_handler(const boost::system::error_code&, std::size_t) in write_some_handler()
37 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler()

12345678910>>...55