/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
H A D | basic_resolver.hpp | 153 void (asio::error_code, iterator)) in ASIO_INITFN_RESULT_TYPE() 246 void (asio::error_code, iterator)) in ASIO_INITFN_RESULT_TYPE()
|
H A D | resolver_service.hpp | 94 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/ |
D | async_system.hpp | 87 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 D | json_reader.cc | 84 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 D | asio_compatibility.hpp | 11 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 D | es31cTextureStorageMultisampleGetMultisamplefvTests.cpp | 153 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/ |
D | read_at.hpp | 435 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 D | http2_connection.cc | 302 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 D | capsule.h | 99 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 D | format-inl.h | 83 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 D | error.rs | 58 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/ |
D | async_pipe.cpp | 38 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/ |
D | go_away.rs | 10 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 D | errors.proto | 59 ErrorCode error_code = 1; field 78 oneof error_code { oneof
|
/aosp_15_r20/packages/providers/MediaProvider/jni/ |
D | FuseDaemon.cpp | 543 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 D | test-lz4-versions.py | 83 error_code = 0 variable 178 error_code = 1 variable
|
/aosp_15_r20/system/update_engine/aosp/ |
H A D | sideload_main.cc | 87 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/ |
D | format-inl.h | 87 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/ |
D | format-inl.h | 87 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 D | balsa_frame.cc | 156 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/ |
D | format-inl.h | 87 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/ |
D | format-inl.h | 87 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 D | ihevce_error_check.c | 124 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 D | xmlstream.c | 104 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 D | turn_port.cc | 902 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
|