Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 25 of 54) sorted by relevance

123

/external/e2fsprogs/e2fsck/
Dprof_err.et3 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/
Dfile_util_icu.cc78 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/
Dmarkup-collect.c84 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/
Dgwinhttpvfs.c252 _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()
Dgwinhttpvfs.h90 char *_g_winhttp_error_message (DWORD error_code);
93 DWORD error_code,
/external/chromium/net/base/
Dload_log.h65 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
Dload_log_util.cc190 entry->error_code, in GetEntryString()
191 ErrorToString(entry->error_code)); in GetEntryString()
/external/webkit/WebKitTools/Scripts/webkitpy/
Dqueueengine_unittest.py96 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/
Det_c.awk148 /^[ \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/
Dbalsa_frame.cc62 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 …]
Dbalsa_enums.h95 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/
DSDL_artsaudio.c267 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/
Dvpx_codec_internal.h440 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/
Dprint-rsvp.c627 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/
Dsubprocess.cc255 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);
Dsubprocess.h79 static string Subprocess::Win32ErrorMessage(DWORD error_code);
/external/libvpx/vp8/decoder/
Donyxd_if.c335 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/
Ds2_lib.c508 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/
Dcpu-exec.c284 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/
Dflip_framer.h117 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/
Dsigcontext.h11 unsigned long error_code; member
/external/e2fsprogs/lib/et/test_cases/
Dcontinuation.et3 error_code CHPASS_UTIL_PASSWORD_IN_DICTIONARY,
/external/chromium/third_party/icu/source/test/cintltst/
Dcapitst.c56 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/
Dcapitst.c56 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/
DSDL_x11video.c211 (((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()

123