Home
last modified time | relevance | path

Searched defs:Array (Results 1 – 25 of 967) sorted by relevance

12345678910>>...39

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared.array.unbounded.pass.cpp47 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 …]
H A Dmake_shared.array.unbounded.pass.cpp45 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 …]
H A Dallocate_shared.array.bounded.pass.cpp41 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 …]
H A Dmake_shared.array.bounded.pass.cpp40 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/tinyvec/src/array/
Dgenerated_impl.rs7 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 …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/tinyvec-1.6.0/src/array/
H A Dgenerated_impl.rs7 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Darray.rs11 pub struct Array { struct
25 /// An iterator type over `Array`'s values. argument
33 impl Array { impl
54 impl Array { implementation
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 …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/array/array.cons/
H A Dimplicit_copy.pass.cpp40 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
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Darray.rs25 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> { impl
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
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DArray.h12 struct Array { struct
23 C10_HOST_DEVICE Array() = default; argument
25 C10_HOST_DEVICE Array& operator=(const Array&) = default; argument
29 Array& operator=(const Array&) = default; argument
35 C10_HOST_DEVICE Array(T x) { in Array() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Darray.go11 type Array struct { struct
12 len int64
13 elem Type
22 func (a *Array) Len() int64 { return a.len }
25 func (a *Array) Elem() Type { return a.elem }
27 func (a *Array) Underlying() Type { return a }
28 func (a *Array) String() string { return TypeString(a, nil) }
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Darray.go8 type Array struct { struct
9 len int64
10 elem Type
19 func (a *Array) Len() int64 { return a.len }
22 func (a *Array) Elem() Type { return a.elem }
24 func (a *Array) Underlying() Type { return a }
25 func (a *Array) String() string { return TypeString(a, nil) }
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/
H A Darray.extension.pass.cpp51 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/array/
H A Dsize_and_alignment.compile.pass.cpp40 using Array = std::array<T, 0>; in test_type() typedef
53 using Array = std::array<T, 1>; in test_type() typedef
63 using Array = std::array<T, 2>; in test_type() typedef
73 using Array = std::array<T, 3>; in test_type() typedef
83 using Array = std::array<T, 444>; in test_type() typedef
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/
Dmod.rs76 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()
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/
Dshard.rs53 pub(crate) struct Array<T, C: cfg::Config> { struct
54 shards: Box<[Ptr<T, C>]>,
55 max: AtomicUsize,
268 impl<T, C> Array<T, C> implementation
333 impl<T, C: cfg::Config> Drop for Array<T, C> { implementation
354 impl<T: fmt::Debug, C: cfg::Config> fmt::Debug for Array<T, C> { implementation
/aosp_15_r20/external/pigweed/pw_containers/
H A Dto_array_test.cc25 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
/aosp_15_r20/external/cbor-java/src/test/java/co/nstant/in/cbor/builder/
H A DArrayBuilderTest.java29 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
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-member-initializers.cpp39 template<typename T> struct Array { struct
41 Array() : a() {} in Array() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dimpls.rs271 impl Eq for Array {} implementation
273 impl PartialEq for Array { implementation
275 let Array { in eq() localVariable
282 let Array { in eq() localVariable
293 impl Hash for Array { implementation
295 let Array { in hash() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dimpls.rs271 impl Eq for Array {} implementation
273 impl PartialEq for Array { implementation
275 let Array { in eq() localVariable
282 let Array { in eq() localVariable
293 impl Hash for Array { implementation
295 let Array { in hash() localVariable
/aosp_15_r20/external/rust/cxx/syntax/
Dimpls.rs271 impl Eq for Array {} implementation
273 impl PartialEq for Array { implementation
275 let Array { in eq() localVariable
282 let Array { in eq() localVariable
293 impl Hash for Array { implementation
295 let Array { in hash() localVariable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
H A Dranges_destroy.pass.cpp106 using Array = Counted[M]; in test_arrays() typedef
131 using Array = Counted[A]; in test_arrays() typedef
158 using Array = Counted[A][B]; in test_arrays() typedef
186 using Array = Counted[A][B]; in test_arrays() typedef
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DStreamWriter.h53 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBinaryStreamWriter.h144 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray()
161 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
169 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()

12345678910>>...39