/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | errors_impl.py | 53 def __init__(self, node_def, op, message, error_code, *args): argument 105 def error_code(self): member in OpError 524 def exception_type_from_error_code(error_code): argument 537 def _make_specific_exception(node_def, op, message, error_code): argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | nghttp2_test_utils.cc | 206 const testing::Matcher<uint32_t> error_code) in RstStreamMatcher() 323 const testing::Matcher<uint32_t> error_code, in GoAwayMatcher() 429 const testing::Matcher<uint32_t> error_code) { in IsRstStream() 450 const testing::Matcher<uint32_t> error_code, in IsGoAway()
|
H A D | oghttp2_session.cc | 112 uint32_t error_code() { return error_code_; } in error_code() function in http2::adapter::__anond62579530111::FrameAttributeCollector 782 uint32_t error_code) { in AfterFrameSent() 1226 spdy::SpdyErrorCode error_code) { in OnRstStream() 1360 spdy::SpdyErrorCode error_code) { in OnGoAway() 1611 const Http2ErrorCode error_code = in OnHeaderStatus() local 1845 Http2ErrorCode error_code) { in CloseStream() 1895 void OgHttp2Session::LatchErrorAndNotify(Http2ErrorCode error_code, in LatchErrorAndNotify()
|
/aosp_15_r20/external/aws-crt-java/src/native/ |
H A D | event_stream_rpc_client.c | 52 int error_code, in s_on_connection_setup() 86 int error_code, in s_on_connection_shutdown() 277 jint error_code) { in Java_software_amazon_awssdk_crt_eventstream_ClientConnection_closeClientConnection() 344 static void s_message_flush_fn(int error_code, void *user_data) { in s_message_flush_fn()
|
H A D | event_stream_rpc_server.c | 338 int error_code, in s_on_new_connection_fn() 432 int error_code, in s_on_connection_shutdown_fn() 666 jint error_code) { in Java_software_amazon_awssdk_crt_eventstream_ServerConnection_closeConnection() 716 static void s_message_flush_fn(int error_code, void *user_data) { in s_message_flush_fn()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 234 DexFileLoaderErrorCode* error_code, in Open() 250 DexFileLoaderErrorCode error_code; in Open() local 258 DexFileLoaderErrorCode error_code; in Open() local
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 234 DexFileLoaderErrorCode* error_code, in Open() 250 DexFileLoaderErrorCode error_code; in Open() local 258 DexFileLoaderErrorCode error_code; in Open() local
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 234 DexFileLoaderErrorCode* error_code, in Open() 250 DexFileLoaderErrorCode error_code; in Open() local 258 DexFileLoaderErrorCode error_code; in Open() local
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 234 DexFileLoaderErrorCode* error_code, in Open() 250 DexFileLoaderErrorCode error_code; in Open() local 258 DexFileLoaderErrorCode error_code; in Open() local
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_file_loader.h | 244 DexFileLoaderErrorCode* error_code, in Open() 260 DexFileLoaderErrorCode error_code; in Open() local 268 DexFileLoaderErrorCode error_code; in Open() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | distance_measurement_manager.cc | 833 std::string error_code = ErrorCodeText(complete_view.GetStatus()); in on_cs_read_local_supported_capabilities() local 853 std::string error_code = ErrorCodeText(event_view.GetStatus()); in on_cs_read_remote_supported_capabilities_complete() local 893 std::string error_code = ErrorCodeText(complete_view.GetStatus()); in on_cs_set_default_settings_complete() local 908 std::string error_code = ErrorCodeText(event_view.GetStatus()); in on_cs_security_enable_complete() local 933 std::string error_code = ErrorCodeText(event_view.GetStatus()); in on_cs_config_complete() local 1013 std::string error_code = ErrorCodeText(complete_view.GetStatus()); in on_cs_set_procedure_parameters() local 1093 std::string error_code = ErrorCodeText(event_view.GetStatus()); in on_cs_procedure_enable_complete() local 2281 std::string error_code = ErrorCodeText(status_view.GetStatus()); in on_read_remote_transmit_power_level_status() local 2347 std::string error_code = ErrorCodeText(complete_view.GetStatus()); in on_set_transmit_power_reporting_enable_complete() local
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_psy_mod.c | 213 IA_ERRORCODE error_code = IA_NO_ERROR; in ia_enhaacplus_enc_advance_psy_short() local 321 IA_ERRORCODE error_code = IA_NO_ERROR; in ia_enhaacplus_enc_advance_psy_long() local 474 IA_ERRORCODE error_code = IA_NO_ERROR; in ia_enhaacplus_enc_psy_main() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/fvp/ |
D | fvp_drtm_err.c | 11 int plat_set_drtm_error(uint64_t error_code) in plat_set_drtm_error() 17 int plat_get_drtm_error(uint64_t *error_code) in plat_get_drtm_error()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/ |
H A D | balsa_enums.cc | 10 BalsaFrameEnums::ParseState error_code) { in ParseStateToString() 41 BalsaFrameEnums::ErrorCode error_code) { in ErrorCodeToString()
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | dedicated_web_transport_http3_client.cc | 260 void OnSessionClosed(quic::WebTransportSessionError error_code, in OnSessionClosed() 859 quic::WebTransportSessionError error_code, in OnSessionClosed() 912 int error_code, in HandleWriteError() 917 void DedicatedWebTransportHttp3Client::OnWriteError(int error_code) { in OnWriteError()
|
/aosp_15_r20/external/cronet/components/nacl/renderer/plugin/ |
H A D | plugin_error.h | 27 void SetReport(PP_NaClError error_code, const std::string& message) { in SetReport() 32 PP_NaClError error_code() const { in error_code() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | read_until.hpp | 1085 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 1394 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 1710 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 2025 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 2051 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 2064 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 2080 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 2095 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 2397 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 2711 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/ |
D | pre_multi_index.hpp | 43 boost::multi_index::safe_mode::error_code error_code; member 46 #define BOOST_MULTI_INDEX_SAFE_MODE_ASSERT(expr,error_code) \ argument
|
/aosp_15_r20/external/fmtlib/src/ |
H A D | os.cc | 97 explicit system_message(unsigned long error_code) in system_message() 145 void detail::format_windows_error(detail::buffer<char>& out, int error_code, in format_windows_error() 162 void report_windows_error(int error_code, const char* message) noexcept { in report_windows_error()
|
/aosp_15_r20/external/ComputeLibrary/src/core/ |
H A D | Error.cpp | 34 Status arm_compute::create_error(ErrorCode error_code, std::string msg) in create_error() 39 Status arm_compute::create_error_msg(ErrorCode error_code, const char *func, const char *file, int … in create_error_msg()
|
/aosp_15_r20/system/core/fs_mgr/libfiemap/include/libfiemap/ |
H A D | fiemap_status.h | 42 static FiemapStatus FromErrorCode(int32_t error_code) { in FromErrorCode() 52 ErrorCode error_code() const { return error_code_; } in error_code() function
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd_rollback_utils.h | 65 std::error_code error_code; in ReplaceFiles() local 73 std::error_code error_code; in ReplaceFiles() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | bad_packet_writer.cc | 11 int error_code) in BadPacketWriter() 30 int error_code = error_code_; in WritePacket() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/ |
D | on_exit.cpp | 43 bp::on_exit([&p2](int, const std::error_code&) 44 { p2 = std::chrono::steady_clock::now(); })); in __anonfb7a27080202()
|
D | on_exit2.cpp | 43 bp::on_exit([&p2](int, const std::error_code&) 44 { p2 = std::chrono::steady_clock::now(); })); in __anon6aea231a0202()
|