Home
last modified time | relevance | path

Searched refs:Exceptions (Results 1 – 25 of 1980) sorted by relevance

12345678910>>...80

/external/OpenCL-CTS/test_conformance/spir/
Drun_services.cpp116 throw Exceptions::TestError("clCreateContext failed\n", error); in create_context_and_queue()
122 throw Exceptions::TestError("clCreateCommandQueue failed\n", error); in create_context_and_queue()
133 throw Exceptions::TestError("Can't load the cl File " + file_name, 1); in load_file_cl()
149 throw Exceptions::TestError("Can't load the bc File " + file_name, 1); in load_file_bc()
175 throw Exceptions::TestError("Error creating program\n", error); in create_program_from_cl()
198 …throw Exceptions::TestError("clCreateProgramWithBinary failed: Unable to load valid program binary… in create_program_from_bc()
203 …throw Exceptions::TestError("clCreateProgramWithBinary failed: Unable to load valid device binary … in create_program_from_bc()
220 throw Exceptions::TestError("Unable to create kernel\n", error); in create_kernel_helper()
231 throw Exceptions::TestError("clGetContextInfo failed\n", error); in get_context_device()
244 throw Exceptions::TestError("clGetProgramInfo failed\n", error); in get_program_device()
[all …]
Dkernelargs.h216 throw Exceptions::TestError("clCreateSampler failed\n", error); in KernelArgSampler()
263 throw Exceptions::TestError("clGetSamplerInfo failed\n", err); in isNormalized()
276 throw Exceptions::TestError("clGetSamplerInfo failed\n", err); in getAddressingMode()
289 throw Exceptions::TestError("clGetSamplerInfo failed\n", err); in getFilterMode()
356 throw Exceptions::TestError("clCreateBuffer failed\n", error); in KernelArgBuffer()
371 throw Exceptions::TestError("clEnqueueReadBuffer failed\n", error); in readToHost()
393 throw Exceptions::TestError("KernelArgImage clCreateBuffer failed\n", error); in KernelArgImage()
403 throw Exceptions::TestError("KernelArgImage clCreateImage failed\n", error); in KernelArgImage()
430 throw Exceptions::TestError("clEnqueueReadImage failed\n", error); in readToHost()
Ddatagen.h233 throw Exceptions::TestError("KernelArgGenerator is not implemented\n");
275 throw Exceptions::TestError("clGetSupportedImageFormats failed\n", error);
282 throw Exceptions::TestError("clGetSupportedImageFormats failed\n", error);
335 throw Exceptions::TestError("align_malloc failed for image\n", 1);
711 throw Exceptions::TestError(str, 1);
839 throw Exceptions::TestError("Unable to get argument address qualifier\n", error);
878 throw Exceptions::TestError("align_malloc failed for array buffer\n", 1);
901 throw Exceptions::TestError("align_malloc failed for pBuffer\n", 1);
/external/skia/infra/bots/task_drivers/cifuzz/
Dcifuzz_test.go34 require.Empty(t, res.Exceptions)
39 assert.Empty(t, step.Exceptions)
65 require.Empty(t, res.Exceptions)
70 assert.Empty(t, step.Exceptions)
/external/libchrome/base/android/jni_generator/
DtestInputStream.javap23 const #17 = Asciz Exceptions;
91 Exceptions:
109 Exceptions:
148 Exceptions:
167 Exceptions:
188 Exceptions:
206 Exceptions:
225 Exceptions:
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp49 SmallVector<std::unique_ptr<WebAssemblyException>, 8> Exceptions; in recalculate() local
56 Exceptions.push_back(std::move(WE)); in recalculate()
68 ExceptionPointers.reserve(Exceptions.size()); in recalculate()
71 for (auto &WE : Exceptions) { in recalculate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp49 SmallVector<WebAssemblyException *, 8> Exceptions; in recalculate() local
56 Exceptions.push_back(WE); in recalculate()
68 for (auto *WE : Exceptions) { in recalculate()
77 for (auto *WE : Exceptions) { in recalculate()
/external/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
Dperf_puppeteer_render_skps_test.go48 require.Empty(t, res.Exceptions)
93 require.Empty(t, res.Exceptions)
126 require.Empty(t, res.Exceptions)
168 require.Empty(t, res.Exceptions)
212 require.Empty(t, res.Exceptions)
244 require.Empty(t, res.Exceptions)
/external/emma/core/java12/com/vladium/util/exception/
DExceptions.java16 abstract class Exceptions class
44 private Exceptions () {} // this class is not extendible in Exceptions() method in Exceptions
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DIntegerDivisionCheck.cpp28 const auto Exceptions = in registerMatchers() local
40 Exceptions, in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExceptionAnalyzer.cpp23 const Throwables &Exceptions) { in registerExceptions() argument
24 if (Exceptions.size() == 0) in registerExceptions()
27 ThrownExceptions.insert(Exceptions.begin(), Exceptions.end()); in registerExceptions()
/external/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
Dperf_puppeteer_skottie_frames_test.go43 require.Empty(t, res.Exceptions)
88 require.Empty(t, res.Exceptions)
130 require.Empty(t, res.Exceptions)
165 require.Empty(t, res.Exceptions)
/external/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
Dperf_puppeteer_canvas_test.go43 require.Empty(t, res.Exceptions)
83 require.Empty(t, res.Exceptions)
119 require.Empty(t, res.Exceptions)
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dmtest.adb17 with Ada.Exceptions;
143 Ada.Text_IO.Put_Line (Ada.Exceptions.Exception_Information (E));
/external/antlr/runtime/Perl5/docs/
Ddesign.pod18 Java is built on two basic concepts: Objects and Exceptions. If there's a
34 =head2 Exceptions section in Basic Porting Considerations
/external/dokka/core/testdata/format/
DexceptionClass.package.md5 ### Exceptions subsection
DthrowsTag.md7 ### Exceptions subsection in f
/external/python/cpython2/Tools/pybench/
DSetup.py32 from Exceptions import *
/external/llvm-project/libc/config/linux/
Dsyscall.h.def3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Derrno.h.in3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticAnalysisKinds.td3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
/external/llvm-project/openmp/libomptarget/deviceRTLs/
DCMakeLists.txt3 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
/external/llvm-project/libc/include/sys/
Dmman.h.def3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
/external/llvm-project/pstl/include/
D__pstl_numeric4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
/external/llvm-project/libc/src/threads/linux/
Dthread_start_args.h.def3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

12345678910>>...80