Home
last modified time | relevance | path

Searched defs:error_code (Results 251 – 275 of 1351) sorted by relevance

1...<<11121314151617181920>>...55

/aosp_15_r20/external/tcpdump/
H A Dprint-rpki-rtr.c45 nd_uint16_t error_code; /* Error code */ member
288 u_int encapsulated_pdu_length, text_length, tlen, error_code; in rpki_rtr_pdu_print() local
/aosp_15_r20/system/libziparchive/
H A Dzip_writer.cc77 const char* ZipWriter::ErrorCodeString(int32_t error_code) { in ErrorCodeString()
129 int32_t ZipWriter::HandleError(int32_t error_code) { in HandleError()
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_channel.c187 WORD32 error_code = 0; in ixheaacd_read_pulse_data() local
224 WORD16 error_code = AAC_DEC_OK; in ixheaacd_read_block_data() local
485 WORD16 error_code = AAC_DEC_OK; in ixheaacd_individual_ch_stream() local
H A Dixheaacd_env_dec.c294 FLAG error_code = 0; in ixheaacd_check_env_data() local
636 FLAG error_code; in ixheaacd_dec_sbrdata() local
733 FLAG error_code; in ixheaacd_dec_envelope() local
H A Dixheaacd_mps_decorr.c433 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_decorr_filt_create() local
907 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_ducker_create() local
948 IA_ERRORCODE error_code = IA_NO_ERROR; in ixheaacd_decorr_create() local
/aosp_15_r20/external/leveldb/util/
H A Denv_windows.cc47 std::string GetWindowsErrorMessage(DWORD error_code) { in GetWindowsErrorMessage()
64 Status WindowsError(const std::string& context, DWORD error_code) { in WindowsError()
196 DWORD error_code = ::GetLastError(); in Read() local
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_test_util_common.cc221 spdy::SpdyErrorCode error_code) override {} in OnRstStream()
223 spdy::SpdyErrorCode error_code, in OnGoAway()
704 spdy::SpdyErrorCode error_code, in ConstructSpdyGoAway()
723 spdy::SpdyErrorCode error_code) { in ConstructSpdyRstStream()
H A Dbuffered_spdy_framer.cc165 spdy::SpdyErrorCode error_code) { in OnRstStream()
169 spdy::SpdyErrorCode error_code) { in OnGoAway()
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dsync.h226 unsigned char error_code; /* error base + XSyncBadAlarm */ member
236 unsigned char error_code; /* error base + XSyncBadCounter */ member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
H A Dtf_framework_c_interface.cc101 int32_t error_code, char* msg) { in _mlir_ciface_tf_report_error()
113 static void ReportError(void* op_kernel_ctx, ErrorCode error_code, in ReportError()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dexecutor.hpp115 …void internal_error_handle(const std::error_code &, const char*, boost::mpl::false_, boost::mpl::t… in internal_error_handle()
116 …void internal_error_handle(const std::error_code &, const char*, boost::mpl::true_, boost::mpl::t… in internal_error_handle()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/extensions/
Dsync.h226 unsigned char error_code; /* error base + XSyncBadAlarm */ member
236 unsigned char error_code; /* error base + XSyncBadCounter */ member
/aosp_15_r20/system/connectivity/wificond/scanning/
Dscanner_impl.cpp205 int error_code = 0; in scanRequest() local
345 int error_code = 0; in StartPnoScanDefault() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dweb_transport_http3.cc88 void WebTransportHttp3::CloseSession(WebTransportSessionError error_code, in CloseSession()
116 void WebTransportHttp3::OnCloseReceived(WebTransportSessionError error_code, in OnCloseReceived()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/
H A Dhttp2_structures.h190 Http2ErrorCode error_code; member
272 Http2ErrorCode error_code; member
/aosp_15_r20/external/cronet/components/prefs/
H A Djson_pref_store.cc77 int error_code, in HandleReadErrors()
113 int error_code; in ReadPrefsFromDisk() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dasync_pipe.hpp146 ReadHandler, void(boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
157 WriteHandler, void(boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_RESULT_TYPE()
/aosp_15_r20/external/libchrome/base/json/
H A Djson_parser_unittest.cc227 int error_code = 0; in TEST_F() local
337 int error_code = 0; in TEST_F() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dnghttp2_callbacks.cc228 uint32_t error_code = 0; in OnFrameSent() local
283 uint32_t error_code, void* user_data) { in OnStreamClosed()
H A Dnghttp2_adapter.cc119 Http2ErrorCode error_code, in SubmitGoAway()
214 Http2ErrorCode error_code) { in SubmitRst()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp207 glw::GLenum error_code = gl.getError(); in iterate() local
384 glw::GLenum error_code = gl.getError(); in iterate() local
/aosp_15_r20/external/cronet/base/json/
H A Djson_parser.cc37 std::string ErrorCodeToString(JSONParser::JsonParseError error_code) { in ErrorCodeToString()
170 JSONParser::JsonParseError JSONParser::error_code() const { in error_code() function in base::internal::JSONParser
/aosp_15_r20/external/coreboot/payloads/libpayload/include/x86/arch/
H A Dexception.h71 size_t error_code; member
95 size_t error_code; member
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dcoordination_service.proto124 int32 error_code = 1; field
135 int32 error_code = 1; field
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/av1/
H A Dlibaom_av1_encoder.cc322 aom_codec_err_t error_code = aom_codec_control(&ctx_, param_id, param_value); in SetEncoderControlParameters() local
760 aom_codec_err_t error_code = aom_codec_enc_config_set(&ctx_, &cfg_); in SetRates() local

1...<<11121314151617181920>>...55