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

1 2 3 4 5 6 7 8

  /external/chromium/base/
bzip2_error_handler.cc 12 void bz_internal_error(int errcode) {
13 LOG(FATAL) << "bzip2 internal error: " << errcode;
  /frameworks/base/core/jni/
android_database_SQLiteCommon.h 44 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message);
46 void throw_sqlite3_exception(JNIEnv* env, int errcode,
android_database_SQLiteCommon.cpp 54 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message) {
55 throw_sqlite3_exception(env, errcode, "unknown error", message);
61 void throw_sqlite3_exception(JNIEnv* env, int errcode,
64 switch (errcode & 0xff) { /* mask off extended error code */
126 fullMessage.appendFormat(" (code %d)", errcode); // print extended error code
  /external/e2fsprogs/debugfs/
htree.c 36 errcode_t errcode; local
47 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
48 if (errcode) {
49 com_err("htree_dump_leaf_node", errcode,
56 errcode = ext2fs_read_dir_block2(current_fs, pblk, buf, 0);
57 if (errcode) {
58 com_err("htree_dump_leaf_node", errcode,
70 errcode = ext2fs_get_rec_len(fs, dirent, &rec_len);
71 if (errcode) {
72 com_err("htree_dump_leaf_inode", errcode,
164 errcode_t errcode; local
207 errcode_t errcode; local
395 errcode_t errcode; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bitops.c 69 void ext2fs_warn_bitmap(errcode_t errcode, unsigned long arg,
74 com_err(0, errcode, "#%lu for %s", arg, description);
76 com_err(0, errcode, "#%lu", arg);
dblist_dir.c 53 ctx.errcode = 0;
61 return ctx.errcode;
72 ctx->errcode = 0;
76 if ((ret & BLOCK_ABORT) && !ctx->errcode)
block.c 32 errcode_t errcode; member in struct:block_context
43 (ctx)->errcode = EXT2_ET_RO_BLOCK_ITERATE; \
53 (ctx)->errcode = EXT2_ET_RO_BLOCK_ITERATE; \
79 ctx->errcode = EXT2_ET_BAD_IND_BLOCK;
83 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *ind_block,
85 if (ctx->errcode) {
122 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block,
124 if (ctx->errcode)
157 ctx->errcode = EXT2_ET_BAD_DIND_BLOCK;
161 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *dind_block
    [all...]
get_pathname.c 37 errcode_t errcode; member in struct:get_pathname_struct
61 gp->errcode = retval;
98 gp.errcode = 0;
103 if (gp.errcode) {
104 retval = gp.errcode;
dir_iterate.c 124 ctx.errcode = 0;
131 return ctx.errcode;
200 ctx->errcode = ext2fs_read_dir_block(fs, *blocknr, ctx->buf);
201 if (ctx->errcode)
212 ctx->errcode = EXT2_ET_DIR_CORRUPTED;
261 ctx->errcode = ext2fs_write_dir_block(fs, *blocknr, ctx->buf);
262 if (ctx->errcode)
  /external/llvm/lib/Support/
regerror.c 84 llvm_regerror(int errcode, const llvm_regex_t *preg, char *errbuf, size_t errbuf_size)
88 int target = errcode &~ REG_ITOA;
92 if (errcode == REG_ATOI)
99 if (errcode&REG_ITOA) {
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 79 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size)
83 int target = errcode &~ REG_ITOA;
87 if (errcode == REG_ATOI)
94 if (errcode&REG_ITOA) {
  /bionic/libc/upstream-netbsd/libc/regex/
regerror.c 163 int errcode,
170 int target = errcode &~ REG_ITOA;
174 _DIAGASSERT(errcode != REG_ATOI || preg != NULL);
177 if (errcode == REG_ATOI)
184 if (errcode & REG_ITOA) {
  /external/chromium_org/third_party/libusb/src/libusb/
strerror.c 171 * \param errcode the error code whose description is desired
174 DEFAULT_VISIBILITY const char* LIBUSB_CALL libusb_strerror(enum libusb_error errcode)
176 int errcode_index = -errcode;
  /external/skia/tests/
ErrorTest.cpp 13 #define CHECK(errcode) \
14 REPORTER_ASSERT( reporter, (err = SkGetLastError()) == errcode); \
  /external/e2fsprogs/e2fsck/
pass3.c 76 pctx.errcode = ext2fs_allocate_inode_bitmap(fs, _("inode done bitmap"),
78 if (pctx.errcode) {
176 pctx.errcode = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk);
177 if (pctx.errcode) {
190 pctx.errcode = ext2fs_new_dir_block(fs, EXT2_ROOT_INO, EXT2_ROOT_INO,
192 if (pctx.errcode) {
199 pctx.errcode = ext2fs_write_dir_block(fs, blk, block);
200 if (pctx.errcode) {
222 pctx.errcode = ext2fs_write_new_inode(fs, EXT2_ROOT_INO, &inode);
223 if (pctx.errcode) {
    [all...]
pass1.c 597 pctx.errcode = ext2fs_allocate_inode_bitmap(fs, _("in-use inode map"),
599 if (pctx.errcode) {
605 pctx.errcode = ext2fs_allocate_inode_bitmap(fs,
607 if (pctx.errcode) {
613 pctx.errcode = ext2fs_allocate_inode_bitmap(fs,
615 if (pctx.errcode) {
621 pctx.errcode = ext2fs_allocate_block_bitmap(fs, _("in-use block map"),
623 if (pctx.errcode) {
631 pctx.errcode = ext2fs_create_icount2(fs, 0, 0, 0,
633 if (pctx.errcode) {
    [all...]
pass1b.c 219 pctx.errcode = ext2fs_allocate_inode_bitmap(fs,
221 if (pctx.errcode) {
277 pctx.errcode = ext2fs_open_inode_scan(fs, ctx->inode_buffer_blocks,
279 if (pctx.errcode) {
289 pctx.errcode = ext2fs_get_next_inode(scan, &ino, &inode);
290 if (pctx.errcode == EXT2_ET_BAD_BLOCK_IN_INODE_TABLE)
292 if (pctx.errcode) {
310 pctx.errcode = ext2fs_block_iterate2(fs, ino,
322 if (pctx.errcode)
530 pctx.errcode = clone_file(ctx, ino, p, block_buf)
647 errcode_t errcode; member in struct:clone_struct
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 60 self.errcode = opener.errcode
61 if self.errcode in (401, 403):
63 elif self.errcode >= 400:
65 elif self.errcode == 200 and lines:
212 self.errcode = 200
219 def http_error_default(self, url, fp, errcode, errmsg, headers):
220 self.errcode = errcode
221 return urllib.FancyURLopener.http_error_default(self, url, fp, errcode,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py 60 self.errcode = opener.errcode
61 if self.errcode in (401, 403):
63 elif self.errcode >= 400:
65 elif self.errcode == 200 and lines:
212 self.errcode = 200
219 def http_error_default(self, url, fp, errcode, errmsg, headers):
220 self.errcode = errcode
221 return urllib.FancyURLopener.http_error_default(self, url, fp, errcode,
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 315 #define RETURN_IF_NOT_VALID_PARA(bidi, errcode, retvalue) \
317 errcode=U_INVALID_STATE_ERROR; \
320 #define RETURN_IF_NOT_VALID_PARA_OR_LINE(bidi, errcode, retvalue) \
322 errcode=U_INVALID_STATE_ERROR; \
325 #define RETURN_IF_BAD_RANGE(arg, start, limit, errcode, retvalue) \
327 (errcode)=U_ILLEGAL_ARGUMENT_ERROR; \
333 #define RETURN_VOID_IF_NOT_VALID_PARA(bidi, errcode) \
335 errcode=U_INVALID_STATE_ERROR; \
338 #define RETURN_VOID_IF_NOT_VALID_PARA_OR_LINE(bidi, errcode) \
340 errcode=U_INVALID_STATE_ERROR;
    [all...]
  /external/icu4c/common/
ubidiimp.h 321 #define RETURN_IF_NOT_VALID_PARA(bidi, errcode, retvalue) \
323 errcode=U_INVALID_STATE_ERROR; \
326 #define RETURN_IF_NOT_VALID_PARA_OR_LINE(bidi, errcode, retvalue) \
328 errcode=U_INVALID_STATE_ERROR; \
331 #define RETURN_IF_BAD_RANGE(arg, start, limit, errcode, retvalue) \
333 (errcode)=U_ILLEGAL_ARGUMENT_ERROR; \
339 #define RETURN_VOID_IF_NOT_VALID_PARA(bidi, errcode) \
341 errcode=U_INVALID_STATE_ERROR; \
344 #define RETURN_VOID_IF_NOT_VALID_PARA_OR_LINE(bidi, errcode) \
346 errcode=U_INVALID_STATE_ERROR;
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 852 DNSServiceErrorType errcode; local
886 errcode =
898 if (errcode)
902 errcode
940 DNSServiceErrorType errcode; local
961 errcode =
973 if (errcode)
977 errcode
1807 int errcode = -1; local
1868 int errcode = init_config (); local
1907 int errcode; local
1956 int errcode = add_domain (conf, word); local
2062 int errcode = local
    [all...]
  /external/chromium/third_party/libevent/
evutil.h 111 #define EVUTIL_SET_SOCKET_ERROR(errcode) \
112 do { WSASetLastError(errcode); } while (0)
115 #define EVUTIL_SET_SOCKET_ERROR(errcode) \
116 do { errno = (errcode); } while (0)
  /external/chromium_org/third_party/libevent/
evutil.h 111 #define EVUTIL_SET_SOCKET_ERROR(errcode) \
112 do { WSASetLastError(errcode); } while (0)
115 #define EVUTIL_SET_SOCKET_ERROR(errcode) \
116 do { errno = (errcode); } while (0)
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_lib.c 243 int errcode; local
260 errcode = X509V3_R_EXTENSION_EXISTS;
274 errcode = X509V3_R_EXTENSION_NOT_FOUND;
305 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);

Completed in 774 milliseconds

1 2 3 4 5 6 7 8