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

1 2 3 4 5 67 8

  /external/bzip2/
bzlib.c 41 void BZ2_bz__AssertH__fail ( int errcode )
52 errcode,
56 if (errcode == 1007) {
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 39 #define TEST_ASSERT_SUCCESS(errcode) {if (U_FAILURE(errcode)) { \
41 __FILE__, __LINE__, testId, u_errorName(errcode));}}
    [all...]
rbbitst.cpp 45 #define TEST_ASSERT_SUCCESS(errcode) { if (U_FAILURE(errcode)) { \
46 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode));}}
    [all...]
  /external/e2fsprogs/e2fsck/
problem.h 15 errcode_t errcode; member in struct:problem_context
journal.c 1032 pctx.errcode = retval;
  /external/chromium_org/third_party/libusb/src/libusb/
libusb.h     [all...]
  /ndk/
ndk-gdb.py 105 def error(string, errcode=1):
107 exit(errcode)
  /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/valgrind/main/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/main/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/main/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/main/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...]
test_input_for_tinycc.c 1000 extern void bz_internal_error ( int errcode );
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 537 /* Returns a message corresponding to an error code, ERRCODE, returned
542 regerror (errcode, preg, errbuf, errbuf_size)
543 int errcode;
549 regerror (int errcode, const regex_t *_Restrict_ preg,
556 if (BE (errcode < 0
557 || errcode >= (int) (sizeof (__re_error_msgid_idx)
565 msg = gettext (__re_error_msgid + __re_error_msgid_idx[errcode]);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 54 #define TEST_ASSERT_SUCCESS(errcode) {if (U_FAILURE(errcode)) { \
56 __FILE__, __LINE__, testId, u_errorName(errcode));}}
    [all...]
rbbitst.cpp 44 #define TEST_ASSERT_SUCCESS(errcode) { if (U_FAILURE(errcode)) { \
45 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode));}}
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 2841 int errcode; local
    [all...]
  /external/libxml2/
xmlIO.c 2967 int errcode; local
    [all...]
  /external/mksh/src/
funcs.c 1733 int argc, i, errcode; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
test_vfs.c 214 struct errcode { struct
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 405 if e.errcode == -1 or e.headers is None:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 405 if e.errcode == -1 or e.headers is None:
    [all...]

Completed in 1118 milliseconds

1 2 3 4 5 67 8