| /external/lldb/include/lldb/Core/ |
| D | Value.h | 57 struct Vector struct 64 Vector() : in Vector() argument 70 Vector(const Vector& vector) in Vector() function 103 // Returns a default constructed Scalar if the Vector data is internally inconsistent. argument 126 Value(const Vector& vector); argument
|
| /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/chromium_org/tools/json_schema_compiler/test/ |
| D | test_util.h | 18 std::vector<T> Vector(const T& a) { in Vector() function 24 std::vector<T> Vector(const T& a, const T& b) { in Vector() function 30 std::vector<T> Vector(const T& a, const T& b, const T& c) { in Vector() function
|
| /external/chromium_org/cc/resources/ |
| D | rasterizer.h | 33 typedef std::vector<scoped_refptr<RasterizerTask> > Vector; typedef 61 typedef std::vector<scoped_refptr<ImageDecodeTask> > Vector; typedef 73 typedef std::vector<scoped_refptr<RasterTask> > Vector; typedef 115 typedef std::vector<Item> Vector; typedef
|
| D | task_graph_runner.h | 20 typedef std::vector<scoped_refptr<Task> > Vector; typedef 54 typedef std::vector<Node> Vector; typedef 65 typedef std::vector<Edge> Vector; typedef 142 typedef std::vector<PrioritizedTask> Vector; typedef 154 typedef std::vector<TaskNamespace*> Vector; typedef
|
| /external/chromium_org/third_party/android_crazy_linker/src/src/ |
| D | crazy_linker_util_unittest.cpp | 89 TEST(Vector, IsEmpty) { in TEST() argument 94 TEST(Vector, PushBack) { in TEST() argument 102 TEST(Vector, PushBack2) { in TEST() argument 112 TEST(Vector, At) { in TEST() argument 124 TEST(Vector, IndexOf) { in TEST() argument 136 TEST(Vector, InsertAt) { in TEST() argument 161 TEST(Vector, RemoveAt) { in TEST() argument 180 TEST(Vector, PopFirst) { in TEST() argument
|
| /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/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 158 DeclsTy &Vector = *getAsVector(); in getLookupResult() local
|
| /external/clang/test/Modules/Inputs/ |
| D | templates-left.h | 3 template<typename T> class Vector; variable 5 template<typename T> class Vector; variable
|
| D | templates-top.h | 1 template<typename T> class Vector; variable
|
| /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
|
| D | noinline-template.cpp | 8 template <class Ty> struct Vector { struct
|
| /external/ceres-solver/include/ceres/internal/ |
| D | eigen.h | 38 typedef Eigen::Matrix<double, Eigen::Dynamic, 1> Vector; typedef 75 Vector; typedef
|
| /external/clang/test/Parser/ |
| D | cxx0x-for-range.cpp | 33 struct Vector { struct 34 struct iterator {
|
| /external/llvm/include/llvm/CodeGen/PBQP/ |
| D | Math.h | 27 explicit Vector(unsigned Length) in Vector() function 34 Vector(unsigned Length, PBQPNum InitVal) in Vector() function 43 Vector(const Vector &V) in Vector() function 51 Vector(Vector &&V) in Vector() function
|
| D | ReductionRules.h | 31 typedef typename GraphT::Vector Vector; in applyR1() typedef 75 typedef typename GraphT::Vector Vector; in applyR2() typedef
|
| /external/chromium_org/base/containers/ |
| D | stack_container_unittest.cc | 35 TEST(StackContainer, Vector) { in TEST() argument 79 typedef StackVector<scoped_refptr<Dummy>, 2> Vector; in TEST() typedef
|
| /external/deqp/framework/common/ |
| D | tcuVector.hpp | 93 class Vector class 174 inline Vector<T, Size>::Vector (void) in Vector() function in tcu::Vector 181 inline Vector<T, Size>::Vector (T s) in Vector() function in tcu::Vector 188 inline Vector<T, Size>::Vector (T x_, T y_) in Vector() function in tcu::Vector 196 inline Vector<T, Size>::Vector (T x_, T y_, T z_) in Vector() function in tcu::Vector 205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() function in tcu::Vector 215 inline Vector<T, Size>::Vector (const Vector<T, Size>& v) in Vector() function in tcu::Vector 222 inline Vector<T, Size>::Vector (const T (&v)[Size]) in Vector() function in tcu::Vector
|
| /external/clang/test/Index/ |
| D | targeted-top.h | 17 } Vector; typedef
|
| D | file-refs.c | 14 } Vector; typedef
|
| /external/chromium_org/v8/src/ |
| D | vector.h | 22 Vector() : start_(NULL), length_(0) {} in Vector() function 23 Vector(T* data, int length) : start_(data), length_(length) { in Vector() function
|
| /external/llvm/include/llvm/ADT/ |
| D | UniqueVector.h | 36 VectorType Vector; variable
|
| /external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
| D | IncompleteLU.h | 19 typedef Matrix<Scalar,Dynamic,1> Vector; typedef
|
| /external/eigen/Eigen/src/IterativeLinearSolvers/ |
| D | BasicPreconditioners.h | 36 typedef Matrix<Scalar,Dynamic,1> Vector; typedef
|