HomeSort by relevance Sort by last modified time
    Searched refs:errcode (Results 76 - 100 of 191) sorted by null

1 2 34 5 6 7 8

  /external/e2fsprogs/debugfs/
debugfs.c 646 errcode_t errcode; local
648 errcode = ext2fs_extent_open(current_fs, ino, &handle);
649 if (errcode)
660 errcode = ext2fs_extent_get(handle, op, &extent);
662 if (errcode)
678 errcode = ext2fs_extent_get_info(handle, &info);
679 if (errcode)
2000 errcode_t errcode; local
2215 errcode_t errcode; local
2250 errcode_t errcode; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 88 #define DF_ASSERT_FAIL(expr, errcode) {UErrorCode status=U_ZERO_ERROR; (expr);\
89 if (status!=errcode) {dataerrln("DecimalFormatTest failure at line %d. Expected status=%s, got %s", \
90 __LINE__, u_errorName(errcode), u_errorName(status));};}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 360 errcode = int(code)
362 errcode = -1
370 print>>stderr, 'reply: retcode (%s); Msg: %s' % (errcode, errmsg)
371 return errcode, errmsg
smtpd.py 378 errcode = getattr(e, 'smtp_code', -1)
381 refused[r] = (errcode, errmsg)
  /external/e2fsprogs/lib/ext2fs/
ext2fsP.h 62 errcode_t errcode; member in struct:dir_context
  /external/libpcap/
pcap-rpcap.h 459 int rpcap_senderror(SOCKET sock, char *error, unsigned short errcode, char *errbuf);
  /external/python/cpython2/Lib/
smtplib.py 378 errcode = int(code)
380 errcode = -1
388 print>>stderr, 'reply: retcode (%s); Msg: %s' % (errcode, errmsg)
389 return errcode, errmsg
smtpd.py 378 errcode = getattr(e, 'smtp_code', -1)
381 refused[r] = (errcode, errmsg)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 370 errcode = int(code)
372 errcode = -1
380 print>>stderr, 'reply: retcode (%s); Msg: %s' % (errcode, errmsg)
381 return errcode, errmsg
smtpd.py 378 errcode = getattr(e, 'smtp_code', -1)
381 refused[r] = (errcode, errmsg)
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 370 errcode = int(code)
372 errcode = -1
380 print>>stderr, 'reply: retcode (%s); Msg: %s' % (errcode, errmsg)
381 return errcode, errmsg
smtpd.py 378 errcode = getattr(e, 'smtp_code', -1)
381 refused[r] = (errcode, errmsg)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 370 errcode = int(code)
372 errcode = -1
380 print>>stderr, 'reply: retcode (%s); Msg: %s' % (errcode, errmsg)
381 return errcode, errmsg
smtpd.py 378 errcode = getattr(e, 'smtp_code', -1)
381 refused[r] = (errcode, errmsg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 370 errcode = int(code)
372 errcode = -1
380 print>>stderr, 'reply: retcode (%s); Msg: %s' % (errcode, errmsg)
381 return errcode, errmsg
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 12 #include "errcode.h"
814 int errcode = 0; local
840 flags, &errcode, arena);
845 if (errcode == E_EOF) {
1840 int errcode = _resetstkoflw(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 12 #include "errcode.h"
801 int errcode = 0; local
827 flags, &errcode, arena);
832 if (errcode == E_EOF) {
1815 int errcode = _resetstkoflw(); local
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 12 #include "errcode.h"
813 int errcode = 0; local
839 flags, &errcode, arena);
844 if (errcode == E_EOF) {
1845 int errcode = _resetstkoflw(); local
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldo.c 84 static void seterrorobj (lua_State *L, int errcode, StkId oldtop) {
85 switch (errcode) {
103 l_noret luaD_throw (lua_State *L, int errcode) {
105 L->errorJmp->status = errcode; /* set status */
109 L->status = cast_byte(errcode); /* mark it as dead */
112 luaD_throw(G(L)->mainthread, errcode); /* re-throw in main thread */
  /external/syslinux/com32/lua/src/
ldo.c 84 static void seterrorobj (lua_State *L, int errcode, StkId oldtop) {
85 switch (errcode) {
103 l_noret luaD_throw (lua_State *L, int errcode) {
105 L->errorJmp->status = errcode; /* set status */
109 L->status = cast_byte(errcode); /* mark it as dead */
112 luaD_throw(G(L)->mainthread, errcode); /* re-throw in main thread */
  /external/syslinux/gpxe/src/net/udp/
tftp.c 419 * @v errcode TFTP error code
423 static int tftp_send_error ( struct tftp_request *tftp, int errcode,
432 DBGC2 ( tftp, "TFTP %p sending ERROR %d: %s\n", tftp, errcode,
444 err->errcode = htons ( errcode );
903 "\"%s\"\n", tftp, ntohs ( error->errcode ), error->errmsg );
906 err = ntohs ( error->errcode );
    [all...]
  /system/sepolicy/tools/
check_seapp.c 334 static bool compile_regex(key_map *km, int *errcode, PCRE2_SIZE *erroff) {
351 errcode, erroff,
452 int errcode; local
467 rc = compile_regex(m, &errcode, &erroff);
469 pcre2_get_error_message(errcode,
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 378 errcode = getattr(e, 'smtp_code', -1)
381 refused[r] = (errcode, errmsg)
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 378 errcode = getattr(e, 'smtp_code', -1)
381 refused[r] = (errcode, errmsg)

Completed in 627 milliseconds

1 2 34 5 6 7 8