Home
last modified time | relevance | path

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

12

/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.c68 ERROR_MSG("sharedmem free failed: %s", strerror(errno)); in kgsl_rb_bo_del()
85 ERROR_MSG("allocation failed"); in kgsl_rb_bo_new()
90 ERROR_MSG("gpumem allocation failed: %s", strerror(errno)); in kgsl_rb_bo_new()
153 ERROR_MSG("issueibcmds failed! %d (%s)", ret, strerror(errno)); in kgsl_ringbuffer_flush()
214 ERROR_MSG("allocation failed"); in kgsl_ringbuffer_new()
226 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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp114 static const StringTemplate ERROR_MSG = {"Pipeline creation returned an error result: ${0}"}; in validateResults() local
115 TCU_THROW(InternalError, ERROR_MSG.format(result).c_str()); in validateResults()
138 static const StringTemplate ERROR_MSG = {"Got ${0}, Expected ${1}"}; in checkResult() local
139 reason = ERROR_MSG.format(result, VK_RESULT); in checkResult()
154 …static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size()… in checkPipelineMustBeValid() local
155 TCU_THROW(TestError, ERROR_MSG.format(INDEX, pipelines.size())); in checkPipelineMustBeValid()
160 static const StringTemplate ERROR_MSG = {"pipelines[${0}] is not a valid VkPipeline object"}; in checkPipelineMustBeValid() local
161 reason = ERROR_MSG.format(INDEX); in checkPipelineMustBeValid()
176 …static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size()… in checkPipelineMustBeNull() local
177 TCU_THROW(TestError, ERROR_MSG.format(INDEX, pipelines.size())); in checkPipelineMustBeNull()
[all …]
/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()
162 ERROR_MSG("get-param failed! %d (%s)", ret, strerror(errno)); in get_param()
180 ERROR_MSG("allocation failed"); in msm_pipe_new()
Dmsm_ringbuffer.c401 ERROR_MSG(" bos[%d]: handle=%u, flags=%x", i, bo->handle, bo->flags); in dump_submit()
406 ERROR_MSG(" cmd[%d]: type=%u, submit_idx=%u, submit_offset=%u, size=%u", in dump_submit()
410 ERROR_MSG(" reloc[%d]: submit_offset=%u, or=%08x, shift=%d, reloc_idx=%u" in dump_submit()
519 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in msm_ringbuffer_flush()
700 ERROR_MSG("allocation failed"); in msm_ringbuffer_new()
Dmsm_bo.c47 ERROR_MSG("alloc failed: %s", strerror(errno)); in bo_allocate()
/external/mesa3d/src/freedreno/drm/
Dfreedreno_pipe.c41 ERROR_MSG("invalid pipe id: %d", id); in fd_pipe_new2()
46 ERROR_MSG("invalid priority!"); in fd_pipe_new2()
52 ERROR_MSG("allocation failed"); in fd_pipe_new2()
Dmsm_pipe.c102 ERROR_MSG("invalid param id: %d", param); in msm_pipe_get_param()
121 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); in msm_pipe_wait()
149 ERROR_MSG("could not create submitqueue! %d (%s)", ret, strerror(errno)); in open_submitqueue()
195 ERROR_MSG("get-param failed! %d (%s)", ret, strerror(errno)); in get_param()
213 ERROR_MSG("allocation failed"); in msm_pipe_new()
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()
Dmsm_priv.h91 ERROR_MSG(" bos[%d]: handle=%u, flags=%x", i, bo->handle, bo->flags); in msm_dump_submit()
97 ERROR_MSG(" cmd[%d]: type=%u, submit_idx=%u, submit_offset=%u, size=%u", in msm_dump_submit()
101 ERROR_MSG(" reloc[%d]: submit_offset=%u, or=%08x, shift=%d, reloc_idx=%u" in msm_dump_submit()
Dfreedreno_bo.c211 ERROR_MSG("gem-open failed: %s", strerror(errno)); in fd_bo_from_name()
332 ERROR_MSG("failed to get dmabuf fd: %d", ret); in fd_bo_dmabuf()
360 ERROR_MSG("mmap failed: %s", strerror(errno)); in fd_bo_map()
/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.c197 ERROR_MSG("gem-open failed: %s", strerror(errno)); in fd_bo_from_name()
314 ERROR_MSG("failed to get dmabuf fd: %d", ret); in fd_bo_dmabuf()
342 ERROR_MSG("mmap failed: %s", strerror(errno)); in fd_bo_map()
/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.c66 ERROR_MSG("invalid size of 0"); in etna_cmd_stream_new()
72 ERROR_MSG("allocation failed"); in etna_cmd_stream_new()
81 ERROR_MSG("allocation failed"); in etna_cmd_stream_new()
209 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in flush()
Detnaviv_bo.c178 ERROR_MSG("gem-open failed: %s", strerror(errno)); in etna_bo_from_name()
296 ERROR_MSG("failed to get dmabuf fd: %d", ret); in etna_bo_dmabuf()
320 ERROR_MSG("mmap failed: %s", strerror(errno)); in etna_bo_map()
Detnaviv_priv.h193 #define ERROR_MSG(fmt, ...) \ macro
/external/mesa3d/src/etnaviv/drm/
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()
153 ERROR_MSG("invalid param id: %d", param); in etna_gpu_get_param()
Detnaviv_pipe.c46 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); in etna_pipe_wait_ns()
64 ERROR_MSG("allocation failed"); in etna_pipe_new()
Detnaviv_cmd_stream.c96 ERROR_MSG("invalid size of 0"); in etna_cmd_stream_new()
102 ERROR_MSG("allocation failed"); in etna_cmd_stream_new()
111 ERROR_MSG("allocation failed"); in etna_cmd_stream_new()
243 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in etna_cmd_stream_flush()
Detnaviv_bo.c192 ERROR_MSG("gem-open failed: %s", strerror(errno)); in etna_bo_from_name()
318 ERROR_MSG("failed to get dmabuf fd: %d", ret); in etna_bo_dmabuf()
347 ERROR_MSG("mmap failed: %s", strerror(errno)); in etna_bo_map()

12