Searched defs:error_code (Results 76 - 100 of 111) sorted by relevance

12345

/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h422 vpx_codec_err_t error_code; member in struct:vpx_internal_error_info
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c1006 cs->error_code = -ENOMEM;
1030 cs->error_code = r;
1035 cs->error_code = r;
1081 int error_code = 0; local
1195 error_code = cur->error_code;
1215 return error_code;
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc635 UErrorCode error_code = U_ZERO_ERROR; local
637 &error_code);
638 if (U_SUCCESS(error_code)) {
661 UErrorCode error_code = U_ZERO_ERROR; local
662 int32_t length = ucnv_fromUChars(cs, NULL, 0, name, -1, &error_code);
665 error_code = U_ZERO_ERROR;
671 &error_code);
672 if (!U_SUCCESS(error_code)) {
685 UErrorCode error_code = U_ZERO_ERROR; local
695 cs = ucnv_open("utf-8", &error_code);
[all...]
/external/webrtc/webrtc/p2p/base/
H A Drelayserver.cc56 const rtc::SocketAddress& remote_addr, int error_code,
73 err_code->SetClass(error_code / 100);
74 err_code->SetNumber(error_code % 100);
633 const StunMessage& request, int error_code, const char* error_desc) {
638 request, socket_, addr_pair_.source(), error_code, error_desc,
55 SendStunError(const StunMessage& msg, rtc::AsyncPacketSocket* socket, const rtc::SocketAddress& remote_addr, int error_code, const char* error_desc, const std::string& magic_cookie) argument
632 SendStunError( const StunMessage& request, int error_code, const char* error_desc) argument
H A Dport.cc388 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) {
390 << " class=" << error_code->eclass()
391 << " number=" << error_code->number()
392 << " reason='" << error_code->reason() << "'"
592 int error_code, const std::string& reason) {
603 error_attr->SetCode(error_code);
609 if (error_code != STUN_ERROR_BAD_REQUEST &&
610 error_code != STUN_ERROR_UNAUTHORIZED)
1235 int error_code = STUN_ERROR_GLOBAL_FAILURE; local
1237 error_code
590 SendBindingErrorResponse(StunMessage* request, const rtc::SocketAddress& addr, int error_code, const std::string& reason) argument
[all...]
/external/brotli/dec/
H A Dstate.h124 int error_code; member in struct:BrotliDecoderStateStruct
/external/curl/lib/
H A Dhttp2.c154 http->error_code = NGHTTP2_NO_ERROR;
706 uint32_t error_code, void *userp)
724 Curl_http2_strerror(error_code), error_code, stream_id));
729 stream->error_code = error_code;
1261 if(stream->error_code != NGHTTP2_NO_ERROR) {
1263 stream->stream_id, Curl_http2_strerror(stream->error_code),
1264 stream->error_code);
705 on_stream_close(nghttp2_session *session, int32_t stream_id, uint32_t error_code, void *userp) argument
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java19 protected int error_code = 0; field in class:Database
308 set_last_error(vm.error_code);
311 set_last_error(vm.error_code);
315 set_last_error(vm.error_code);
361 set_last_error(vm.error_code);
364 set_last_error(vm.error_code);
368 set_last_error(vm.error_code);
417 set_last_error(vm.error_code);
421 set_last_error(vm.error_code);
517 return error_code;
525 set_last_error(int error_code) argument
550 error_string(int error_code) argument
[all...]
/external/libchrome/base/
H A Dlogging.cc835 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { argument
839 DWORD len = FormatMessageA(flags, nullptr, error_code, 0, msgbuf,
844 base::StringPrintf(" (0x%X)", error_code);
847 GetLastError(), error_code);
850 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { argument
851 return base::safe_strerror(error_code);
/external/libmicrohttpd/src/testspdy/
H A Dtest_new_connection.c180 * |error_code| and exit.
182 static void diec(const char *func, int error_code) argument
184 fprintf(stderr, "FATAL: %s: error_code=%d, msg=%s\n", func, error_code,
185 spdylay_strerror(error_code));
H A Dtest_notls.c159 * |error_code| and exit.
161 static void diec(const char *func, int error_code) argument
163 fprintf(stderr, "FATAL: %s: error_code=%d, msg=%s\n", func, error_code,
164 spdylay_strerror(error_code));
H A Dtest_request_response.c162 * |error_code| and exit.
164 static void diec(const char *func, int error_code) argument
166 fprintf(stderr, "FATAL: %s: error_code=%d, msg=%s\n", func, error_code,
167 spdylay_strerror(error_code));
/external/libmojo/mojo/edk/system/ports/
H A Dnode.cc22 int DebugError(const char* message, int error_code) { argument
24 return error_code;
/external/libusb/libusb/
H A Dcore.c2469 * \param error_code The \ref libusb_error or libusb_transfer_status code to
2472 * error_code is not a known error / status code.
2474 DEFAULT_VISIBILITY const char * LIBUSB_CALL libusb_error_name(int error_code) argument
2476 switch (error_code) {
/external/regex-re2/re2/
H A Dre2.h270 bool ok() const { return error_code() == NoError; }
283 ErrorCode error_code() const { return error_code_; } function in class:re2::RE2
/external/valgrind/include/vki/
H A Dvki-xen-x86.h66 vki_uint16_t error_code; /* private */ member in struct:vki_xen_cpu_user_regs
97 vki_uint32_t error_code; /* private */ member in struct:vki_xen_cpu_user_regs
268 vki_uint32_t error_code; member in struct:vki_hvm_hw_cpu
/external/webp/include/webp/
H A Dencode.h335 WebPEncodingError error_code; member in struct:WebPPicture
528 // In case of error, picture->error_code is updated accordingly.
/external/webp/src/webp/
H A Dencode.h335 WebPEncodingError error_code; member in struct:WebPPicture
528 // In case of error, picture->error_code is updated accordingly.
/external/google-breakpad/src/processor/
H A Dminidump.cc4029 int error_code = ErrnoString(&error_string); local
4031 ", error " << error_code << ": " << error_string;
4436 int error_code = ErrnoString(&error_string); local
4437 BPLOG(ERROR) << "ReadBytes: error " << error_code << ": " << error_string;
4467 int error_code = ErrnoString(&error_string); local
4468 BPLOG(ERROR) << "SeekSet: error " << error_code << ": " << error_string;
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h299 __u32 error_code; member in struct:kvm_vcpu_events::__anon8461
/external/libldac/src/
H A Dldac.h238 int error_code; member in struct:_sfinfo_ldac
251 int error_code; member in struct:_handle_ldac_struct
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c577 DNSServiceErrorType error_code,
1063 DNSServiceErrorType error_code,
1086 if (error_code == kDNSServiceErr_NoError)
1156 error_code
1058 mdns_lookup_callback( DNSServiceRef sdref, DNSServiceFlags flags, uint32_t interface_index, DNSServiceErrorType error_code, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context ) argument
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dsystem_error.h37 virtual bool equivalent(const error_code& code, int condition) const;
54 class error_code
58 error_code();
59 error_code(int val, const error_category& cat);
61 error_code(ErrorCodeEnum e);
66 error_code& operator=(ErrorCodeEnum e);
78 bool operator<(const error_code& lhs, const error_code& rhs);
81 operator<<(basic_ostream<charT,traits>& os, const error_code& ec);
111 system_error(error_code e
735 class error_code { class in namespace:llvm
739 error_code() : _val_(0), _cat_(&system_category()) {} function in class:llvm::error_code
741 error_code(int _val, const error_category& _cat) function in class:llvm::error_code
745 error_code(E _e, typename enable_if_c< function in class:llvm::error_code
[all...]
/external/tcpdump/
H A Dprint-rsvp.c673 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; local
1556 error_code=*(obj_tptr+5);
1563 tok2str(rsvp_obj_error_code_values,"unknown",error_code),
1564 error_code));
1565 switch (error_code) {
1588 error_code=*(obj_tptr+17);
1595 tok2str(rsvp_obj_error_code_values,"unknown",error_code),
1596 error_code));
1598 switch (error_code) {
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc1287 int error_code = 0; local
1289 error_code = decoder->ErrorCode();
1290 if (error_code != 0) {
1292 decoder_error_code_ = error_code;
1294 LOG(LS_WARNING) << "Decoder returned error code: " << error_code;

Completed in 854 milliseconds

12345