/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/ |
D | properties.rs | 949 …flatten () . next () . and_then (< usize > :: from_vulkan) , acceleration_structure_descriptor_siz… in from()
|
D | features.rs | 11555 .flatten() in write() 11565 .flatten() in write() 11575 .flatten() in write() 11585 .flatten() in write() 11595 .flatten() in write() 11611 .flatten() in write() 11621 .flatten() in write() 11631 .flatten() in write() 11641 .flatten() in write() 11651 .flatten() in write() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | ranges.rs | 113 self.flatten().next() in first() 117 self.flatten().next_back() in last() 130 pub fn flatten(&self) -> Flatten { in flatten() method 131 Flatten { in flatten() 221 pub struct Flatten<'a> { struct 227 impl<'a> Iterator for Flatten<'a> { argument 245 impl<'a> DoubleEndedIterator for Flatten<'a> { implementation 274 assert_eq!(&r.flatten().collect::<Vec<u64>>(), &empty); in insert_non_overlapping() 278 assert_eq!(&r.flatten().collect::<Vec<u64>>(), &[4, 5, 6]); in insert_non_overlapping() 282 assert_eq!(&r.flatten().collect::<Vec<u64>>(), &[4, 5, 6, 9, 10, 11]); in insert_non_overlapping() [all …]
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | ranges.rs | 113 self.flatten().next() in first() 117 self.flatten().next_back() in last() 130 pub fn flatten(&self) -> Flatten { in flatten() method 131 Flatten { in flatten() 221 pub struct Flatten<'a> { struct 227 impl<'a> Iterator for Flatten<'a> { argument 245 impl<'a> DoubleEndedIterator for Flatten<'a> { implementation 274 assert_eq!(&r.flatten().collect::<Vec<u64>>(), &empty); in insert_non_overlapping() 278 assert_eq!(&r.flatten().collect::<Vec<u64>>(), &[4, 5, 6]); in insert_non_overlapping() 282 assert_eq!(&r.flatten().collect::<Vec<u64>>(), &[4, 5, 6, 9, 10, 11]); in insert_non_overlapping() [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | attr-flatten.cpp | 3 int i __attribute__((flatten)); // expected-error {{'flatten' attribute only applies to functions}} 5 void f1() __attribute__((flatten)); 6 void f2() __attribute__((flatten(1))); // expected-error {{'flatten' attribute takes no arguments}} 9 void tf1() __attribute__((flatten)); 11 int f3(int __attribute__((flatten)), int); // expected-error{{'flatten' attribute only applies to f… 14 …int f __attribute__((flatten)); // expected-error{{'flatten' attribute only applies to functions}} 15 void mf1() __attribute__((flatten)); 16 static void mf2() __attribute__((flatten)); 19 int ci [[gnu::flatten]]; // expected-error {{'flatten' attribute only applies to functions}} 21 [[gnu::flatten]] void cf1(); [all …]
|
/aosp_15_r20/external/pytorch/test/distributed/_tensor/ |
H A D | test_view_ops.py | 21 Flatten, 46 Split(Flatten((InputDim(0), InputDim(1))), (3, 2), 0), 47 Split(Flatten((InputDim(0), InputDim(1))), (3, 2), 1), 52 (Flatten((InputDim(0), InputDim(1))), InputDim(2)), 58 Flatten( 71 Flatten( 88 Split(Flatten((InputDim(0), InputDim(1), InputDim(2))), (3, 8), 0), 89 Split(Flatten((InputDim(0), InputDim(1), InputDim(2))), (3, 8), 1), 90 Split(Flatten((InputDim(3), InputDim(4))), (7, 5), 0), 91 Split(Flatten((InputDim(3), InputDim(4))), (7, 5), 1), [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | flatten.rs | 250 /// This `struct` is created by the [`flatten`] method on [`Iterator`]. See its 253 /// [`flatten`]: Iterator::flatten() 256 pub struct Flatten<I: Iterator<Item: IntoIterator>> { struct 260 impl<I: Iterator<Item: IntoIterator>> Flatten<I> { implementation 261 pub(in super::super) fn new(iter: I) -> Flatten<I> { in new() 262 Flatten { inner: FlattenCompat::new(iter) } in new() 267 impl<I, U> fmt::Debug for Flatten<I> implementation 273 f.debug_struct("Flatten").field("inner", &self.inner).finish() in fmt() 278 impl<I, U> Clone for Flatten<I> implementation 284 Flatten { inner: self.inner.clone() } in clone() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | flatten.rs | 250 /// This `struct` is created by the [`flatten`] method on [`Iterator`]. See its 253 /// [`flatten`]: Iterator::flatten() 256 pub struct Flatten<I: Iterator<Item: IntoIterator>> { struct 260 impl<I: Iterator<Item: IntoIterator>> Flatten<I> { implementation 261 pub(in super::super) fn new(iter: I) -> Flatten<I> { in new() 262 Flatten { inner: FlattenCompat::new(iter) } in new() 267 impl<I, U> fmt::Debug for Flatten<I> implementation 273 f.debug_struct("Flatten").field("inner", &self.inner).finish() in fmt() 278 impl<I, U> Clone for Flatten<I> implementation 284 Flatten { inner: self.inner.clone() } in clone() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | flatten.rs | 250 /// This `struct` is created by the [`flatten`] method on [`Iterator`]. See its 253 /// [`flatten`]: Iterator::flatten() 256 pub struct Flatten<I: Iterator<Item: IntoIterator>> { struct 260 impl<I: Iterator<Item: IntoIterator>> Flatten<I> { implementation 261 pub(in super::super) fn new(iter: I) -> Flatten<I> { in new() 262 Flatten { inner: FlattenCompat::new(iter) } in new() 267 impl<I, U> fmt::Debug for Flatten<I> implementation 273 f.debug_struct("Flatten").field("inner", &self.inner).finish() in fmt() 278 impl<I, U> Clone for Flatten<I> implementation 284 Flatten { inner: self.inner.clone() } in clone() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | flatten.rs | 250 /// This `struct` is created by the [`flatten`] method on [`Iterator`]. See its 253 /// [`flatten`]: Iterator::flatten() 256 pub struct Flatten<I: Iterator<Item: IntoIterator>> { struct 260 impl<I: Iterator<Item: IntoIterator>> Flatten<I> { implementation 261 pub(in super::super) fn new(iter: I) -> Flatten<I> { in new() 262 Flatten { inner: FlattenCompat::new(iter) } in new() 267 impl<I, U> fmt::Debug for Flatten<I> implementation 273 f.debug_struct("Flatten").field("inner", &self.inner).finish() in fmt() 278 impl<I, U> Clone for Flatten<I> implementation 284 Flatten { inner: self.inner.clone() } in clone() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | flatten.rs | 250 /// This `struct` is created by the [`flatten`] method on [`Iterator`]. See its 253 /// [`flatten`]: Iterator::flatten() 256 pub struct Flatten<I: Iterator<Item: IntoIterator>> { struct 260 impl<I: Iterator<Item: IntoIterator>> Flatten<I> { implementation 261 pub(in super::super) fn new(iter: I) -> Flatten<I> { in new() 262 Flatten { inner: FlattenCompat::new(iter) } in new() 267 impl<I, U> fmt::Debug for Flatten<I> implementation 273 f.debug_struct("Flatten").field("inner", &self.inner).finish() in fmt() 278 impl<I, U> Clone for Flatten<I> implementation 284 Flatten { inner: self.inner.clone() } in clone() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/options/ |
D | input_field.rs | 23 pub flatten: Flag, field 48 flatten: self.flatten.is_present(), in as_codegen_field() 72 flatten: Default::default(), in new() 137 if self.flatten.is_present() { in parse_nested() 139 Error::custom("`flatten` and `rename` cannot be used together").with_span(mi), in parse_nested() 154 if self.flatten.is_present() { in parse_nested() 156 Error::custom("`flatten` and `with` cannot be used together").with_span(mi), in parse_nested() 166 if self.skip.map(|v| *v).unwrap_or_default() && self.flatten.is_present() { in parse_nested() 168 Error::custom("`flatten` and `skip` cannot be used together").with_span(mi), in parse_nested() 196 if self.multiple == Some(true) && self.flatten.is_present() { in parse_nested() [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|
/aosp_15_r20/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
H A D | Conversion.h | 201 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten 212 * `flatten()` and `unflatten()` functions. 214 * All `flatten()` and `unflatten()` overloads follow the same convention as 217 * status_t flatten(ObjectType const& object, 233 * `flatten()` and `unflatten()`: 234 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled, 242 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds` 248 * The return value of a successful `flatten()` or `unflatten()` call will be 258 * `flatten()` and `unflatten()`, are similar to functions of the same name in 262 * flatten(x, buffer, size, fds, numFds) [all …]
|