Home
last modified time | relevance | path

Searched defs:error_code (Results 176 – 200 of 1351) sorted by relevance

12345678910>>...55

/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dbasic_resolver.hpp153 void (asio::error_code, iterator)) in ASIO_INITFN_RESULT_TYPE()
246 void (asio::error_code, iterator)) in ASIO_INITFN_RESULT_TYPE()
H A Dresolver_service.hpp94 void (asio::error_code, iterator_type)) in ASIO_INITFN_RESULT_TYPE()
117 void (asio::error_code, iterator_type)) in ASIO_INITFN_RESULT_TYPE()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dasync_system.hpp87 return [](int , const std::error_code &){}; in on_exit_handler()
124 inline BOOST_ASIO_INITFN_RESULT_TYPE(ExitHandler, void (boost::system::error_code, int)) in BOOST_ASIO_INITFN_RESULT_TYPE()
/aosp_15_r20/external/libchrome/base/json/
H A Djson_reader.cc84 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString()
118 JSONReader::JsonParseError JSONReader::error_code() const { in error_code() function in base::JSONReader
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dasio_compatibility.hpp11 using error_code = std::error_code; typedef
22 using error_code = boost::system::error_code; typedef
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetMultisamplefvTests.cpp153 glw::GLenum error_code = gl.getError(); in iterate() local
187 glw::GLenum error_code = GL_NO_ERROR; in iterate() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dread_at.hpp435 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
453 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
710 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
727 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dhttp2_connection.cc302 http2::adapter::Http2ErrorCode error_code) { in OnCloseStream()
432 http2::adapter::Http2ErrorCode error_code, in OnGoAway()
448 uint32_t error_code) { in OnFrameSent()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dcapsule.h99 webtransport::SessionErrorCode error_code; member
175 uint64_t error_code; member
183 uint64_t error_code; member
/aosp_15_r20/external/armnn/third-party/fmt/
H A Dformat-inl.h83 FMT_FUNC int safe_strerror(int error_code, char*& buffer, in safe_strerror()
144 FMT_FUNC void format_error_code(detail::buffer<char>& out, int error_code, in format_error_code()
167 FMT_FUNC void report_error(format_func func, int error_code, in report_error()
/aosp_15_r20/system/secretkeeper/comm/src/data_types/
H A Derror.rs58 let error_code: u16 = value_to_integer(&response_cbor[0])?.try_into()?; in new() localVariable
63 fn error_code(&self) -> u16 { in error_code() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Dasync_pipe.cpp38 asio::async_write(pipe, asio::buffer(st), [](const boost::system::error_code &, std::size_t){}); in __anon5746eebd0102()
39 asio::async_read_until(pipe, buf, '\n', [](const boost::system::error_code &, std::size_t){}); in __anon5746eebd0202()
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dgo_away.rs10 error_code: Reason, field
49 let error_code = unpack_octets_4!(payload, 4, u32); in load() localVariable
/aosp_15_r20/external/googleapis/google/ads/searchads360/v0/errors/
H A Derrors.proto59 ErrorCode error_code = 1; field
78 oneof error_code { oneof
/aosp_15_r20/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp543 const std::string& path, const std::string& name, fuse_req_t req, int* error_code, in validate_node_path()
606 struct fuse_entry_param* e, int* error_code, const FuseOp op) { in make_node_entry()
907 struct fuse_entry_param* e, int* error_code, const FuseOp op, in do_lookup()
957 int error_code = 0; in pf_lookup() local
1213 int error_code = 0; in pf_mknod() local
1258 int error_code = 0; in pf_mkdir() local
1991 int error_code = 0; in do_readdir_common() local
2249 int error_code = errno; in pf_create() local
2257 int error_code = 0; in pf_create() local
/aosp_15_r20/external/lz4/tests/
H A Dtest-lz4-versions.py83 error_code = 0 variable
178 error_code = 1 variable
/aosp_15_r20/system/update_engine/aosp/
H A Dsideload_main.cc87 void SendPayloadApplicationComplete(ErrorCode error_code) override { in SendPayloadApplicationComplete()
100 ErrorCode error_code() { return error_code_; } in error_code() function in chromeos_update_engine::__anoncb39288f0111::SideloadDaemonState
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/fmtlib/include/fmt/
Dformat-inl.h87 FMT_FUNC int safe_strerror(int error_code, char*& buffer, in safe_strerror()
145 FMT_FUNC void format_error_code(internal::buffer<char>& out, int error_code, in format_error_code()
180 FMT_FUNC void report_error(format_func func, int error_code, in report_error()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/fmtlib/include/fmt/
Dformat-inl.h87 FMT_FUNC int safe_strerror(int error_code, char*& buffer, in safe_strerror()
145 FMT_FUNC void format_error_code(internal::buffer<char>& out, int error_code, in format_error_code()
180 FMT_FUNC void report_error(format_func func, int error_code, in report_error()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame.cc156 BalsaFrameEnums::ErrorCode* error_code) { in ParseHTTPFirstLine()
463 void BalsaFrame::HandleWarning(BalsaFrameEnums::ErrorCode error_code) { in HandleWarning()
468 void BalsaFrame::HandleError(BalsaFrameEnums::ErrorCode error_code) { in HandleError()
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/fmtlib/include/fmt/
Dformat-inl.h87 FMT_FUNC int safe_strerror(int error_code, char*& buffer, in safe_strerror()
145 FMT_FUNC void format_error_code(internal::buffer<char>& out, int error_code, in format_error_code()
180 FMT_FUNC void report_error(format_func func, int error_code, in report_error()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/fmtlib/include/fmt/
Dformat-inl.h87 FMT_FUNC int safe_strerror(int error_code, char*& buffer, in safe_strerror()
145 FMT_FUNC void format_error_code(internal::buffer<char>& out, int error_code, in format_error_code()
180 FMT_FUNC void report_error(format_func func, int error_code, in report_error()
/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_error_check.c124 WORD32 error_code = IHEVCE_SUCCESS; in ihevce_validate_tile_config_params() local
160 WORD32 error_code; in ihevce_hle_validate_static_params() local
/aosp_15_r20/external/curl/docs/examples/
H A Dxmlstream.c104 int error_code = XML_GetErrorCode(parser); in parseStreamCallback() local
150 int error_code = XML_GetErrorCode(parser); in main() local
/aosp_15_r20/external/webrtc/p2p/base/
H A Dturn_port.cc902 void TurnPort::OnAllocateError(int error_code, absl::string_view reason) { in OnAllocateError()
1392 int error_code = response->GetErrorCodeValue(); in OnErrorResponse() local
1572 int error_code = response->GetErrorCodeValue(); in OnErrorResponse() local
1648 int error_code = response->GetErrorCodeValue(); in OnErrorResponse() local
1729 int error_code = response->GetErrorCodeValue(); in OnErrorResponse() local

12345678910>>...55