/external/e2fsprogs/e2fsck/ |
D | prof_err.et | 3 error_code PROF_VERSION, "Profile version 0.0" 8 error_code PROF_MAGIC_NODE, "Bad magic value in profile_node" 9 error_code PROF_NO_SECTION, "Profile section not found" 10 error_code PROF_NO_RELATION, "Profile relation not found" 11 error_code PROF_ADD_NOT_SECTION, 13 error_code PROF_SECTION_WITH_VALUE, 15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures" 16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile strctures" 17 error_code PROF_BAD_PARENT_PTR, 19 error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator" [all …]
|
/external/chromium/base/i18n/ |
D | file_util_icu.cc | 78 UErrorCode error_code = U_ZERO_ERROR; in LocaleAwareComparator() local 81 collator_.reset(icu::Collator::createInstance(error_code)); in LocaleAwareComparator() 82 DCHECK(U_SUCCESS(error_code)); in LocaleAwareComparator() 100 UErrorCode error_code = U_ZERO_ERROR; in Compare() local 106 error_code); in Compare() 107 DCHECK(U_SUCCESS(error_code)); in Compare()
|
/external/bluetooth/glib/tests/ |
D | markup-collect.c | 84 GMarkupError error_code; member 184 if (tests[i].error_code != 0) in main() 187 tests[i].document, tests[i].error_code); in main() 196 if (error->code != tests[i].error_code) in main() 199 tests[i].document, error->code, tests[i].error_code); in main()
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpvfs.c | 252 _g_winhttp_error_message (DWORD error_code) in _g_winhttp_error_message() argument 257 if (error_code >= WINHTTP_ERROR_BASE && error_code < WINHTTP_ERROR_BASE + 200) in _g_winhttp_error_message() 259 switch (error_code) in _g_winhttp_error_message() 309 return g_strdup_printf ("WinHttp error %ld", error_code); in _g_winhttp_error_message() 313 return g_win32_error_message (error_code); in _g_winhttp_error_message() 318 DWORD error_code, in _g_winhttp_set_error() argument 321 char *emsg = _g_winhttp_error_message (error_code); in _g_winhttp_set_error()
|
D | gwinhttpvfs.h | 90 char *_g_winhttp_error_message (DWORD error_code); 93 DWORD error_code,
|
/external/chromium/net/base/ |
D | load_log.h | 65 Entry(base::TimeTicks time, int error_code) in Entry() 66 : type(TYPE_ERROR_CODE), time(time), error_code(error_code) { in Entry() 87 int error_code; // valid when (type == TYPE_ERROR_CODE). member
|
D | load_log_util.cc | 190 entry->error_code, in GetEntryString() 191 ErrorToString(entry->error_code)); in GetEntryString()
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
D | queueengine_unittest.py | 96 def __init__(self, test, error_code): argument 98 self.error_code = error_code 102 raise ScriptError(exit_code=self.error_code)
|
/external/e2fsprogs/lib/et/ |
D | et_c.awk | 148 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[^ \t]/ { 153 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*$/ { 159 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*".*"[ \t]*$/ { 169 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*".*\\[ \t]*$/ {
|
/external/chromium/net/tools/flip_server/ |
D | balsa_frame.cc | 62 BalsaFrameEnums::ParseState error_code) { in ParseStateToString() argument 63 switch (error_code) { in ParseStateToString() 93 BalsaFrameEnums::ErrorCode error_code) { in ErrorCodeToString() argument 94 switch (error_code) { in ErrorCodeToString() 189 BalsaFrameEnums::ErrorCode* error_code) { in ParseHTTPFirstLine() argument 218 *error_code = BalsaFrameEnums::INTERNAL_LOGIC_ERROR; in ParseHTTPFirstLine() 228 *error_code = BalsaFrameEnums::INTERNAL_LOGIC_ERROR; in ParseHTTPFirstLine() 237 *error_code = BalsaFrameEnums::INTERNAL_LOGIC_ERROR; in ParseHTTPFirstLine() 276 *error_code = in ParseHTTPFirstLine() 303 *error_code = in ParseHTTPFirstLine() [all …]
|
D | balsa_enums.h | 95 static const char* ParseStateToString(ParseState error_code); 96 static const char* ErrorCodeToString(ErrorCode error_code);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/arts/ |
D | SDL_artsaudio.c | 267 int error_code; in ARTS_OpenAudio() local 305 error_code = SDL_NAME(arts_init)(); in ARTS_OpenAudio() 306 if ( error_code != 0 ) { in ARTS_OpenAudio() 307 SDL_SetError("Unable to initialize ARTS: %s", SDL_NAME(arts_error_text)(error_code)); in ARTS_OpenAudio()
|
/external/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 440 vpx_codec_err_t error_code; member 454 info->error_code = error; in vpx_internal_error() 469 longjmp(info->jmp, info->error_code); in vpx_internal_error()
|
/external/tcpdump/ |
D | print-rsvp.c | 627 int hexdump,processed,padbytes,error_code,error_value,i; in rsvp_obj_print() local 1409 error_code=*(obj_tptr+5); in rsvp_obj_print() 1416 tok2str(rsvp_obj_error_code_values,"unknown",error_code), in rsvp_obj_print() 1417 error_code); in rsvp_obj_print() 1418 switch (error_code) { in rsvp_obj_print() 1442 error_code=*(obj_tptr+17); in rsvp_obj_print() 1449 tok2str(rsvp_obj_error_code_values,"unknown",error_code), in rsvp_obj_print() 1450 error_code); in rsvp_obj_print() 1452 switch (error_code) { in rsvp_obj_print()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 255 string Subprocess::Win32ErrorMessage(DWORD error_code) { in Win32ErrorMessage() argument 262 NULL, error_code, 0, in Win32ErrorMessage() 431 int error_code = WEXITSTATUS(status); 433 "Plugin failed with status code $0.", error_code);
|
D | subprocess.h | 79 static string Subprocess::Win32ErrorMessage(DWORD error_code);
|
/external/libvpx/vp8/decoder/ |
D | onyxd_if.c | 335 pbi->common.error.error_code = VPX_CODEC_OK; in vp8dx_receive_compressed_data() 384 pbi->common.error.error_code = VPX_CODEC_ERROR; in vp8dx_receive_compressed_data() 403 pbi->common.error.error_code = VPX_CODEC_ERROR; in vp8dx_receive_compressed_data() 419 pbi->common.error.error_code = VPX_CODEC_ERROR; in vp8dx_receive_compressed_data()
|
/external/openssl/ssl/ |
D | s2_lib.c | 508 s->error_code=err; in ssl2_return_error() 521 buf[1]=(s->error_code>>8)&0xff; in ssl2_write_error() 522 buf[2]=(s->error_code)&0xff; in ssl2_write_error()
|
/external/qemu/ |
D | cpu-exec.c | 284 env->error_code, in cpu_exec() 298 env->error_code, in cpu_exec() 447 env->error_code = 0; in cpu_exec() 803 env->eip, env->cr[2], env->error_code); in handle_cpu_signal() 808 raise_exception_err(env->exception_index, env->error_code); in handle_cpu_signal() 930 env->nip, env->error_code, tb); in handle_cpu_signal() 1019 env->PC, env->error_code, tb); in handle_cpu_signal() 1069 env->PC, env->error_code, tb); in handle_cpu_signal() 1118 env->nip, env->error_code, tb); in handle_cpu_signal() 1163 env->nip, env->error_code, tb); in handle_cpu_signal()
|
/external/chromium/net/flip/ |
D | flip_framer.h | 117 FlipError error_code() const { return error_code_; } in error_code() function 200 static const char* ErrorCodeToString(int error_code);
|
/external/kernel-headers/original/asm-arm/ |
D | sigcontext.h | 11 unsigned long error_code; member
|
/external/e2fsprogs/lib/et/test_cases/ |
D | continuation.et | 3 error_code CHPASS_UTIL_PASSWORD_IN_DICTIONARY,
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | capitst.c | 56 UErrorCode error_code = U_ZERO_ERROR; in ucol_sortKeyToString() local 60 …le(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) { in ucol_sortKeyToString() 61 if(U_FAILURE(error_code)) { in ucol_sortKeyToString() 62 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code)); in ucol_sortKeyToString() 71 …if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY &… in ucol_sortKeyToString() 73 …} else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || … in ucol_sortKeyToString() 76 if(U_FAILURE(error_code)) { in ucol_sortKeyToString() 77 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code)); in ucol_sortKeyToString() 80 …if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == … in ucol_sortKeyToString() 85 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) { in ucol_sortKeyToString() [all …]
|
/external/icu4c/test/cintltst/ |
D | capitst.c | 56 UErrorCode error_code = U_ZERO_ERROR; in ucol_sortKeyToString() local 60 …le(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) { in ucol_sortKeyToString() 61 if(U_FAILURE(error_code)) { in ucol_sortKeyToString() 62 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code)); in ucol_sortKeyToString() 71 …if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY &… in ucol_sortKeyToString() 73 …} else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || … in ucol_sortKeyToString() 76 if(U_FAILURE(error_code)) { in ucol_sortKeyToString() 77 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code)); in ucol_sortKeyToString() 80 …if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == … in ucol_sortKeyToString() 85 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) { in ucol_sortKeyToString() [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11video.c | 211 (((e->error_code == BadRequest)&&(e->request_code == vm_error)) || in x_errhandler() 212 ((e->error_code > vm_error) && in x_errhandler() 213 (e->error_code <= (vm_error+XF86VidModeNumberErrors)))) ) { in x_errhandler() 216 XGetErrorText(d, e->error_code, errmsg, sizeof(errmsg)); in x_errhandler() 227 ((e->error_code > dga_error) && in x_errhandler() 228 (e->error_code <= (dga_error+XF86DGANumberErrors))) ) { in x_errhandler() 231 XGetErrorText(d, e->error_code, errmsg, sizeof(errmsg)); in x_errhandler()
|