/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | invoke.pass.cpp | 18 struct Array struct 25 Array<char, 1>::type& f1(); argument
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | array.h | 39 Array() : is_null_(false) {} in Array() function 41 Array(std::nullptr_t null_pointer) : is_null_(true) {} in Array() function 46 explicit Array(size_t size) : vec_(size), is_null_(false) {} in Array() function 50 Array(const std::vector<T>& other) : vec_(other), is_null_(false) {} in Array() function 53 Array(std::vector<T>&& other) : vec_(std::move(other)), is_null_(false) {} in Array() function 54 Array(Array&& other) : is_null_(true) { Take(&other); } in Array() function
|
/external/clang/test/SemaTemplate/ |
D | instantiate-member-initializers.cpp | 39 template<typename T> struct Array { struct 41 Array() : a() {} in Array() argument
|
D | temp_arg_type.cpp | 47 struct Array { struct 52 A1<Array<int, 17>::type> ax; argument
|
D | instantiate-array.cpp | 25 template<typename T, int N> class Array { class
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | StreamWriter.h | 53 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray() 66 Error writeArray(VarStreamArray<T, U> Array) { in writeArray() 70 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
|
D | StreamReader.h | 57 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() 74 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { in readArray() 83 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
|
/external/deqp/framework/common/ |
D | tcuArray.hpp | 35 class Array class 38 Array (void) {} in Array() function in tcu::Array
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p2.cpp | 6 template<class T> class Array { void mf() { } }; in mf() class 8 template class Array<char>; variable
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p11.cpp | 4 template<class T> class Array { /* ... */ }; class
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | aligned_array.h | 42 T* const* Array() { in Array() function 46 const T* const* Array() const { in Array() function
|
/external/libcxxabi/test/ |
D | catch_array_02.pass.cpp | 17 typedef char Array[4]; in main() typedef
|
D | catch_array_01.pass.cpp | 21 typedef char Array[4]; in main() typedef
|
D | test_vector3.pass.cpp | 55 typedef test1::A Array[10]; in main() typedef
|
/external/clang/test/Frontend/ |
D | optimization-remark-analysis.c | 7 double foo(int N, int *Array) { in foo()
|
/external/clang/test/Sema/ |
D | offsetof.c | 66 typedef struct Array { int array[1]; } Array; typedef
|
/external/liblzf/cs/ |
D | CLZF.cs | 129 UInt32 FRST(byte[] Array,UInt32 ptr) in FRST() 134 UInt32 NEXT(UInt32 v,byte[] Array,UInt32 ptr) in NEXT()
|
/external/clang/test/CodeGen/ |
D | 2002-01-24-ComplexSpaceInType.c | 9 struct { int X, Y; } Array[10]; variable
|
D | 2002-03-12-ArrayInitialization.c | 17 struct Test Array[10] = { { 2, 12.0 }, { 3, 24.0 } }; variable
|
/external/v8/tools/turbolizer/ |
D | monkey.js | 5 Array.prototype.getStaggeredFromMiddle = function(i) { class
|
/external/clang/test/CodeGenCXX/ |
D | pr20897.cpp | 32 int Array[1]; member
|
D | exception-spec-decay.cpp | 2 typedef int Array[10]; typedef
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LibCallSemantics.cpp | 52 const LibCallFunctionInfo *Array = getFunctionInfoArray(); in getFunctionInfo() local
|
/external/liblzf/src/org/liblzf/ |
D | CLZF.java | 129 static int FRST(byte[] Array,int ptr) in FRST() 134 static int NEXT(int v,byte[] Array,int ptr) in NEXT()
|
/external/libcxx/test/std/utilities/meta/meta.rel/ |
D | is_convertible.pass.cpp | 49 typedef char Array[1]; typedef
|