/external/OpenCL-CTS/test_conformance/spir/ |
D | run_services.cpp | 116 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 …]
|
D | kernelargs.h | 216 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()
|
D | datagen.h | 233 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/ |
D | cifuzz_test.go | 34 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/ |
D | testInputStream.javap | 23 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/ |
D | WebAssemblyExceptionInfo.cpp | 49 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/ |
D | WebAssemblyExceptionInfo.cpp | 49 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/ |
D | perf_puppeteer_render_skps_test.go | 48 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/ |
D | Exceptions.java | 16 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/ |
D | IntegerDivisionCheck.cpp | 28 const auto Exceptions = in registerMatchers() local 40 Exceptions, in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | ExceptionAnalyzer.cpp | 23 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/ |
D | perf_puppeteer_skottie_frames_test.go | 43 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/ |
D | perf_puppeteer_canvas_test.go | 43 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/ |
D | mtest.adb | 17 with Ada.Exceptions; 143 Ada.Text_IO.Put_Line (Ada.Exceptions.Exception_Information (E));
|
/external/antlr/runtime/Perl5/docs/ |
D | design.pod | 18 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/ |
D | exceptionClass.package.md | 5 ### Exceptions subsection
|
D | throwsTag.md | 7 ### Exceptions subsection in f
|
/external/python/cpython2/Tools/pybench/ |
D | Setup.py | 32 from Exceptions import *
|
/external/llvm-project/libc/config/linux/ |
D | syscall.h.def | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
D | errno.h.in | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticAnalysisKinds.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | CMakeLists.txt | 3 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
/external/llvm-project/libc/include/sys/ |
D | mman.h.def | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
/external/llvm-project/pstl/include/ |
D | __pstl_numeric | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
/external/llvm-project/libc/src/threads/linux/ |
D | thread_start_args.h.def | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|