HomeSort by relevance Sort by last modified time
    Searched full:errcode (Results 151 - 175 of 201) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 378 errcode = getattr(e, 'smtp_code', -1)
381 refused[r] = (errcode, errmsg)
xmlrpclib.py 233 # @param errcode The HTTP error code.
239 def __init__(self, url, errcode, errmsg, headers):
242 self.errcode = errcode
248 (self.url, self.errcode, self.errmsg)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 233 # @param errcode The HTTP error code.
239 def __init__(self, url, errcode, errmsg, headers):
242 self.errcode = errcode
248 (self.url, self.errcode, self.errmsg)
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 39 #define TEST_ASSERT_SUCCESS(errcode) {if (U_FAILURE(errcode)) { \
41 __FILE__, __LINE__, testId, u_errorName(errcode));}}
    [all...]
  /external/e2fsprogs/e2fsck/
message.c 461 fprintf(f, "%*s", width, error_message(ctx->errcode));
problem.h 16 errcode_t errcode; member in struct:problem_context
  /external/e2fsprogs/lib/ext2fs/
bitops.h 51 extern void ext2fs_warn_bitmap(errcode_t errcode, unsigned long arg,
  /external/ipsec-tools/src/libipsec/
policy_parse.y 601 error = yyparse(); /* it must be set errcode. */
  /external/pcre/dist/doc/html/
pcreposix.html 37 <b> size_t regerror(int <i>errcode</i>, const regex_t *<i>preg</i>,</b>
  /ndk/
ndk-gdb.py 129 def error(string, errcode=1):
131 exit(errcode)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h     [all...]
windowsx.h16 139 #define FORWARD_WM_SYSTEMERROR(hwnd,errCode,fn) (void)(fn)((hwnd),WM_SYSTEMERROR,(WPARAM)(errCode),0L)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py     [all...]
  /external/clang/test/
cxx-sections.data 548 19.5.2 [syserr.errcode]
550 19.5.2.2 [syserr.errcode.overview]
551 19.5.2.3 [syserr.errcode.constructors]
552 19.5.2.4 [syserr.errcode.modifiers]
553 19.5.2.5 [syserr.errcode.observers]
554 19.5.2.6 [syserr.errcode.nonmembers]
    [all...]
  /external/bzip2/
bzlib.c 41 void BZ2_bz__AssertH__fail ( int errcode )
52 errcode,
56 if (errcode == 1007) {
    [all...]
  /external/valgrind/VEX/switchback/
test_bzip2.c 423 extern void BZ2_bz__AssertH__fail ( int errcode );
424 #define AssertH(cond,errcode) \
425 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
449 extern void bz_internal_error ( int errcode );
450 #define AssertH(cond,errcode) \
451 { if (!(cond)) bz_internal_error ( errcode ); }
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 446 extern void BZ2_bz__AssertH__fail ( int errcode );
447 #define AssertH(cond,errcode) \
448 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
472 extern void bz_internal_error ( int errcode );
473 #define AssertH(cond,errcode) \
474 { if (!(cond)) bz_internal_error ( errcode ); }
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 439 extern void BZ2_bz__AssertH__fail ( int errcode );
440 #define AssertH(cond,errcode) \
441 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
465 extern void bz_internal_error ( int errcode );
466 #define AssertH(cond,errcode) \
467 { if (!(cond)) bz_internal_error ( errcode ); }
    [all...]
varinfo6.c 477 extern void BZ2_bz__AssertH__fail ( int errcode );
478 #define AssertH(cond,errcode) \
479 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
503 extern void bz_internal_error ( int errcode );
504 #define AssertH(cond,errcode) \
505 { if (!(cond)) bz_internal_error ( errcode ); }
    [all...]
  /external/valgrind/perf/
bz2.c 439 extern void BZ2_bz__AssertH__fail ( int errcode );
440 #define AssertH(cond,errcode) \
441 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
465 extern void bz_internal_error ( int errcode );
466 #define AssertH(cond,errcode) \
467 { if (!(cond)) bz_internal_error ( errcode ); }
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/boringssl/src/crypto/x509/
x509_vfy.c 697 static int check_id_error(X509_STORE_CTX *ctx, int errcode)
699 ctx->error = errcode;
    [all...]

Completed in 1759 milliseconds

1 2 3 4 5 67 8 9