Home
last modified time | relevance | path

Searched +defs:from +defs:default (Results 326 – 350 of 1211) sorted by relevance

1...<<11121314151617181920>>...49

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dmod.rs3319 fn default() -> Vec<T> { in default() method
3370 fn from(s: &[T]) -> Vec<T> { in from() method
3374 fn from(s: &[T]) -> Vec<T> { in from() method
3390 fn from(s: &mut [T]) -> Vec<T> { in from() method
3394 fn from(s: &mut [T]) -> Vec<T> { in from() method
3409 fn from(s: &[T; N]) -> Vec<T> { in from() method
3424 fn from(s: &mut [T; N]) -> Vec<T> { in from() method
3440 fn from(s: [T; N]) -> Vec<T> { in from() method
3445 fn from(s: [T; N]) -> Vec<T> { in from() method
3469 fn from(s: Cow<'a, [T]>) -> Vec<T> { in from() function
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dmod.rs3292 fn default() -> Vec<T> { in default() method
3343 fn from(s: &[T]) -> Vec<T> { in from() method
3347 fn from(s: &[T]) -> Vec<T> { in from() method
3363 fn from(s: &mut [T]) -> Vec<T> { in from() method
3367 fn from(s: &mut [T]) -> Vec<T> { in from() method
3382 fn from(s: &[T; N]) -> Vec<T> { in from() method
3397 fn from(s: &mut [T; N]) -> Vec<T> { in from() method
3413 fn from(s: [T; N]) -> Vec<T> { in from() method
3418 fn from(s: [T; N]) -> Vec<T> { in from() method
3442 fn from(s: Cow<'a, [T]>) -> Vec<T> { in from() function
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dswapchain.rs1088 fn default() -> Self { in default() method
1318 fn from(err: VulkanError) -> SwapchainCreationError { in from() method
1331 fn from(err: OomError) -> SwapchainCreationError { in from() method
1337 fn from(err: RequirementNotMet) -> Self { in from() method
1448 fn from(err: VulkanError) -> FullScreenExclusiveError { in from() method
1464 fn from(err: OomError) -> FullScreenExclusiveError { in from() method
1829 fn from(err: FenceError) -> Self { in from() method
1835 fn from(err: SemaphoreError) -> Self { in from() method
1841 fn from(err: OomError) -> AcquireError { in from() method
1847 fn from(err: VulkanError) -> AcquireError { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dmod.rs3319 fn default() -> Vec<T> { in default() method
3370 fn from(s: &[T]) -> Vec<T> { in from() method
3374 fn from(s: &[T]) -> Vec<T> { in from() method
3390 fn from(s: &mut [T]) -> Vec<T> { in from() method
3394 fn from(s: &mut [T]) -> Vec<T> { in from() method
3409 fn from(s: &[T; N]) -> Vec<T> { in from() method
3424 fn from(s: &mut [T; N]) -> Vec<T> { in from() method
3440 fn from(s: [T; N]) -> Vec<T> { in from() method
3445 fn from(s: [T; N]) -> Vec<T> { in from() method
3469 fn from(s: Cow<'a, [T]>) -> Vec<T> { in from() function
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dmod.rs3292 fn default() -> Vec<T> { in default() method
3343 fn from(s: &[T]) -> Vec<T> { in from() method
3347 fn from(s: &[T]) -> Vec<T> { in from() method
3363 fn from(s: &mut [T]) -> Vec<T> { in from() method
3367 fn from(s: &mut [T]) -> Vec<T> { in from() method
3382 fn from(s: &[T; N]) -> Vec<T> { in from() method
3397 fn from(s: &mut [T; N]) -> Vec<T> { in from() method
3413 fn from(s: [T; N]) -> Vec<T> { in from() method
3418 fn from(s: [T; N]) -> Vec<T> { in from() method
3442 fn from(s: Cow<'a, [T]>) -> Vec<T> { in from() function
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dmod.rs3319 fn default() -> Vec<T> { in default() method
3370 fn from(s: &[T]) -> Vec<T> { in from() method
3374 fn from(s: &[T]) -> Vec<T> { in from() method
3390 fn from(s: &mut [T]) -> Vec<T> { in from() method
3394 fn from(s: &mut [T]) -> Vec<T> { in from() method
3409 fn from(s: &[T; N]) -> Vec<T> { in from() method
3424 fn from(s: &mut [T; N]) -> Vec<T> { in from() method
3440 fn from(s: [T; N]) -> Vec<T> { in from() method
3445 fn from(s: [T; N]) -> Vec<T> { in from() method
3469 fn from(s: Cow<'a, [T]>) -> Vec<T> { in from() function
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs23 fn from(item: u32) -> Self { in from() method
37 fn from(item: u32) -> Self { in from() method
66 fn from(item: i32) -> Self { in from() method
80 fn from(item: i32) -> Self { in from() method
285 fn default() -> A2dpCodecConfig { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec3a.rs881 fn default() -> Self { in default() method
1269 fn from(a: [f32; 3]) -> Self { in from() method
1276 fn from(v: Vec3A) -> Self { in from() method
1283 fn from(t: (f32, f32, f32)) -> Self { in from() method
1290 fn from(v: Vec3A) -> Self { in from() method
1297 fn from(v: Vec3) -> Self { in from() method
1307 fn from(v: Vec4) -> Self { in from() method
1318 fn from(v: Vec3A) -> Self { in from() method
1329 fn from((v, z): (Vec2, f32)) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec3.rs879 fn default() -> Self { in default() method
1267 fn from(a: [f64; 3]) -> Self { in from() method
1274 fn from(v: DVec3) -> Self { in from() method
1281 fn from(t: (f64, f64, f64)) -> Self { in from() method
1288 fn from(v: DVec3) -> Self { in from() method
1295 fn from((v, z): (DVec2, f64)) -> Self { in from() method
1302 fn from(v: Vec3) -> Self { in from() method
1309 fn from(v: IVec3) -> Self { in from() method
1316 fn from(v: UVec3) -> Self { in from() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2367 fn default() -> String { in default() method
2717 fn from(s: &str) -> String { in from() method
2729 fn from(s: &mut str) -> String { in from() method
2741 fn from(s: &String) -> String { in from() method
2762 fn from(s: Box<str>) -> String { in from() method
2781 fn from(s: String) -> Box<str> { in from() method
2805 fn from(s: Cow<'a, str>) -> String { in from() method
2826 fn from(s: &'a str) -> Cow<'a, str> { in from() method
2849 fn from(s: String) -> Cow<'a, str> { in from() method
2871 fn from(s: &'a String) -> Cow<'a, str> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2367 fn default() -> String { in default() method
2717 fn from(s: &str) -> String { in from() method
2729 fn from(s: &mut str) -> String { in from() method
2741 fn from(s: &String) -> String { in from() method
2762 fn from(s: Box<str>) -> String { in from() method
2781 fn from(s: String) -> Box<str> { in from() method
2805 fn from(s: Cow<'a, str>) -> String { in from() method
2826 fn from(s: &'a str) -> Cow<'a, str> { in from() method
2849 fn from(s: String) -> Cow<'a, str> { in from() method
2871 fn from(s: &'a String) -> Cow<'a, str> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2367 fn default() -> String { in default() method
2717 fn from(s: &str) -> String { in from() method
2729 fn from(s: &mut str) -> String { in from() method
2741 fn from(s: &String) -> String { in from() method
2762 fn from(s: Box<str>) -> String { in from() method
2781 fn from(s: String) -> Box<str> { in from() method
2805 fn from(s: Cow<'a, str>) -> String { in from() method
2826 fn from(s: &'a str) -> Cow<'a, str> { in from() method
2849 fn from(s: String) -> Cow<'a, str> { in from() method
2871 fn from(s: &'a String) -> Cow<'a, str> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2364 fn default() -> String { in default() method
2714 fn from(s: &str) -> String { in from() method
2726 fn from(s: &mut str) -> String { in from() method
2738 fn from(s: &String) -> String { in from() method
2759 fn from(s: Box<str>) -> String { in from() method
2778 fn from(s: String) -> Box<str> { in from() method
2802 fn from(s: Cow<'a, str>) -> String { in from() method
2823 fn from(s: &'a str) -> Cow<'a, str> { in from() method
2846 fn from(s: String) -> Cow<'a, str> { in from() method
2868 fn from(s: &'a String) -> Cow<'a, str> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2364 fn default() -> String { in default() method
2714 fn from(s: &str) -> String { in from() method
2726 fn from(s: &mut str) -> String { in from() method
2738 fn from(s: &String) -> String { in from() method
2759 fn from(s: Box<str>) -> String { in from() method
2778 fn from(s: String) -> Box<str> { in from() method
2802 fn from(s: Cow<'a, str>) -> String { in from() method
2823 fn from(s: &'a str) -> Cow<'a, str> { in from() method
2846 fn from(s: String) -> Cow<'a, str> { in from() method
2868 fn from(s: &'a String) -> Cow<'a, str> { in from() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/error/
Dmod.rs648 fn from(e: syn::Error) -> Self { in from() method
661 fn from(e: Error) -> Self { in from() method
893 fn default() -> Self { in default() method
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dmod.rs207 fn from(value: FallocateMode) -> Self { in from() method
217 fn from(value: FallocateMode) -> Self { in from() method
725 pub fn default() -> Self { in default() method
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dtypes.rs260 fn default() -> Self { in default() method
354 fn from(arr: [T; 3]) -> Self { in from() function
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs486 fn default() -> Self { in default() method
1241 fn from(a: [u64; 4]) -> Self { in from() method
1248 fn from(v: U64Vec4) -> Self { in from() method
1255 fn from(t: (u64, u64, u64, u64)) -> Self { in from() method
1262 fn from(v: U64Vec4) -> Self { in from() method
1269 fn from((v, w): (U64Vec3, u64)) -> Self { in from() method
1276 fn from((x, v): (u64, U64Vec3)) -> Self { in from() method
1283 fn from((v, z, w): (U64Vec2, u64, u64)) -> Self { in from() method
1290 fn from((v, u): (U64Vec2, U64Vec2)) -> Self { in from() method
1297 fn from(v: U16Vec4) -> Self { in from() method
[all …]
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines_android/android_common_apex35/kotlin/
Dkotlinx_coroutines_android.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__android_common_apex35__kotlinx_coroutines_android. ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines_android/android_common/kotlin/
Dkotlinx_coroutines_android.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__android_common__kotlinx_coroutines_android. ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines_android/android_common_apex30/kotlin/
Dkotlinx_coroutines_android.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__android_common_apex30__kotlinx_coroutines_android. ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines_android/android_common_apex10000/kotlin/
Dkotlinx_coroutines_android.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__android_common_apex10000__kotlinx_coroutines_android. ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines_android/android_common_apex34/kotlin/
Dkotlinx_coroutines_android.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__android_common_apex34__kotlinx_coroutines_android. ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines_android/android_common_apex33/kotlin/
Dkotlinx_coroutines_android.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__android_common_apex33__kotlinx_coroutines_android. ...
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dmodel.rs64 fn default() -> Syntax { in default() method
220 pub from: i32, field
545 fn default() -> Self { in default() method

1...<<11121314151617181920>>...49