Searched defs:error_code (Results 276 - 300 of 306) sorted by relevance

<<111213

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.cc436 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) {
438 << " class=" << error_code->eclass()
439 << " number=" << error_code->number()
440 << " reason='" << error_code->reason() << "'"
664 int error_code, const std::string& reason) {
676 error_attr->SetCode(error_code);
678 error_attr->SetClass(error_code / 256);
679 error_attr->SetNumber(error_code % 256);
687 if (error_code != STUN_ERROR_BAD_REQUEST &&
688 error_code !
662 SendBindingErrorResponse(StunMessage* request, const rtc::SocketAddress& addr, int error_code, const std::string& reason) argument
1281 int error_code = STUN_ERROR_GLOBAL_FAILURE; local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_asconf.c1564 uint16_t error_code; local
1584 error_code = ntohs(eh->code);
1587 switch (error_code) {
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h293 __u32 error_code; member in struct:kvm_vcpu_events::__anon22785
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
H A Dkvm.h293 __u32 error_code; member in struct:kvm_vcpu_events::__anon25134
/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/strace/
H A Dsignal.c689 unsigned long error_code; member in struct:arm_sigcontext
/external/tcpdump/
H A Dprint-rsvp.c658 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; local
1531 error_code=*(obj_tptr+5);
1538 tok2str(rsvp_obj_error_code_values,"unknown",error_code),
1539 error_code);
1540 switch (error_code) {
1564 error_code=*(obj_tptr+17);
1571 tok2str(rsvp_obj_error_code_values,"unknown",error_code),
1572 error_code);
1574 switch (error_code) {
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c603 const char *error_code)
619 if (error_code) {
624 error_code);
1843 const char *error_code)
1856 if (error_code) {
1859 error_code);
599 build_post_dev_data_response(struct hs20_svc *ctx, xml_namespace_t **ret_ns, const char *session_id, const char *status, const char *error_code) argument
1840 build_spp_exchange_complete(struct hs20_svc *ctx, const char *session_id, const char *status, const char *error_code) argument
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_int.h263 UINT8 error_code; member in struct:__anon440
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc765 base::TerminationStatus status, int error_code) {
764 RenderProcessGone( base::TerminationStatus status, int error_code) argument
H A Drender_widget_host_view_aura.cc889 int error_code) {
888 RenderProcessGone(base::TerminationStatus status, int error_code) argument
/external/chromium_org/net/spdy/
H A Dspdy_framer.cc419 const char* SpdyFramer::ErrorCodeToString(int error_code) { argument
420 switch (error_code) {
H A Dspdy_session.cc1443 DCHECK_EQ(buffered_spdy_framer_->error_code(), SpdyFramer::SPDY_NO_ERROR);
1976 void SpdySession::OnError(SpdyFramer::SpdyError error_code) { argument
1979 RecordProtocolErrorHistogram(MapFramerErrorToProtocolError(error_code));
1982 error_code,
1983 SpdyFramer::ErrorCodeToString(error_code));
1984 DoDrainSession(MapFramerErrorToNetError(error_code), description);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc3054 cricket::BaseSession::Error error_code = cricket::BaseSession::ERROR_CONTENT; local
3057 session_->SetError(error_code, error_desc);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc374 int error_code = 0; local
383 error_code = 71;
388 error_code = 76;
393 error_code = 12;
398 error_code = 43;
403 error_code = 61;
408 error_code = 62;
413 error_code = 72;
418 error_code = 73;
423 error_code
[all...]
/external/chromium_org/net/quic/
H A Dquic_protocol.h398 QuicRstStreamErrorCode error_code,
770 QuicRstStreamErrorCode error_code,
777 QuicRstStreamErrorCode error_code; member in struct:net::QuicRstStreamFrame
793 QuicErrorCode error_code; member in struct:net::QuicConnectionCloseFrame
799 QuicGoAwayFrame(QuicErrorCode error_code,
806 QuicErrorCode error_code; member in struct:net::QuicGoAwayFrame
/external/chromium_org/third_party/libevent/
H A Devdns.c694 u16 error_code = (flags & 0x000f) - 1; local
695 if (error_code > 4) {
698 error = error_codes[error_code];
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c155 uint32_t error_code, format_error; local
157 error_code = retval?retval:GetLastError();
159 safe_sprintf(err_string, ERR_BUFFER_SIZE, "[%u] ", error_code);
161 size = FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM, NULL, error_code,
168 "Windows error code %u (FormatMessage error code %u)", error_code, format_error);
170 safe_sprintf(err_string, ERR_BUFFER_SIZE, "Unknown error code %u", error_code);
/external/kernel-headers/original/uapi/linux/
H A Dcdrom.h700 __u8 error_code : 7; member in struct:request_sense
702 __u8 error_code : 7;
H A Dkvm.h216 __u32 error_code; member in struct:kvm_run::__anon23136::__anon23139
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h401 UINT8 error_code; /* error code defined in ISO 15693 */ member in union:__anon23991::__anon23992
/external/qemu/android/config/linux-x86/linux/
H A Dkvm.h136 __u32 error_code; member in struct:kvm_run::__anon29064::__anon29067
/external/qemu/android/config/linux-x86_64/linux/
H A Dkvm.h136 __u32 error_code; member in struct:kvm_run::__anon29086::__anon29089
/external/qemu/target-mips/
H A Dop_helper.c86 uint32_t exception, int error_code)
90 qemu_log("%s: %d %d\n", __func__, exception, error_code);
93 env->error_code = error_code;
2111 helper_raise_exception_err(env, env->exception_index, env->error_code);
85 helper_raise_exception_err(CPUMIPSState *env, uint32_t exception, int error_code) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1022 int error_code) {
1027 crashed_error_code_ = error_code;
2524 params.error_code,
2531 int error_code,
2536 DidFailLoad(render_frame_host, url, error_code, error_description));
3606 int error_code) {
3626 SetIsCrashed(status, error_code);
1021 SetIsCrashed(base::TerminationStatus status, int error_code) argument
2528 DidFailLoadWithError( RenderFrameHostImpl* render_frame_host, const GURL& url, int error_code, const base::string16& error_description) argument
3604 RenderViewTerminated(RenderViewHost* rvh, base::TerminationStatus status, int error_code) argument

Completed in 416 milliseconds

<<111213