Home
last modified time | relevance | path

Searched defs:error_code (Results 201 – 225 of 1351) sorted by relevance

12345678910>>...55

/aosp_15_r20/external/flashrom/include/
H A Dusb_device.h37 #define LIBUSB_ERROR(error_code) (0x20000 | -(error_code)) argument
65 static inline bool usb_device_is_libusb_error(int error_code) in usb_device_is_libusb_error()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/external/fmtlib/include/fmt/
Dformat-inl.h43 FMT_FUNC void format_error_code(detail::buffer<char>& out, int error_code, in format_error_code()
66 FMT_FUNC void report_error(format_func func, int error_code, in report_error()
/aosp_15_r20/external/cronet/base/profiler/
H A Dlibunwindstack_unwinder_android.cc79 void WriteLibunwindstackTraceEventArgs(unwindstack::ErrorCode error_code, in WriteLibunwindstackTraceEventArgs()
145 unwindstack::ErrorCode error_code; in TryUnwind() member
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/external/fmtlib/include/fmt/
Dformat-inl.h43 FMT_FUNC void format_error_code(detail::buffer<char>& out, int error_code, in format_error_code()
66 FMT_FUNC void report_error(format_func func, int error_code, in report_error()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/external/fmtlib/include/fmt/
Dformat-inl.h43 FMT_FUNC void format_error_code(detail::buffer<char>& out, int error_code, in format_error_code()
66 FMT_FUNC void report_error(format_func func, int error_code, in report_error()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/fmtlib/include/fmt/
Dformat-inl.h43 FMT_FUNC void format_error_code(detail::buffer<char>& out, int error_code, in format_error_code()
66 FMT_FUNC void report_error(format_func func, int error_code, in report_error()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/fmtlib/include/fmt/
Dformat-inl.h43 FMT_FUNC void format_error_code(detail::buffer<char>& out, int error_code, in format_error_code()
66 FMT_FUNC void report_error(format_func func, int error_code, in report_error()
/aosp_15_r20/external/fmtlib/include/fmt/
H A Dformat-inl.h43 FMT_FUNC void format_error_code(detail::buffer<char>& out, int error_code, in format_error_code()
66 FMT_FUNC void do_report_error(format_func func, int error_code, in do_report_error()
/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/
H A Dregisters.h63 uint64_t error_code; member
81 uint32_t error_code; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/invocation/
Dprioritised_handlers.cpp122 void high_priority_handler(const boost::system::error_code& /*ec*/) in high_priority_handler()
127 void middle_priority_handler(const boost::system::error_code& /*ec*/) in middle_priority_handler()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_dispatcher.cc216 void CloseConnection(QuicErrorCode error_code, in CloseConnection()
229 void SerializeConnectionClosePacket(QuicErrorCode error_code, in SerializeConnectionClosePacket()
1055 QuicErrorCode error_code, const std::string& error_details, in StatelesslyTerminateConnection()
1119 QuicErrorCode error_code = QUIC_HANDSHAKE_FAILED; in OnExpiredPackets() local
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_loader.cc367 DexFileLoaderErrorCode* error_code, in Open()
461 DexFileLoaderErrorCode* error_code) { in OpenCommon()
514 DexFileLoaderErrorCode* error_code, in OpenFromZipEntry()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/fuzzer/
H A Dqpack_round_trip_fuzzer.cc84 void OnDecoderStreamError(QuicErrorCode error_code, in OnDecoderStreamError()
293 void OnHeaderDecodingError(QuicErrorCode error_code, in OnHeaderDecodingError()
406 void OnEncoderStreamError(QuicErrorCode error_code, in OnEncoderStreamError()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c77 uint32_t error_code) in svm_run_l2()
115 static void vmx_run_l2(void *l2_code, int vector, uint32_t error_code) in vmx_run_l2()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.cc401 ErrorCode error_code = ErrorCode::kPostinstallRunnerError; in Cleanup() local
441 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code) { in Cleanup()
/aosp_15_r20/external/webrtc/api/test/
H A Dvideo_quality_analyzer_interface.h132 int32_t error_code) {} in OnEncoderError()
139 int32_t error_code, in OnDecoderError()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/invocation/
Dprioritised_handlers.cpp145 void high_priority_handler(const boost::system::error_code& /*ec*/, in high_priority_handler()
151 void middle_priority_handler(const boost::system::error_code& /*ec*/) in middle_priority_handler()
/aosp_15_r20/external/cronet/components/metrics/net/
H A Dnet_metrics_log_uploader_unittest.cc85 int error_code, in DummyOnUploadComplete()
93 int error_code, in OnUploadCompleteReuseUploader()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dsubprocess.cc259 std::string Subprocess::Win32ErrorMessage(DWORD error_code) { in Win32ErrorMessage()
443 int error_code = WEXITSTATUS(status); in Communicate() local
/aosp_15_r20/frameworks/proto_logging/stats/message/
H A Dmediametrics_message.proto56 optional int32 error_code = 9; field
150 optional int32 error_code = 14; field
281 optional int32 error_code = 14; field
/aosp_15_r20/external/aws-crt-java/src/native/
H A Dcrt.c449 jobject aws_jni_new_crt_exception_from_error_code(JNIEnv *env, int error_code) { in aws_jni_new_crt_exception_from_error_code()
624 …software_amazon_awssdk_crt_CRT_awsErrorString(JNIEnv *env, jclass jni_crt_class, jint error_code) { in Java_software_amazon_awssdk_crt_CRT_awsErrorString()
631 …a_software_amazon_awssdk_crt_CRT_awsErrorName(JNIEnv *env, jclass jni_crt_class, jint error_code) { in Java_software_amazon_awssdk_crt_CRT_awsErrorName()
/aosp_15_r20/packages/modules/adb/client/
Dmdnsresponder_client.cpp369 uint32_t /*interface_index*/, DNSServiceErrorType error_code, in register_service_ip()
482 DNSServiceErrorType error_code, const char* fullname, in register_resolved_mdns_service()
515 uint32_t interface_index, DNSServiceErrorType error_code, in on_service_browsed()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dreactive_socket_accept_op.hpp114 const boost::system::error_code& /*ec*/, in do_complete()
186 const boost::system::error_code& /*ec*/, in do_complete()
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Dexample_video_quality_analyzer.cc105 int32_t error_code) { in OnEncoderError()
112 int32_t error_code, in OnDecoderError()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe.h95 uint32_t error_code = 0; member
135 uint32_t error_code = 0; member

12345678910>>...55