| /external/parameter-framework/upstream/test/functional-tests/ |
| D | Integer.cpp | 94 for (auto &vec : invalidIntegerParameters) { variable 114 for (auto &vec : Tests<string>{ variable 121 for (auto &vec : Tests<string>{ variable 137 for (auto &vec : Tests<string>{ variable 144 for (auto &vec : Tests<string>{ variable 164 for (auto &vec : Tests<int32_t>{ variable 174 for (auto &vec : Tests<int32_t>{ variable 189 for (auto &vec : Tests<double>{ variable 198 for (auto &vec : Tests<double>{ variable
|
| D | EnumParameter.cpp | 61 for (auto &vec : invalidEnumParameterParameters) { variable 81 for (auto &vec : Tests<string>{ variable 88 for (auto &vec : Tests<string>{ variable 104 for (auto &vec : Tests<string>{{"(too high)", "7"}, {"(too low)", "-1"}}) { variable 109 for (auto &vec : Tests<string>{ variable 122 for (auto &vec : Tests<string>{{"(too high)", "0x7"}, {"(too low)", "0xFF"}}) { variable 127 for (auto &vec : Tests<string>{ variable 145 for (auto &vec : Tests<int32_t>{ variable 155 for (auto &vec : Tests<int32_t>{ variable
|
| D | Boolean.cpp | 65 for (auto &vec : Tests<string>{ variable 72 for (auto &vec : Tests<string>{ variable 90 for (auto &vec : Tests<bool>{ variable 108 for (auto &vec : Tests<uint32_t>{ variable 118 for (auto &vec : Tests<uint32_t>{ variable 131 for (auto &vec : Tests<string>{ variable 141 for (auto &vec : Tests<string>{ variable 151 for (auto &vec : Tests<string>{ variable
|
| D | BitParameter.cpp | 65 for (auto &vec : invalidBitParameterParameters) { variable 85 for (auto &vec : Tests<string>{ variable 92 for (auto &vec : Tests<string>{ variable 109 for (auto &vec : Tests<string>{ variable 116 for (auto &vec : Tests<string>{ variable 134 for (auto &vec : Tests<bool>{ variable 150 for (auto &vec : Tests<bool>{ variable
|
| D | FixedPoint.cpp | 64 for (auto &vec : invalidFixedPointParameters) { variable 83 for (auto &vec : Tests<string>{ variable 92 for (auto &vec : Tests<string>{ variable 108 for (auto &vec : Tests<string>{ variable 120 for (auto &vec : Tests<string>{ variable 127 for (auto &vec : Tests<string>{ variable
|
| D | FloatingPoint.cpp | 65 for (auto &vec : invalidParameters) { variable 85 for (auto &vec : Tests<string>{ variable 94 for (auto &vec : Tests<string>{ variable 114 for (auto &vec : Tests<string>{ variable 130 for (auto &vec : Tests<string>{ variable 156 for (auto &vec : Tests<float>{ variable 168 for (auto &vec : Tests<float>{ variable
|
| D | Linear.cpp | 70 for (auto &vec : invalidLinearParameters) { variable 89 for (auto &vec : Tests<string>{ variable 98 for (auto &vec : Tests<string>{ variable 121 for (auto &vec : Tests<double>{ variable 133 for (auto &vec : Tests<double>{ variable
|
| D | Logarithmic.cpp | 72 for (auto &vec : invalidLogarithmicParameters) { variable 91 for (auto &vec : Tests<string>{ variable 98 for (auto &vec : Tests<string>{ variable
|
| /external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
| D | deduct.pass.cpp | 39 std::vector vec(std::begin(arr), std::end(arr)); in main() local 63 std::vector vec(1, A{}); // vector (size_type, T) in main() local 70 std::vector vec(1, A{}, test_allocator<A>()); // vector (size_type, T, allocator) in main() local 77 std::vector vec{1U, 2U, 3U, 4U, 5U}; // vector(initializer-list) in main() local 93 std::vector vec(source); // vector(vector &) in main() local 102 std::vector vec(3, true); // vector(initializer-list) in main() local 111 std::vector vec(source); // vector(vector &) in main() local
|
| /external/swiftshader/third_party/SPIRV-Tools/test/util/ |
| D | small_vector_test.cpp | 28 SmallVector<uint32_t, 2> vec; in TEST() local 36 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 48 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 168 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 181 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 194 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 208 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 222 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 241 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 260 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local [all …]
|
| /external/deqp-deps/SPIRV-Tools/test/util/ |
| D | small_vector_test.cpp | 28 SmallVector<uint32_t, 2> vec; in TEST() local 36 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 48 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 168 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 181 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 194 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 208 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 222 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 241 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 260 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local [all …]
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkTypeUtil.hpp | 97 inline VkExtent3D makeExtent3D (const tcu::IVec3& vec) in makeExtent3D() 102 inline VkExtent3D makeExtent3D (const tcu::UVec3& vec) in makeExtent3D() 118 inline VkRect2D makeRect2D(const tcu::IVec2& vec) in makeRect2D() 123 inline VkRect2D makeRect2D(const tcu::IVec3& vec) in makeRect2D() 128 inline VkRect2D makeRect2D(const tcu::UVec2& vec) in makeRect2D() 148 inline VkViewport makeViewport(const tcu::IVec2& vec) in makeViewport() 153 inline VkViewport makeViewport(const tcu::IVec3& vec) in makeViewport() 158 inline VkViewport makeViewport(const tcu::UVec2& vec) in makeViewport()
|
| /external/webrtc/webrtc/modules/audio_coding/neteq/ |
| D | audio_vector_unittest.cc | 54 AudioVector vec(array_length()); in TEST_F() local 65 AudioVector vec; in TEST_F() local 87 AudioVector vec; in TEST_F() local 114 AudioVector vec; in TEST_F() local 143 AudioVector vec; in TEST_F() local 156 AudioVector vec; in TEST_F() local 169 AudioVector vec; in TEST_F() local 181 AudioVector vec; in TEST_F() local 212 AudioVector vec; in TEST_F() local 230 AudioVector vec; in TEST_F() local [all …]
|
| D | audio_multi_vector_unittest.cc | 87 AudioMultiVector vec(num_channels_, array_length()); in TEST_P() local 101 AudioMultiVector vec(num_channels_); in TEST_P() local 127 AudioMultiVector vec(num_channels_); in TEST_P() local 178 AudioMultiVector vec(num_channels_); in TEST_P() local 192 AudioMultiVector vec(num_channels_); in TEST_P() local 213 AudioMultiVector vec(num_channels_); in TEST_P() local 223 AudioMultiVector vec(num_channels_); in TEST_P() local 242 AudioMultiVector vec(num_channels_); in TEST_P() local 261 AudioMultiVector vec(num_channels_, array_length()); in TEST_P() local 309 AudioMultiVector vec(num_channels_); in TEST_P() local
|
| /external/perfetto/protos/perfetto/trace/ftrace/ |
| D | irq.proto | 10 optional uint32 vec = 1; field 13 optional uint32 vec = 1; field 16 optional uint32 vec = 1; field
|
| /external/freetype/src/base/ |
| D | fttrigon.c | 134 ft_trig_prenorm( FT_Vector* vec ) in ft_trig_prenorm() 164 ft_trig_pseudo_rotate( FT_Vector* vec, in ft_trig_pseudo_rotate() 219 ft_trig_pseudo_polarize( FT_Vector* vec ) in ft_trig_pseudo_polarize() 361 FT_Vector_Unit( FT_Vector* vec, in FT_Vector_Unit() 378 FT_Vector_Rotate( FT_Vector* vec, in FT_Vector_Rotate() 418 FT_Vector_Length( FT_Vector* vec ) in FT_Vector_Length() 455 FT_Vector_Polarize( FT_Vector* vec, in FT_Vector_Polarize() 485 FT_Vector_From_Polar( FT_Vector* vec, in FT_Vector_From_Polar()
|
| /external/Microsoft-GSL/tests/ |
| D | string_span_tests.cpp | 87 std::vector<char> vec(5, 'h'); variable 204 const std::vector<char> vec = {'H', 'e', 'l', 'l', 'o'}; variable 244 std::vector<char> vec = {'H', 'e', 'l', 'l', 'o'}; variable 277 const std::vector<char> vec = {'H', 'e', 'l', 'l', 'o'}; variable 414 const std::vector<char> vec = {'H', 'e', 'l', 'l', 'o'}; variable 451 std::vector<char> vec = {'H', 'e', 'l', 'l', 'o'}; variable 618 const std::vector<char> vec = {'H', 'e', 'l', 'l', 'o'}; variable 625 std::vector<char> vec = {'H', 'e', 'l', 'l', 'o'}; variable 632 const std::vector<char> vec = {'H', 'e', 'l', 'l', 'o'}; variable 640 std::vector<char> vec = {'H', 'e', 'l', 'l', 'o'}; variable [all …]
|
| /external/clang/test/Analysis/ |
| D | no-outofbounds.c | 27 struct vec { size_t len; int data[0]; }; in field() argument
|
| /external/eigen/unsupported/doc/examples/ |
| D | FFT.cpp | 34 T mag2(const std::vector<T> & vec) in mag2() 43 T mag2(const std::vector<std::complex<T> > & vec) in mag2() 61 void RandomFill(std::vector<T> & vec) in RandomFill() 68 void RandomFill(std::vector<std::complex<T> > & vec) in RandomFill()
|
| /external/eigen/unsupported/test/ |
| D | cxx11_tensor_random.cpp | 16 Tensor<float, 1> vec(6); in test_default() local 28 Tensor<float, 1> vec(6); in test_normal() local 65 Tensor<int, 1> vec(6); in test_custom() local
|
| /external/u-boot/arch/powerpc/cpu/mpc8xx/ |
| D | interrupts.c | 55 ulong vec, v_bit; in external_interrupt() local 109 uint vec; in cpm_interrupt() local 146 void irq_install_handler(int vec, interrupt_handler_t *handler, void *arg) in irq_install_handler() 170 void irq_free_handler(int vec) in irq_free_handler()
|
| /external/clang/test/Sema/ |
| D | ext_vector_comparisons.c | 6 int4 vec, rv; in test1() local 21 float4 vec, rv; in test2() local
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineSpecConstantUtil.hpp | 80 std::vector<T> vec; in makeVector() local 89 std::vector<T> vec; in makeVector() local 99 std::vector<T> vec; in makeVector() local 110 std::vector<T> vec; in makeVector() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/ |
| D | test_util.h | 64 void FillRandom(std::vector<T>* vec, T min, T max) { in FillRandom() 72 void FillRandom(std::vector<T>* vec) { in FillRandom() 87 void FillRandomSkyscraper(std::vector<T>* vec, int depth, in FillRandomSkyscraper()
|
| /external/u-boot/arch/m68k/lib/ |
| D | interrupts.c | 45 void irq_install_handler (int vec, interrupt_handler_t * handler, void *arg) in irq_install_handler() 57 void irq_free_handler (int vec) in irq_free_handler() 87 int vec; in int_handler() local
|