Home
last modified time | relevance | path

Searched refs:ERROR_MSG (Results 1 – 19 of 19) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
DTransmitStatusRuntimeExceptionInterceptor.java123 private static final String ERROR_MSG = "Encountered error during serialized access";
188 throw new RuntimeException(ERROR_MSG, e);
190 throw new RuntimeException(ERROR_MSG, e);
206 throw new RuntimeException(ERROR_MSG, e);
208 throw new RuntimeException(ERROR_MSG, e);
244 throw new RuntimeException(ERROR_MSG, e);
246 throw new RuntimeException(ERROR_MSG, e);
263 throw new RuntimeException(ERROR_MSG, e);
265 throw new RuntimeException(ERROR_MSG, e);
/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c55 ERROR_MSG("invalid param id: %d", param); in kgsl_pipe_get_param()
74 ERROR_MSG("waittimestamp failed! %d (%s)", ret, strerror(errno)); in kgsl_pipe_wait()
88 ERROR_MSG("readtimestamp failed! %d (%s)", in kgsl_pipe_timestamp()
204 ERROR_MSG("failed to get property: " #prop); \
225 ERROR_MSG("could not open %s device: %d (%s)", in kgsl_pipe_new()
232 ERROR_MSG("failed to allocate context: %d (%s)", in kgsl_pipe_new()
239 ERROR_MSG("allocation failed"); in kgsl_pipe_new()
256 ERROR_MSG("64b unsupported with kgsl"); in kgsl_pipe_new()
Dkgsl_ringbuffer.c67 ERROR_MSG("sharedmem free failed: %s", strerror(errno)); in kgsl_rb_bo_del()
84 ERROR_MSG("allocation failed"); in kgsl_rb_bo_new()
89 ERROR_MSG("gpumem allocation failed: %s", strerror(errno)); in kgsl_rb_bo_new()
152 ERROR_MSG("issueibcmds failed! %d (%s)", ret, strerror(errno)); in kgsl_ringbuffer_flush()
212 ERROR_MSG("allocation failed"); in kgsl_ringbuffer_new()
222 ERROR_MSG("ringbuffer allocation failed"); in kgsl_ringbuffer_new()
Dkgsl_bo.c60 ERROR_MSG("alloc failed: %s", strerror(errno)); in bo_alloc()
208 ERROR_MSG("mapping user mem failed: %s", in fd_bo_from_fbdev()
240 ERROR_MSG("get bufinfo failed: %s", strerror(errno)); in kgsl_bo_gpuaddr()
286 ERROR_MSG("set active failed: %s", strerror(errno)); in kgsl_bo_set_timestamp()
304 ERROR_MSG("get bufinfo failed: %s", strerror(errno)); in kgsl_bo_get_timestamp()
/external/libdrm/freedreno/msm/
Dmsm_pipe.c73 ERROR_MSG("invalid param id: %d", param); in msm_pipe_get_param()
92 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); in msm_pipe_wait()
120 ERROR_MSG("could not create submitqueue! %d (%s)", ret, strerror(errno)); in open_submitqueue()
156 ERROR_MSG("get-param failed! %d (%s)", ret, strerror(errno)); in get_param()
174 ERROR_MSG("allocation failed"); in msm_pipe_new()
Dmsm_ringbuffer.c378 ERROR_MSG(" bos[%d]: handle=%u, flags=%x", i, bo->handle, bo->flags); in dump_submit()
383 ERROR_MSG(" cmd[%d]: type=%u, submit_idx=%u, submit_offset=%u, size=%u", in dump_submit()
387 ERROR_MSG(" reloc[%d]: submit_offset=%u, or=%08x, shift=%d, reloc_idx=%u" in dump_submit()
437 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in msm_ringbuffer_flush()
593 ERROR_MSG("allocation failed"); in msm_ringbuffer_new()
Dmsm_bo.c47 ERROR_MSG("alloc failed: %s", strerror(errno)); in bo_allocate()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.c36 #define ERROR_MSG(f, ...) DBG("ERROR: "f, ##__VA_ARGS__) macro
145 ERROR_MSG("resolve failed: %d", ret); in ir2_shader_assemble()
156 ERROR_MSG("CF emit failed: %d\n", ret); in ir2_shader_assemble()
161 ERROR_MSG("CF emit failed: %d\n", ret); in ir2_shader_assemble()
175 ERROR_MSG("instruction emit failed: %d", ret); in ir2_shader_assemble()
235 ERROR_MSG("invalid alloc type: %d", cf->alloc.type); in cf_emit()
251 ERROR_MSG("TODO"); in cf_emit()
351 ERROR_MSG("invalid fetch opc: %d\n", instr->fetch.opc); in instr_emit_fetch()
538 ERROR_MSG("invalid fetch src swizzle: %s", reg->swizzle); in reg_fetch_src_swiz()
564 ERROR_MSG("invalid dst swizzle: %s", reg->swizzle); in reg_fetch_dst_swiz()
[all …]
/external/libdrm/freedreno/
Dfreedreno_pipe.c43 ERROR_MSG("invalid pipe id: %d", id); in fd_pipe_new2()
48 ERROR_MSG("invalid priority!"); in fd_pipe_new2()
54 ERROR_MSG("allocation failed"); in fd_pipe_new2()
Dfreedreno_device.c49 ERROR_MSG("cannot get version: %s", strerror(errno)); in fd_device_new()
56 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major, in fd_device_new()
70 ERROR_MSG("unknown device: %s", version->name); in fd_device_new()
Dfreedreno_bo.c174 ERROR_MSG("gem-open failed: %s", strerror(errno)); in fd_bo_from_name()
289 ERROR_MSG("failed to get dmabuf fd: %d", ret); in fd_bo_dmabuf()
317 ERROR_MSG("mmap failed: %s", strerror(errno)); in fd_bo_map()
Dfreedreno_ringbuffer.c160 ERROR_MSG("allocation failed"); in fd_ringmarker_new()
Dfreedreno_priv.h187 #define ERROR_MSG(fmt, ...) \ macro
/external/libdrm/etnaviv/
Detnaviv_gpu.c40 ERROR_MSG("get-param (%x) failed! %d (%s)", param, ret, strerror(errno)); in get_param()
53 ERROR_MSG("allocation failed"); in etna_gpu_new()
150 ERROR_MSG("invalid param id: %d", param); in etna_gpu_get_param()
Detnaviv_pipe.c51 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); in etna_pipe_wait_ns()
69 ERROR_MSG("allocation failed"); in etna_pipe_new()
Detnaviv_cmd_stream.c65 ERROR_MSG("invalid size of 0"); in etna_cmd_stream_new()
71 ERROR_MSG("allocation failed"); in etna_cmd_stream_new()
80 ERROR_MSG("allocation failed"); in etna_cmd_stream_new()
210 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in flush()
Detnaviv_bo.c177 ERROR_MSG("gem-open failed: %s", strerror(errno)); in etna_bo_from_name()
295 ERROR_MSG("failed to get dmabuf fd: %d", ret); in etna_bo_dmabuf()
319 ERROR_MSG("mmap failed: %s", strerror(errno)); in etna_bo_map()
Detnaviv_priv.h193 #define ERROR_MSG(fmt, ...) \ macro
Detnaviv_perfmon.c131 ERROR_MSG("allocation failed"); in etna_perfmon_create()