Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dboxed.rs238 pub struct Box< struct
243 impl<T> Box<T> { implementation
403 impl<T, A: Allocator> Box<T, A> { impl
653 impl<T> Box<[T]> { impl
776 impl<T, A: Allocator> Box<[T], A> { implementation
836 impl<T, A: Allocator> Box<mem::MaybeUninit<T>, A> { implementation
909 impl<T, A: Allocator> Box<[mem::MaybeUninit<T>], A> { impl
948 impl<T: ?Sized> Box<T> { implementation
998 impl<T: ?Sized, A: Allocator> Box<T, A> { implementation
1285 unsafe impl<#[may_dangle] T: ?Sized, A: Allocator> Drop for Box<T, A> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dboxed.rs238 pub struct Box< struct
243 impl<T> Box<T> { impl
403 impl<T, A: Allocator> Box<T, A> { impl
653 impl<T> Box<[T]> { implementation
776 impl<T, A: Allocator> Box<[T], A> { implementation
836 impl<T, A: Allocator> Box<mem::MaybeUninit<T>, A> { implementation
909 impl<T, A: Allocator> Box<[mem::MaybeUninit<T>], A> { implementation
948 impl<T: ?Sized> Box<T> { impl
998 impl<T: ?Sized, A: Allocator> Box<T, A> { impl
1285 unsafe impl<#[may_dangle] T: ?Sized, A: Allocator> Drop for Box<T, A> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dboxed.rs237 pub struct Box< struct
242 impl<T> Box<T> { implementation
402 impl<T, A: Allocator> Box<T, A> { implementation
652 impl<T> Box<[T]> { implementation
775 impl<T, A: Allocator> Box<[T], A> { impl
835 impl<T, A: Allocator> Box<mem::MaybeUninit<T>, A> { implementation
908 impl<T, A: Allocator> Box<[mem::MaybeUninit<T>], A> { implementation
947 impl<T: ?Sized> Box<T> { impl
997 impl<T: ?Sized, A: Allocator> Box<T, A> { impl
1278 unsafe impl<#[may_dangle] T: ?Sized, A: Allocator> Drop for Box<T, A> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dboxed.rs237 pub struct Box< struct
242 impl<T> Box<T> { impl
402 impl<T, A: Allocator> Box<T, A> { impl
652 impl<T> Box<[T]> { impl
775 impl<T, A: Allocator> Box<[T], A> { implementation
835 impl<T, A: Allocator> Box<mem::MaybeUninit<T>, A> { impl
908 impl<T, A: Allocator> Box<[mem::MaybeUninit<T>], A> { impl
947 impl<T: ?Sized> Box<T> { implementation
997 impl<T: ?Sized, A: Allocator> Box<T, A> { impl
1278 unsafe impl<#[may_dangle] T: ?Sized, A: Allocator> Drop for Box<T, A> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dboxed.rs238 pub struct Box< struct
243 impl<T> Box<T> { impl
403 impl<T, A: Allocator> Box<T, A> { implementation
653 impl<T> Box<[T]> { impl
776 impl<T, A: Allocator> Box<[T], A> { impl
836 impl<T, A: Allocator> Box<mem::MaybeUninit<T>, A> { impl
909 impl<T, A: Allocator> Box<[mem::MaybeUninit<T>], A> { implementation
948 impl<T: ?Sized> Box<T> { implementation
998 impl<T: ?Sized, A: Allocator> Box<T, A> { implementation
1285 unsafe impl<#[may_dangle] T: ?Sized, A: Allocator> Drop for Box<T, A> { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/src/
Dloombox.rs4 pub struct Box<T: ?Sized> { struct
8 impl<T> Box<T> { argument
17 impl<T: ?Sized> Box<T> { impl
30 impl<T: ?Sized> Drop for Box<T> { implementation
42 unsafe impl<T: Send> Send for Box<T> {} implementation
43 unsafe impl<T: Sync> Sync for Box<T> {} implementation
45 impl<T: ?Sized> core::ops::Deref for Box<T> { implementation
53 impl<T: ?Sized> core::ops::DerefMut for Box<T> { implementation
59 impl<T: ?Sized> borrow::Borrow<T> for Box<T> { implementation
65 impl<T: ?Sized> borrow::BorrowMut<T> for Box<T> { implementation
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateAttachmentTests.hpp65 struct Box struct in glcts::FragmentShadingRateAttachment
67 bool in(uint32_t xIn, uint32_t yIn) in in()
71 uint32_t x;
72 uint32_t y;
73 uint32_t width;
74 uint32_t height;
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.adaptors/range.move.wrap/
H A Dassign.move.pass.cpp27 using Box = std::ranges::__movable_box<CopyConstructible>; in test() typedef
54 using Box = std::ranges::__movable_box<CopyConstructibleMovable>; in test() typedef
84 using Box = std::ranges::__movable_box<Copyable>; in test() typedef
113 using Box = std::ranges::__movable_box<MovableNothrowCopyConstructible>; in test() typedef
143 using Box = std::ranges::__movable_box<NothrowCopyConstructible>; in test() typedef
175 using Box = std::ranges::__movable_box<ThrowsOnCopy>; in test_empty_state() typedef
H A Dassign.copy.pass.cpp27 using Box = std::ranges::__movable_box<CopyConstructible>; in test() typedef
54 using Box = std::ranges::__movable_box<Copyable>; in test() typedef
83 using Box = std::ranges::__movable_box<NothrowCopyConstructible>; in test() typedef
115 using Box = std::ranges::__movable_box<ThrowsOnCopy>; in test_empty_state() typedef
H A Dctor.in_place.pass.cpp32 using Box = std::ranges::__movable_box<CopyConstructible>; in test() typedef
41 using Box = std::ranges::__movable_box<Copyable>; in test() typedef
50 using Box = std::ranges::__movable_box<NothrowCopyConstructible>; in test() typedef
/aosp_15_r20/external/armnn/tests/TfLiteYoloV3Big-Armnn/
H A DNMS.hpp21 struct Box { struct
22 float xmin; /**< X-pos position of the low left coordinate */
23 float xmax; /**< X-pos position of the top right coordinate */
24 float ymin; /**< Y-pos position of the low left coordinate */
25 float ymax; /**< Y-pos position of the top right coordinate */
/aosp_15_r20/external/libopenapv/readme/
H A Dapv_isobmff.md43 ### Definition
53 ### Description
60 ### Syntax
91 ### Semantics
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.h222 struct Box struct
224 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) {} in Box() function
225 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box() function
229 Box(const O &offset, const E &size) in Box() argument
249 int x;
250 int y;
251 int z;
252 int width;
253 int height;
254 int depth;
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/
Dprotocol.rs94 impl<T: Diagnostic + Send + Sync + 'static> From<T>
102 impl<T: Diagnostic + Send + Sync + 'static> From<T> for Box<dyn Diagnostic + Send + 'static> { implementation
108 impl<T: Diagnostic + Send + Sync + 'static> From<T> for Box<dyn Diagnostic + 'static> { implementation
114 impl From<&str> for Box<dyn Diagnostic> { implementation
120 impl<'a> From<&str> for Box<dyn Diagnostic + Send + Sync + 'a> { implementation
126 impl From<String> for Box<dyn Diagnostic> { implementation
134 impl From<String> for Box<dyn Diagnostic + Send + Sync> { implementation
158 impl From<Box<dyn std::error::Error + Send + Sync>> for Box<dyn Diagnostic + Send + Sync> { implementation
/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/
Dguest_abi_arch.h77 static constexpr uint64_t Box(IntegerType value) { in Box() function
119 static constexpr UnderlyingType Box(EnumType value) { in Box() function
150 static constexpr uint64_t Box(FloatingPointType value) { in Box() function
195 static constexpr uint64_t Box(FloatingPointType value) { in Box() function
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/
Dderive.rs287 impl<T: Parser> Parser for Box<T> { implementation
313 impl<T: CommandFactory> CommandFactory for Box<T> { implementation
322 impl<T: FromArgMatches> FromArgMatches for Box<T> { implementation
337 impl<T: Args> Args for Box<T> { implementation
346 impl<T: Subcommand> Subcommand for Box<T> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/
H A Dderive.rs287 impl<T: Parser> Parser for Box<T> { implementation
313 impl<T: CommandFactory> CommandFactory for Box<T> { implementation
322 impl<T: FromArgMatches> FromArgMatches for Box<T> { implementation
337 impl<T: Args> Args for Box<T> { implementation
346 impl<T: Subcommand> Subcommand for Box<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/
Dderive.rs502 impl<T: Parser> Parser for Box<T> { implementation
529 impl<T: CommandFactory> CommandFactory for Box<T> { implementation
538 impl<T: FromArgMatches> FromArgMatches for Box<T> { implementation
553 impl<T: Args> Args for Box<T> { implementation
562 impl<T: Subcommand> Subcommand for Box<T> { implementation
/aosp_15_r20/external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/classes/
H A DTags.java88 public static class Box<T> { class in Tags
92 private Box() {} in Box() method in Tags.Box
98 public Box(T storedObject, int price) { in Box() method in Tags.Box
/aosp_15_r20/out/soong/.intermediates/frameworks/minikin/rust/libminikin_cxx_bridge_code/gen/
Dminikin_cxx_bridge_generated.cpp396 class Box final { class
458 Box<T>::Box(Box &&other) noexcept : ptr(other.ptr) { in Box() function in rust::cxxbridge1::Box
463 Box<T>::Box(const T &val) { in Box() function in rust::cxxbridge1::Box
471 Box<T>::Box(T &&val) { in Box() function in rust::cxxbridge1::Box
546 Box<T>::Box(uninit) noexcept {} in Box() function in rust::cxxbridge1::Box
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/conn/impls/
Dboxed.rs5 impl<E> Connection for Box<dyn Connection<Error = E>> { implementation
25 impl<E> Connection for Box<dyn ConnectionExt<Error = E>> { implementation
45 impl<E> ConnectionExt for Box<dyn ConnectionExt<Error = E>> { implementation
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/
H A DJsonPathTest.kt20 class Box(val s: String) class
113 class Box(val s: String) : Sealed() class in kotlinx.serialization.JsonPathTest.Sealed
/aosp_15_r20/external/rust/android-crates-io/crates/futures-io/src/
Dlib.rs323 impl<T: ?Sized + AsyncRead + Unpin> AsyncRead for Box<T> { implementation
405 impl<T: ?Sized + AsyncWrite + Unpin> AsyncWrite for Box<T> { implementation
487 impl<T: ?Sized + AsyncSeek + Unpin> AsyncSeek for Box<T> { implementation
521 impl<T: ?Sized + AsyncBufRead + Unpin> AsyncBufRead for Box<T> { implementation
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dgeometry_util.h87 struct Box { struct
92 constexpr bool operator==(const Box& lhs, const Box& rhs) { argument
/aosp_15_r20/frameworks/av/media/module/extractors/mp4/
H A DItemTable.cpp102 struct Box { struct
104 Box(DataSourceHelper *source, uint32_t type) : in Box() function
107 virtual ~Box() {} in ~Box()
109 virtual status_t onChunkData( in onChunkData()
114 inline uint32_t type() const { return mType; } in type()
116 inline DataSourceHelper *source() const { return mDataSource; } in source()
123 DataSourceHelper *mDataSource;
124 uint32_t mType;

12345678910>>...21