Home
last modified time | relevance | path

Searched defs:LayoutError (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs70 pub const fn from_size_align(size: usize, align: usize) -> Result<Self, LayoutError> { in from_size_align() argument
100 const fn from_size_alignment(size: usize, align: Alignment) -> Result<Self, LayoutError> { in from_size_alignment() argument
239 pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> { in align_to() argument
322 pub fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutError> { in repeat() argument
382 pub fn extend(&self, next: Self) -> Result<(Self, usize), LayoutError> { in extend() argument
408 pub fn repeat_packed(&self, n: usize) -> Result<Self, LayoutError> { in repeat_packed() argument
422 pub fn extend_packed(&self, next: Self) -> Result<Self, LayoutError> { in extend_packed() argument
435 pub const fn array<T>(n: usize) -> Result<Self, LayoutError> { in array() argument
444 ) -> Result<Layout, LayoutError> { in array() argument
483 pub struct LayoutError; struct
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs70 pub const fn from_size_align(size: usize, align: usize) -> Result<Self, LayoutError> { in from_size_align() argument
100 const fn from_size_alignment(size: usize, align: Alignment) -> Result<Self, LayoutError> { in from_size_alignment() argument
239 pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> { in align_to() argument
322 pub fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutError> { in repeat() argument
382 pub fn extend(&self, next: Self) -> Result<(Self, usize), LayoutError> { in extend() argument
408 pub fn repeat_packed(&self, n: usize) -> Result<Self, LayoutError> { in repeat_packed() argument
422 pub fn extend_packed(&self, next: Self) -> Result<Self, LayoutError> { in extend_packed() argument
435 pub const fn array<T>(n: usize) -> Result<Self, LayoutError> { in array() argument
444 ) -> Result<Layout, LayoutError> { in array() argument
483 pub struct LayoutError; struct
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs70 pub const fn from_size_align(size: usize, align: usize) -> Result<Self, LayoutError> { in from_size_align() argument
100 const fn from_size_alignment(size: usize, align: Alignment) -> Result<Self, LayoutError> { in from_size_alignment() argument
239 pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> { in align_to() argument
322 pub fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutError> { in repeat() argument
382 pub fn extend(&self, next: Self) -> Result<(Self, usize), LayoutError> { in extend() argument
408 pub fn repeat_packed(&self, n: usize) -> Result<Self, LayoutError> { in repeat_packed() argument
422 pub fn extend_packed(&self, next: Self) -> Result<Self, LayoutError> { in extend_packed() argument
435 pub const fn array<T>(n: usize) -> Result<Self, LayoutError> { in array() argument
444 ) -> Result<Layout, LayoutError> { in array() argument
483 pub struct LayoutError; struct
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs70 pub const fn from_size_align(size: usize, align: usize) -> Result<Self, LayoutError> { in from_size_align() argument
100 const fn from_size_alignment(size: usize, align: Alignment) -> Result<Self, LayoutError> { in from_size_alignment() argument
239 pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> { in align_to() argument
322 pub fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutError> { in repeat() argument
382 pub fn extend(&self, next: Self) -> Result<(Self, usize), LayoutError> { in extend() argument
408 pub fn repeat_packed(&self, n: usize) -> Result<Self, LayoutError> { in repeat_packed() argument
422 pub fn extend_packed(&self, next: Self) -> Result<Self, LayoutError> { in extend_packed() argument
435 pub const fn array<T>(n: usize) -> Result<Self, LayoutError> { in array() argument
444 ) -> Result<Layout, LayoutError> { in array() argument
483 pub struct LayoutError; struct
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs70 pub const fn from_size_align(size: usize, align: usize) -> Result<Self, LayoutError> { in from_size_align() argument
100 const fn from_size_alignment(size: usize, align: Alignment) -> Result<Self, LayoutError> { in from_size_alignment() argument
239 pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> { in align_to() argument
322 pub fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutError> { in repeat() argument
382 pub fn extend(&self, next: Self) -> Result<(Self, usize), LayoutError> { in extend() argument
408 pub fn repeat_packed(&self, n: usize) -> Result<Self, LayoutError> { in repeat_packed() argument
422 pub fn extend_packed(&self, next: Self) -> Result<Self, LayoutError> { in extend_packed() argument
435 pub const fn array<T>(n: usize) -> Result<Self, LayoutError> { in array() argument
444 ) -> Result<Layout, LayoutError> { in array() argument
483 pub struct LayoutError; struct
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dclang.rs893 pub(crate) fn offset_of_field(&self) -> Result<usize, LayoutError> { in offset_of_field() argument
1174 pub(crate) enum LayoutError { enum
1190 impl ::std::convert::From<i32> for LayoutError { implementation
1312 ) -> Result<usize, LayoutError> { in fallible_size() argument
1336 ) -> Result<usize, LayoutError> { in fallible_align() argument
1350 ) -> Result<crate::ir::layout::Layout, LayoutError> { in fallible_layout() argument
/aosp_15_r20/system/security/keystore2/src/crypto/
H A Derror.rs55 LayoutError(#[from] std::alloc::LayoutErr), enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dlayout.py43 class LayoutError(Exception): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dlayout.py43 class LayoutError(Exception): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dlayout.py43 class LayoutError(Exception): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dlayout.py43 class LayoutError(Exception): class
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/boxed/
H A Dthin.rs426 fn alloc_layout(value_layout: Layout) -> Result<(Layout, usize), LayoutError> { in alloc_layout() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/boxed/
H A Dthin.rs427 fn alloc_layout(value_layout: Layout) -> Result<(Layout, usize), LayoutError> { in alloc_layout() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/boxed/
H A Dthin.rs427 fn alloc_layout(value_layout: Layout) -> Result<(Layout, usize), LayoutError> { in alloc_layout() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/boxed/
H A Dthin.rs426 fn alloc_layout(value_layout: Layout) -> Result<(Layout, usize), LayoutError> { in alloc_layout() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/boxed/
H A Dthin.rs427 fn alloc_layout(value_layout: Layout) -> Result<(Layout, usize), LayoutError> { in alloc_layout() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs553 new_layout: Result<Layout, LayoutError>, in finish_grow() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs570 new_layout: Result<Layout, LayoutError>, in finish_grow() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs570 new_layout: Result<Layout, LayoutError>, in finish_grow() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs570 new_layout: Result<Layout, LayoutError>, in finish_grow() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs553 new_layout: Result<Layout, LayoutError>, in finish_grow() argument
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/drawing/
Darea.rs145 LayoutError, enumerator