/external/grpc-grpc-java/core/src/main/java/io/grpc/util/ |
D | TransmitStatusRuntimeExceptionInterceptor.java | 123 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/ |
D | kgsl_pipe.c | 55 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()
|
D | kgsl_ringbuffer.c | 67 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()
|
D | kgsl_bo.c | 60 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/ |
D | msm_pipe.c | 73 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()
|
D | msm_ringbuffer.c | 378 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()
|
D | msm_bo.c | 47 ERROR_MSG("alloc failed: %s", strerror(errno)); in bo_allocate()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir-a2xx.c | 36 #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/ |
D | freedreno_pipe.c | 43 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()
|
D | freedreno_device.c | 49 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()
|
D | freedreno_bo.c | 174 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()
|
D | freedreno_ringbuffer.c | 160 ERROR_MSG("allocation failed"); in fd_ringmarker_new()
|
D | freedreno_priv.h | 187 #define ERROR_MSG(fmt, ...) \ macro
|
/external/libdrm/etnaviv/ |
D | etnaviv_gpu.c | 40 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()
|
D | etnaviv_pipe.c | 51 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); in etna_pipe_wait_ns() 69 ERROR_MSG("allocation failed"); in etna_pipe_new()
|
D | etnaviv_cmd_stream.c | 65 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()
|
D | etnaviv_bo.c | 177 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()
|
D | etnaviv_priv.h | 193 #define ERROR_MSG(fmt, ...) \ macro
|
D | etnaviv_perfmon.c | 131 ERROR_MSG("allocation failed"); in etna_perfmon_create()
|