Searched defs:error_code (Results 26 - 50 of 306) sorted by last modified time

1234567891011>>

/external/openssl/ssl/
H A Dssl.h1339 int error_code; /* actual code */ member in struct:ssl_st
/external/oprofile/module/ia64/
H A Dop_syscalls.c300 asmlinkage void pre_sys_exit(int error_code) argument
/external/oprofile/module/x86/
H A Dop_syscalls.c291 asmlinkage long my_sys_exit(int error_code) argument
307 return old_sys_exit(error_code);
/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/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextLinux_x86_64.cpp93 uint64_t error_code; // CPU error code. member in struct:UserArea
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h483 vpx_codec_err_t error_code; member in struct:vpx_internal_error_info
496 info->error_code = error;
510 longjmp(info->jmp, info->error_code);
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h403 u32 error_code; member in struct:kvm_vcpu_arch::kvm_queued_exception
712 bool has_error_code, u32 error_code,
851 int reason, bool has_error_code, u32 error_code);
872 void kvm_queue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code);
874 void kvm_requeue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code);
922 int kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gva_t gva, u32 error_code,
971 static inline void kvm_inject_gp(struct kvm_vcpu *vcpu, u32 error_code) argument
973 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code);
/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/libhevc/decoder/
H A Dihevcd_decode.c122 UWORD32 error_code = 0; local
123 error_code = e_error;
124 switch(error_code)
135 error_code |= 1 << IVD_FATALERROR;
153 return error_code;
/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/libnfc-nci/src/nfc/include/
H A Drw_api.h236 UINT8 error_code; /* error code; I93_ERROR_CODE_XXX */ member in struct:__anon24336
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c318 BOOLEAN rw_i93_check_sys_info_prot_ext (UINT8 error_code) argument
326 &&(error_code == I93_ERROR_CODE_OPTION_NOT_SUPPORTED)
375 STREAM_TO_UINT8 (rw_data.i93_cmd_cmpl.error_code, p);
424 rw_data.i93_cmd_cmpl.error_code = 0;
443 rw_data.i93_cmd_cmpl.error_code = 0;
2916 rw_data.i93_cmd_cmpl.error_code = 0;
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsigcontext.h11 unsigned long error_code; member in struct:sigcontext
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h293 __u32 error_code; member in struct:kvm_vcpu_events::__anon22785
/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
H A Dn_r3964.h91 int error_code; member in struct:r3964_client_message
/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...]
H A DStmt.java24 protected int error_code = 0; field in class:Stmt
H A DVm.java19 protected int error_code = 0; field in class:Vm
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
H A Dafter_initialization_fixture.cc18 void CallbackOnError(int channel, int error_code) { argument
20 ": error code " << error_code; local
/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/chromium_org/third_party/webrtc/base/
H A Dthread.cc282 int error_code = pthread_create(&thread_, &attr, PreRun, init); local
283 if (0 != error_code) {
284 LOG(LS_ERROR) << "Unable to create pthread, error " << error_code;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc1186 int error_code = 0; local
1188 error_code = decoder->ErrorCode();
1189 if (error_code != 0) {
1191 decoder_error_code_ = error_code;
1197 LOG_FERR2(LS_WARNING, DecodeLoop, error_code, packet_list->size());
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc633 UErrorCode error_code = U_ZERO_ERROR; local
635 &error_code);
636 if (U_SUCCESS(error_code)) {
659 UErrorCode error_code = U_ZERO_ERROR; local
660 int32_t length = ucnv_fromUChars(cs, NULL, 0, name, -1, &error_code);
663 error_code = U_ZERO_ERROR;
669 &error_code);
670 if (!U_SUCCESS(error_code)) {
683 UErrorCode error_code = U_ZERO_ERROR; local
693 cs = ucnv_open("utf-8", &error_code);
[all...]

Completed in 6978 milliseconds

1234567891011>>