/external/pigweed/pw_containers/ |
D | vector_test.cc | 86 TEST(Vector, Construct_NoArg) { in TEST() argument 91 TEST(Vector, Construct_MultipleCopies) { in TEST() argument 100 TEST(Vector, Construct_DefaultSize) { in TEST() argument 109 TEST(Vector, Construct_Iterators) { in TEST() argument 120 TEST(Vector, Construct_Copy) { in TEST() argument 133 TEST(Vector, Construct_Move) { in TEST() argument 153 TEST(Vector, Construct_InitializerList) { in TEST() argument 160 TEST(Vector, Destruct_ZeroLength) { in TEST() argument 168 TEST(Vector, Destruct_Empty) { in TEST() argument 176 TEST(Vector, Destruct_MultpileEntries) { in TEST() argument [all …]
|
/external/pigweed/pw_containers/public/pw_containers/ |
D | vector.h | 84 Vector() noexcept : Vector<T, vector_impl::kGeneric>(max_size) {} in Vector() function 86 Vector(size_type count, const T& value) in Vector() function 89 explicit Vector(size_type count) in Vector() function 96 Vector(Iterator first, Iterator last) in Vector() function 99 Vector(const Vector& other) in Vector() function 103 Vector(const Vector<T, kOtherMaxSize>& other) in Vector() function 106 Vector(Vector&& other) noexcept in Vector() function 110 Vector(Vector<T, kOtherMaxSize>&& other) noexcept in Vector() function 113 Vector(std::initializer_list<T> list) in Vector() function 353 explicit constexpr Vector(size_type max_size) noexcept in Vector() function [all …]
|
/external/swiftshader/src/Renderer/ |
D | Vector.hpp | 24 struct Vector struct 35 { 89 inline Vector::Vector() in Vector() function in sw::Vector 93 inline Vector::Vector(const int i) in Vector() function in sw::Vector 102 inline Vector::Vector(const Vector &v) in Vector() function in sw::Vector 109 inline Vector::Vector(const Point &P) in Vector() function in sw::Vector 116 inline Vector::Vector(float v_x, float v_y, float v_z) in Vector() function in sw::Vector
|
/external/mesa3d/src/util/tests/vector/ |
D | vector_test.cpp | 85 TEST(Vector, Grow0) { test(4, 0, 0); } in TEST() argument 87 TEST(Vector, Grow1) { test(4, 1, 0); } in TEST() argument 89 TEST(Vector, Grow2) { test(4, 2, 0); } in TEST() argument 91 TEST(Vector, Grow3) { test(4, 3, 0); } in TEST() argument 93 TEST(Vector, Grow4) { test(4, 4, 0); } in TEST() argument 95 TEST(Vector, Grow5) { test(4, 5, 0); } in TEST() argument 97 TEST(Vector, Rollover) in TEST() argument
|
/external/libaom/libaom/third_party/vector/ |
D | vector.h | 44 typedef struct Vector { struct 50 } Vector; typedef
|
/external/llvm-project/clang/test/SemaCXX/ |
D | for-range-unused.cpp | 6 struct Vector { struct 19 Vector<int> vector; in main() argument
|
D | cxx-altivec.cpp | 3 struct Vector { struct 4 __vector float xyzw;
|
/external/clang/test/SemaCXX/ |
D | for-range-unused.cpp | 6 struct Vector { struct 19 Vector<int> vector; in main() argument
|
D | cxx-altivec.cpp | 3 struct Vector { struct 4 __vector float xyzw;
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_vector_test.cpp | 17 TEST(Vector, Basic) { in TEST() argument 29 TEST(Vector, Stride) { in TEST() argument 41 TEST(Vector, ResizeReduction) { in TEST() argument
|
/external/flatbuffers/rust/flatbuffers/src/ |
D | vector.rs | 30 pub struct Vector<'a, T: 'a>(&'a [u8], usize, PhantomData<T>); struct 35 impl<'a, T> Copy for Vector<'a, T> {} implementation 36 impl<'a, T> Clone for Vector<'a, T> { implementation 42 impl<'a, T: 'a> Vector<'a, T> { implementation 62 impl<'a, T: Follow<'a> + 'a> Vector<'a, T> { implementation 78 impl<'a, T: SafeSliceAccess + 'a> Vector<'a, T> { impl 150 impl<'a, T: Follow<'a> + 'a> Follow<'a> for Vector<'a, T> { implementation 261 impl<'a, T: Follow<'a> + 'a> IntoIterator for Vector<'a, T> { implementation 270 impl<'a, 'b, T: Follow<'a> + 'a> IntoIterator for &'b Vector<'a, T> { implementation
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cert-mem57-cpp-cpp17.cpp | 5 struct alignas(128) Vector { struct 10 …auto *V1 = new Vector; // CHECK-MESSAGES: warning: allocation function returns a pointer wi… in f() argument
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclContextInternals.h | 56 if (DeclsTy *Vector = getAsVector()) in ~StoredDeclsList() local 57 delete Vector; in ~StoredDeclsList() local 61 if (DeclsTy *Vector = getAsVector()) member 62 delete Vector; member 156 DeclsTy &Vector = *getAsVector(); in getLookupResult() local
|
/external/clang/include/clang/AST/ |
D | DeclContextInternals.h | 55 if (DeclsTy *Vector = getAsVector()) in ~StoredDeclsList() local 56 delete Vector; in ~StoredDeclsList() local 60 if (DeclsTy *Vector = getAsVector()) member 61 delete Vector; member 156 DeclsTy &Vector = *getAsVector(); in getLookupResult() local
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_vector_test.cc | 19 TEST(Vector, Basic) { in TEST() argument 31 TEST(Vector, Stride) { in TEST() argument
|
/external/llvm-project/clang/test/Modules/Inputs/ |
D | templates-left.h | 3 template<typename T> class Vector; variable 5 template<typename T> class Vector; variable
|
/external/clang/test/Modules/Inputs/ |
D | templates-left.h | 3 template<typename T> class Vector; variable 5 template<typename T> class Vector; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Math.h | 30 explicit Vector(unsigned Length) in Vector() function 34 Vector(unsigned Length, PBQPNum InitVal) in Vector() function 40 Vector(const Vector &V) in Vector() function 46 Vector(Vector &&V) in Vector() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | Math.h | 30 explicit Vector(unsigned Length) in Vector() function 34 Vector(unsigned Length, PBQPNum InitVal) in Vector() function 40 Vector(const Vector &V) in Vector() function 46 Vector(Vector &&V) in Vector() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-ms-arg-qualifiers.cpp | 160 typedef double Vector[3]; typedef 162 void foo(Vector*) {} in foo() argument 166 void foo(Vector) {} in foo() argument 170 void foo_const(const Vector) {} in foo_const() 174 void foo_volatile(volatile Vector) {} in foo_volatile() 178 void foo(Vector*, const Vector, const double) {} in foo() argument
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-arg-qualifiers.cpp | 160 typedef double Vector[3]; typedef 162 void foo(Vector*) {} in foo() argument 166 void foo(Vector) {} in foo() argument 170 void foo_const(const Vector) {} in foo_const() 174 void foo_volatile(volatile Vector) {} in foo_volatile() 178 void foo(Vector*, const Vector, const double) {} in foo() argument
|
/external/llvm-project/polly/include/polly/CodeGen/ |
D | RuntimeDebugBuilder.h | 66 std::vector<llvm::Value *> Vector; in createCPUPrinter() local 83 std::vector<llvm::Value *> Vector; in createGPUPrinter() local
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 29 unsigned WebAssemblyTTIImpl::getNumberOfRegisters(bool Vector) { in getNumberOfRegisters() 39 unsigned WebAssemblyTTIImpl::getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 80 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters() 92 unsigned getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | closest_point.inl | 15 tvec3<T, P> Vector = point - a; local 35 tvec2<T, P> Vector = point - a; local
|