Searched defs:error_code (Results 1 - 15 of 15) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Dsigcontext.h11 unsigned long error_code; member in struct:sigcontext
H A Dprocessor.h45 unsigned long error_code; member in struct:thread_struct
/external/bluetooth/glib/tests/
H A Dmarkup-collect.c84 GMarkupError error_code; member in struct:test
184 if (tests[i].error_code != 0)
187 tests[i].document, tests[i].error_code);
196 if (error->code != tests[i].error_code)
199 tests[i].document, error->code, tests[i].error_code);
/external/qemu/distrib/sdl-1.2.12/src/audio/arts/
H A DSDL_artsaudio.c267 int error_code; local
305 error_code = SDL_NAME(arts_init)();
306 if ( error_code != 0 ) {
307 SDL_SetError("Unable to initialize ARTS: %s", SDL_NAME(arts_error_text)(error_code));
/external/bluetooth/glib/gio/win32/
H A Dgwinhttpvfs.c252 _g_winhttp_error_message (DWORD error_code) argument
257 if (error_code >= WINHTTP_ERROR_BASE && error_code < WINHTTP_ERROR_BASE + 200)
259 switch (error_code)
309 return g_strdup_printf ("WinHttp error %ld", error_code);
313 return g_win32_error_message (error_code);
318 DWORD error_code,
321 char *emsg = _g_winhttp_error_message (error_code);
317 _g_winhttp_set_error(GError **error, DWORD error_code, const char *what) argument
/external/bluetooth/bluez/audio/
H A Davdtp.h43 uint8_t error_code; member in union:avdtp_error::__anon36
/external/qemu/
H A Dkqemu.h86 uint32_t error_code; /* error_code when exiting with an exception */ member in struct:kqemu_cpu_state
/external/bluetooth/glib/glib/
H A Dgtestutils.c1369 int error_code)
1381 g_quark_to_string (error_domain), error_code);
1362 g_assertion_message_error(const char *domain, const char *file, int line, const char *func, const char *expr, GError *error, GQuark error_domain, int error_code) argument
/external/tcpdump/
H A Dprint-rsvp.c627 int hexdump,processed,padbytes,error_code,error_value,i; local
1409 error_code=*(obj_tptr+5);
1416 tok2str(rsvp_obj_error_code_values,"unknown",error_code),
1417 error_code);
1418 switch (error_code) {
1442 error_code=*(obj_tptr+17);
1449 tok2str(rsvp_obj_error_code_values,"unknown",error_code),
1450 error_code);
1452 switch (error_code) {
/external/v8/src/
H A Dplatform-linux.cc680 uint32_t error_code; member in struct:v8::internal::sigcontext
/external/icu4c/test/cintltst/
H A Dcapitst.c56 UErrorCode error_code = U_ZERO_ERROR; local
60 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
61 if(U_FAILURE(error_code)) {
62 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
71 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
73 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
76 if(U_FAILURE(error_code)) {
77 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
80 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
85 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)
[all...]
/external/kernel-headers/original/asm-x86/
H A Dprocessor_32.h359 unsigned long cr2, trap_no, error_code; member in struct:thread_struct
/external/kernel-headers/original/linux/
H A Dcdrom.h696 __u8 error_code : 7; member in struct:request_sense
698 __u8 error_code : 7;
/external/openssl/include/openssl/
H A Dssl.h1008 int error_code; /* actual code */ member in struct:ssl_st
/external/openssl/ssl/
H A Dssl.h1008 int error_code; /* actual code */ member in struct:ssl_st

Completed in 135 milliseconds