HomeSort by relevance Sort by last modified time
    Searched refs:errorcode (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/main/native/
ErrorCode.h 24 * @param errorcode code to determine if it is an erro
25 * @return 0 if errorcode is not an error, 1 if errorcode is an error, but the
27 * @exception thrown if errorcode represents an error
29 UBool icu4jni_error(JNIEnv* env, UErrorCode errorcode);
  /external/webkit/JavaScriptCore/pcre/
pcre_compile.cpp 92 enum ErrorCode {
100 static const char* errorText(ErrorCode code)
153 static bool compileBracket(int, int*, unsigned char**, const UChar**, const UChar*, ErrorCode*, int, int*, int*, CompileData&);
170 errorCodePtr points to the errorcode variable
180 static int checkEscape(const UChar** ptrPtr, const UChar* patternEnd, ErrorCode* errorCodePtr, int bracount, bool isClass)
384 static const UChar* readRepeatCounts(const UChar* p, int* minp, int* maxp, ErrorCode* errorCodePtr)
570 const UChar** ptrPtr, const UChar* patternEnd, ErrorCode* errorCodePtr, int *firstbyteptr,
2576 ErrorCode errorcode = ERR0; local
    [all...]
  /external/bluetooth/hcidump/parser/
avdtp.c 174 static void errorcode(int level, struct frame *frm) function
302 errorcode(level, frm);
317 errorcode(level, frm);
335 errorcode(level, frm);
349 errorcode(level, frm);
367 errorcode(level, frm);
379 errorcode(level, frm);
393 errorcode(level, frm);
418 errorcode(level, frm);
  /external/qemu/slirp/
tftp.c 173 u_int16_t errorcode, const char *msg,
194 tp->x.tp_error.tp_error_code = htons(errorcode);
  /external/qemu/slirp-android/
tftp.c 175 u_int16_t errorcode, const char *msg,
196 tp->x.tp_error.tp_error_code = htons(errorcode);
  /external/webkit/WebCore/plugins/gtk/
gtk2xtbin.c 784 int errorcode; local
801 if((errorcode = untrap_error())) {
803 printf("send_xembed_message error(%d)!!!\n",errorcode);
885 int errorcode; local
905 int errorcode; local
  /external/icu4c/common/
Android.mk 93 errorcode.cpp \
  /external/qemu/distrib/sdl-1.2.12/src/audio/arts/
SDL_artsaudio.c 69 static const char *(*SDL_NAME(arts_error_text))(int errorcode);
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 318 short ap_gout[4], errorcode; local
321 errorcode=appl_getinfo(AES_WINDOW, &ap_gout[0], &ap_gout[1], &ap_gout[2], &ap_gout[3]);
323 if (errorcode==0) {
  /external/chromium/third_party/icu/
icuuc.scons 270 'source/common/errorcode.cpp',

Completed in 161 milliseconds