| /external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
| D | allocate_shared.array.unbounded.pass.cpp | 47 using Array = int[]; in main() typedef 54 using Array = int[]; in main() typedef 64 using Array = int[]; in main() typedef 72 using Array = int[]; in main() typedef 83 using Array = int[]; in main() typedef 90 using Array = int[][3]; in main() typedef 99 using Array = int[][3][2]; in main() typedef 113 using Array = int[]; in main() typedef 121 using Array = int[][3]; in main() typedef 131 using Array = int[][3][2]; in main() typedef [all …]
|
| D | make_shared.array.unbounded.pass.cpp | 45 using Array = int[]; in main() typedef 52 using Array = int[]; in main() typedef 62 using Array = int[]; in main() typedef 70 using Array = int[]; in main() typedef 81 using Array = int[]; in main() typedef 88 using Array = int[][3]; in main() typedef 97 using Array = int[][3][2]; in main() typedef 111 using Array = int[]; in main() typedef 119 using Array = int[][3]; in main() typedef 129 using Array = int[][3][2]; in main() typedef [all …]
|
| D | allocate_shared.array.bounded.pass.cpp | 41 using Array = int[8]; in main() typedef 48 using Array = int[8][3]; in main() typedef 57 using Array = int[8][3][2]; in main() typedef 71 using Array = int[8]; in main() typedef 79 using Array = int[8][3]; in main() typedef 89 using Array = int[8][3][2]; in main() typedef 107 using Array = DestroyInReverseOrder[8]; in main() typedef 116 using Array = DestroyInReverseOrder[8][3]; in main() typedef 125 using Array = DestroyInReverseOrder[8][3][2]; in main() typedef 136 using Array = DestroyInReverseOrder[8]; in main() typedef [all …]
|
| D | make_shared.array.bounded.pass.cpp | 40 using Array = int[8]; in main() typedef 47 using Array = int[8][3]; in main() typedef 56 using Array = int[8][3][2]; in main() typedef 70 using Array = int[8]; in main() typedef 78 using Array = int[8][3]; in main() typedef 88 using Array = int[8][3][2]; in main() typedef 106 using Array = DestroyInReverseOrder[8]; in main() typedef 115 using Array = DestroyInReverseOrder[8][3]; in main() typedef 124 using Array = DestroyInReverseOrder[8][3][2]; in main() typedef 135 using Array = DestroyInReverseOrder[8]; in main() typedef [all …]
|
| /external/cronet/third_party/libc++/src/test/std/containers/sequences/array/array.cons/ |
| D | implicit_copy.pass.cpp | 40 typedef std::array<double, 3> Array; in tests() typedef 48 typedef std::array<double const, 3> Array; in tests() typedef 55 typedef std::array<double, 0> Array; in tests() typedef 64 typedef std::array<double const, 0> Array; in tests() typedef 71 typedef std::array<NoDefault, 0> Array; in tests() typedef 79 typedef std::array<NoDefault const, 0> Array; in tests() typedef 88 typedef std::array<NonTrivialCopy, 0> Array; in tests() typedef 95 typedef std::array<NonTrivialCopy, 1> Array; in tests() typedef 102 typedef std::array<NonTrivialCopy, 2> Array; in tests() typedef
|
| /external/rust/crates/toml_edit/src/ |
| D | array.rs | 11 pub struct Array { struct 25 /// An iterator type over `Array`'s values. argument 33 impl Array { impl 54 impl Array { impl 105 impl Array { impl 393 impl std::fmt::Display for Array { implementation 399 impl<V: Into<Value>> Extend<V> for Array { implementation 407 impl<V: Into<Value>> FromIterator<V> for Array { implementation 420 impl IntoIterator for Array { implementation 434 impl<'s> IntoIterator for &'s Array { implementation [all …]
|
| /external/flatbuffers/rust/flatbuffers/src/ |
| D | array.rs | 25 pub struct Array<'a, T: 'a, const N: usize>(&'a [u8], PhantomData<T>); struct 27 impl<'a, T: 'a, const N: usize> Debug for Array<'a, T, N> implementation 39 impl<'a, T: 'a, const N: usize> Array<'a, T, N> { implementation 59 impl<'a, T: Follow<'a> + 'a, const N: usize> Array<'a, T, N> { implementation 73 impl<'a, T: Follow<'a> + Debug, const N: usize> Into<[T::Inner; N]> for Array<'a, T, N> { implementation 83 impl<'a, T: Follow<'a> + 'a, const N: usize> Follow<'a> for Array<'a, T, N> { implementation 110 impl<'a, T: Follow<'a> + 'a, const N: usize> IntoIterator for Array<'a, T, N> { implementation 138 impl<'a, T: 'a, const N: usize> serde::ser::Serialize for Array<'a, T, N> implementation
|
| /external/rust/crates/tinyvec/src/array/ |
| D | generated_impl.rs | 7 impl<T: Default> Array for [T; 0] { impl 29 impl<T: Default> Array for [T; 1] { impl 51 impl<T: Default> Array for [T; 2] { impl 73 impl<T: Default> Array for [T; 3] { impl 95 impl<T: Default> Array for [T; 4] { impl 117 impl<T: Default> Array for [T; 5] { impl 139 impl<T: Default> Array for [T; 6] { impl 168 impl<T: Default> Array for [T; 7] { impl 198 impl<T: Default> Array for [T; 8] { impl 229 impl<T: Default> Array for [T; 9] { impl [all …]
|
| /external/cronet/third_party/libc++/src/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/ |
| D | array.extension.pass.cpp | 51 typedef std::array<int, 1> Array; in main() typedef 56 typedef std::array<int, 1> Array; in main() typedef 72 typedef std::array<int, 1> Array; in main() typedef 77 typedef std::array<int, 1> Array; in main() typedef 85 typedef std::array<int, 1> Array; in main() typedef
|
| /external/pigweed/pw_containers/ |
| D | to_array_test.cc | 25 TEST(Array, ToArray_StringLiteral) { in TEST() argument 30 TEST(Array, ToArray_Inline) { in TEST() argument 36 TEST(Array, ToArray_Array) { in TEST() argument 54 TEST(Array, ToArray_MoveOnly) { in TEST() argument
|
| /external/cbor-java/src/test/java/co/nstant/in/cbor/builder/ |
| D | ArrayBuilderTest.java | 29 assertTrue(dataItems.get(0) instanceof Array); in shouldAddBoolean() local 44 assertTrue(dataItems.get(0) instanceof Array); in shouldAddFloat() local 58 assertTrue(dataItems.get(0) instanceof Array); in shouldAddDouble() local 72 assertTrue(dataItems.get(0) instanceof Array); in shouldAddByteArray() local
|
| /external/clang/test/SemaTemplate/ |
| D | instantiate-member-initializers.cpp | 39 template<typename T> struct Array { struct 41 Array() : a() {} in Array() function
|
| D | temp_arg_type.cpp | 47 struct Array { struct 52 A1<Array<int, 17>::type> ax; argument
|
| /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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
| D | BinaryStreamWriter.h | 145 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray() 162 Error writeArray(VarStreamArray<T, U> Array) { in writeArray() 170 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/ |
| D | mod.rs | 76 type Array; typedef 88 fn as_array(&self) -> &Self::Array; in as_array() 99 type Array = [u8; 16]; typedef 106 fn as_array(&self) -> &Self::Array { in as_array() 133 type Array = [u8; 32]; typedef 140 fn as_array(&self) -> &Self::Array { in as_array()
|
| /external/scudo/standalone/tests/ |
| D | checksum_test.cpp | 15 static scudo::u16 computeSoftwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeSoftwareChecksum() 23 static scudo::u16 computeHardwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeHardwareChecksum() 36 scudo::uptr Array[sizeof(scudo::u64) / sizeof(scudo::uptr)]; in verifyChecksumFunctionBitFlip() local
|
| /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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | BinaryStreamWriter.h | 151 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray() 168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray() 176 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
|
| /external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/ |
| D | invoke.pass.cpp | 17 struct Array struct 24 Array<char, 1>::type& f1(); argument
|
| /external/ComputeLibrary/arm_compute/runtime/ |
| D | Array.h | 40 Array() in Array() function 48 Array(size_t max_num_values) in Array() function
|
| /external/rust/crates/tinyvec/src/ |
| D | array.rs | 19 pub trait Array { interface
|
| /external/cbor-java/src/main/java/co/nstant/in/cbor/model/ |
| D | Array.java | 7 public class Array extends ChunkableDataItem { class 11 public Array() { in Array() method in Array
|
| /external/dokka/core/testdata/format/ |
| D | summarizeSignatures.kt | 3 class Array<T> class
|