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

1 2 3 4 5 6 7 8

  /external/libxcam/modules/ocl/intel/
cl_intel_context.cpp 42 cl_int errcode = CL_SUCCESS; local
50 mem_id = oclCreateBufferFromLibvaIntel (_context_id, bo_name, &errcode);
53 errcode == CL_SUCCESS,
63 cl_int errcode = CL_SUCCESS; local
71 mem_id = oclCreateBufferFromFdINTEL (_context_id, &import_info, &errcode);
74 errcode == CL_SUCCESS,
85 cl_int errcode = CL_SUCCESS; local
93 mem_id = oclCreateImageFromLibvaIntel (_context_id, &image_info, &errcode);
96 errcode == CL_SUCCESS,
106 cl_int errcode = CL_SUCCESS local
127 cl_int errcode = CL_SUCCESS; local
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteCommon.cpp 114 static std::string sqlite3_error_code_to_msg(int errcode) {
115 auto it = sErrorCodesMap.find(errcode);
117 return std::to_string(errcode) + " " + it->second;
119 return std::to_string(errcode);
154 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message) {
155 throw_sqlite3_exception(env, errcode, "unknown error", message);
161 void throw_sqlite3_exception(JNIEnv* env, int errcode,
164 switch (errcode & 0xff) { /* mask off extended error code */
226 std::string errcode_msg = sqlite3_error_code_to_msg(errcode);
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,
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ion_test.sh 5 errcode=0
15 errcode=1
55 exit $errcode
  /external/e2fsprogs/debugfs/
zap.c 33 errcode_t errcode; local
131 errcode = ext2fs_bmap2(current_fs, inode, 0, 0, 0,
133 if (errcode) {
134 com_err(argv[0], errcode,
146 errcode = io_channel_read_blk64(current_fs->io, block, 1, buf);
147 if (errcode) {
148 com_err(argv[0], errcode,
158 errcode = io_channel_write_blk64(current_fs->io, block, 1, buf);
159 if (errcode) {
160 com_err(argv[0], errcode,
174 errcode_t errcode; local
    [all...]
htree.c 37 errcode_t errcode; local
52 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
53 if (errcode) {
54 com_err("htree_dump_leaf_node", errcode,
60 errcode = ext2fs_read_dir_block4(current_fs, pblk, buf, 0, ino);
61 if (errcode) {
62 com_err("htree_dump_leaf_node", errcode,
74 errcode = ext2fs_get_rec_len(fs, dirent, &rec_len);
75 if (errcode) {
76 com_err("htree_dump_leaf_inode", errcode,
198 errcode_t errcode; local
238 errcode_t errcode; local
404 errcode_t errcode; local
    [all...]
  /external/honggfuzz/linux/
pt.c 92 int errcode = pt_cpu_errata(&ptc.errata, &ptc.cpu); local
93 if (errcode < 0) {
94 LOG_F("pt_errata() failed: %s", pt_errstr(errcode));
103 errcode = pt_pkt_sync_forward(ptd);
104 if (errcode < 0) {
105 LOG_W("pt_pkt_sync_forward() failed: %s", pt_errstr(errcode));
111 errcode = pt_pkt_next(ptd, &packet, sizeof(packet));
112 if (errcode == -pte_eos) {
115 if (errcode < 0) {
116 LOG_W("pt_pkt_next() failed: %s", pt_errstr(errcode));
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dblist_dir.c 54 ctx.errcode = 0;
62 return ctx.errcode;
74 ctx->errcode = 0;
76 ctx->errcode = ext2fs_read_inode(fs, ctx->dir, &inode);
77 if (ctx->errcode)
85 if ((ret & BLOCK_ABORT) && !ctx->errcode)
block.c 33 errcode_t errcode; member in struct:block_context
44 (ctx)->errcode = EXT2_ET_RO_BLOCK_ITERATE; \
54 (ctx)->errcode = EXT2_ET_RO_BLOCK_ITERATE; \
84 ctx->errcode = EXT2_ET_BAD_IND_BLOCK;
88 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *ind_block,
90 if (ctx->errcode) {
131 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block,
133 if (ctx->errcode)
173 ctx->errcode = EXT2_ET_BAD_DIND_BLOCK;
177 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *dind_block
    [all...]
  /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) {
  /external/swiftshader/third_party/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) {
  /external/swiftshader/third_party/llvm-subzero/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) {
  /external/kmod/testsuite/
delete_module.c 40 int errcode; member in struct:mod
59 int ret, errcode; local
87 errcode = (int) l;
96 mod->errcode = errcode;
133 LOG("\tname=%s ret=%d errcode=%d\n",
134 mod->name, mod->ret, mod->errcode);
155 errno = mod->errcode;
  /bionic/libc/upstream-netbsd/lib/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/libusb/libusb/
strerror.c 189 * \param errcode the error code whose description is desired
192 DEFAULT_VISIBILITY const char* LIBUSB_CALL libusb_strerror(enum libusb_error errcode)
194 int errcode_index = -errcode;
  /external/libxcam/modules/ocl/
cl_context.cpp 300 XCAM_LOG_WARNING ("create CL command queue failed, errcode:%d", err_code);
374 XCAM_LOG_WARNING ("CL query binary sizes failed on %s, errcode:%d", name, error_code);
381 XCAM_LOG_WARNING ("CL query program binaries failed on %s, errcode:%d", name, error_code);
430 cl_int errcode = CL_SUCCESS; local
435 host_ptr, &errcode);
439 errcode == CL_SUCCESS,
441 "create cl image failed, errcode:%d", errcode);
456 cl_int errcode = CL_SUCCESS; local
463 &errcode);
480 cl_int errcode = CL_SUCCESS; local
505 cl_int errcode = CL_SUCCESS; local
544 cl_int errcode = CL_SUCCESS; local
584 cl_int errcode = CL_SUCCESS; local
632 cl_int errcode = CL_SUCCESS; local
678 cl_int errcode = CL_SUCCESS; local
    [all...]
  /external/python/cpython2/Tools/ssl/
make_ssl_data.py 58 errcode = lib[1] + errname # e.g. SSL_R_BAD_SSL_SESSION_ID_LENGTH variable
61 codes[errcode] = libcode, errname, errnum
78 for errcode, (libcode, name, num) in sorted(codes.items()):
79 w(' #ifdef %s' % (errcode))
80 w(' {"%s", %s, %s},' % (name, libcode, errcode))
  /external/python/cpython3/Tools/ssl/
make_ssl_data.py 58 errcode = lib[1] + errname # e.g. SSL_R_BAD_SSL_SESSION_ID_LENGTH variable
61 codes[errcode] = libcode, errname, errnum
78 for errcode, (libcode, name, num) in sorted(codes.items()):
79 w(' #ifdef %s' % (errcode))
80 w(' {"%s", %s, %s},' % (name, libcode, errcode))
  /external/python/cpython2/Lib/
robotparser.py 61 self.errcode = opener.errcode
62 if self.errcode in (401, 403):
64 elif self.errcode >= 400 and self.errcode < 500:
66 elif self.errcode == 200 and lines:
223 self.errcode = 200
230 def http_error_default(self, url, fp, errcode, errmsg, headers):
231 self.errcode = errcode
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/gdb/darwin-x86/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/gdb/linux-x86/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/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/e2fsprogs/e2fsck/
pass1.c 846 pctx->errcode = recheck_bad_inode_checksum(ctx->fs, ino, ctx, pctx);
847 if (pctx->errcode)
1111 pctx.errcode = e2fsck_allocate_inode_bitmap(fs, _("in-use inode map"),
1115 if (pctx.errcode) {
1121 pctx.errcode = e2fsck_allocate_inode_bitmap(fs,
1125 if (pctx.errcode) {
1131 pctx.errcode = e2fsck_allocate_inode_bitmap(fs,
1134 if (pctx.errcode) {
    [all...]

Completed in 453 milliseconds

1 2 3 4 5 6 7 8