Home
last modified time | relevance | path

Searched +defs:from +defs:default (Results 301 – 325 of 1211) sorted by relevance

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

/aosp_15_r20/external/rust/android-crates-io/crates/num_enum_derive/src/
Dparsing.rs47 pub(crate) fn default(&self) -> Option<&Ident> { in default() method
524 fn from(attribute: ErrorTypeAttribute) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Dentry.rs344 fn default() -> Self { in default() method
419 fn from(err: MissingEntryPoint) -> Self { in from() method
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Dgpu_display_android.rs136 fn default() -> Self { in default() method
149 fn from(anb: ANativeWindow_Buffer) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/fragile/src/
Dfragile.rs143 fn from(t: T) -> Fragile<T> { in from() method
157 fn default() -> Fragile<T> { in default() method
Dsemisticky.rs140 fn from(t: T) -> SemiSticky<T> { in from() method
155 fn default() -> SemiSticky<T> { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dblk.rs421 fn default() -> Self { in default() method
474 fn from(status: RespStatus) -> Self { in from() method
486 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/env_logger/src/
Dlogger.rs787 fn from(filter_env: T) -> Self { in from() function
793 fn default() -> Self { in default() method
804 default: Option<Cow<'a, str>>, field
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dview.rs875 fn default() -> Self { in default() method
1139 fn from(err: OomError) -> ImageViewCreationError { in from() method
1145 fn from(err: VulkanError) -> ImageViewCreationError { in from() method
1155 fn from(err: RequirementNotMet) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dquat.rs831 fn default() -> Self { in default() method
897 fn from(q: Quat) -> Self { in from() method
904 fn from(q: Quat) -> Self { in from() method
911 fn from(q: Quat) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddquat.rs813 fn default() -> Self { in default() method
871 fn from(q: DQuat) -> Self { in from() method
878 fn from(q: DQuat) -> Self { in from() method
885 fn from(q: DQuat) -> Self { in from() method
Ddvec2.rs811 fn default() -> Self { in default() method
1170 fn from(a: [f64; 2]) -> Self { in from() method
1177 fn from(v: DVec2) -> Self { in from() method
1184 fn from(t: (f64, f64)) -> Self { in from() method
1191 fn from(v: DVec2) -> Self { in from() method
1198 fn from(v: Vec2) -> Self { in from() method
1205 fn from(v: IVec2) -> Self { in from() method
1212 fn from(v: UVec2) -> Self { in from() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dsearch.rs786 fn from(haystack: &'h H) -> Input<'h> { in from() method
885 fn from(range: Range<usize>) -> Span { in from() method
892 fn from(span: Span) -> Range<usize> { in from() method
1730 fn default() -> MatchKind { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmasks.rs424 fn from(array: [bool; N]) -> Self { in from() function
435 fn from(vector: Mask<T, N>) -> Self { in from() function
447 fn default() -> Self { in default() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmasks.rs424 fn from(array: [bool; N]) -> Self { in from() function
435 fn from(vector: Mask<T, N>) -> Self { in from() function
447 fn default() -> Self { in default() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmasks.rs424 fn from(array: [bool; N]) -> Self { in from() function
435 fn from(vector: Mask<T, N>) -> Self { in from() function
447 fn default() -> Self { in default() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmasks.rs424 fn from(array: [bool; N]) -> Self { in from() function
435 fn from(vector: Mask<T, N>) -> Self { in from() function
447 fn default() -> Self { in default() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmasks.rs424 fn from(array: [bool; N]) -> Self { in from() function
435 fn from(vector: Mask<T, N>) -> Self { in from() function
447 fn default() -> Self { in default() function
/aosp_15_r20/external/rust/android-crates-io/crates/ppv-lite86/src/
Dgeneric.rs15 fn from(d: [u32; 4]) -> Self { in from() method
21 fn from(d: vec128_storage) -> Self { in from() method
27 fn from(q: [u64; 2]) -> Self { in from() method
33 fn from(q: vec128_storage) -> Self { in from() method
39 fn default() -> Self { in default() method
66 fn from(q: vec256_storage) -> Self { in from() method
74 fn from([a, b, c, d]: [u64; 4]) -> Self { in from() method
464 fn from(d: u32x4_generic) -> Self { in from() method
470 fn from(q: u64x2_generic) -> Self { in from() method
476 fn from(o: u128x1_generic) -> Self { in from() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.17/src/
H A Dgeneric.rs15 fn from(d: [u32; 4]) -> Self { in from() method
21 fn from(d: vec128_storage) -> Self { in from() method
27 fn from(q: [u64; 2]) -> Self { in from() method
33 fn from(q: vec128_storage) -> Self { in from() method
39 fn default() -> Self { in default() method
66 fn from(q: vec256_storage) -> Self { in from() method
74 fn from([a, b, c, d]: [u64; 4]) -> Self { in from() method
464 fn from(d: u32x4_generic) -> Self { in from() method
470 fn from(q: u64x2_generic) -> Self { in from() method
476 fn from(o: u128x1_generic) -> Self { in from() method
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Ded25519.rs55 fn default() -> Self { in default() method
161 fn from(wrapped: RawSignature) -> Self { in from() method
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dexecutor.rs47 fn from(e: ExecutorKindSys) -> ExecutorKind { in from() method
58 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/data_elements/actions/
Dmod.rs91 fn from(action: ActionBits<F>) -> Self { in from() method
172 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec3a.rs883 fn default() -> Self { in default() method
1197 fn from(t: Vec3A) -> Self { in from() method
1204 fn from(t: __m128) -> Self { in from() method
1211 fn from(a: [f32; 3]) -> Self { in from() method
1218 fn from(v: Vec3A) -> Self { in from() method
1231 fn from(t: (f32, f32, f32)) -> Self { in from() method
1238 fn from(v: Vec3A) -> Self { in from() method
1251 fn from(v: Vec3) -> Self { in from() method
1261 fn from(v: Vec4) -> Self { in from() method
1268 fn from(v: Vec3A) -> Self { in from() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec3a.rs853 fn default() -> Self { in default() method
1165 fn from(t: Vec3A) -> Self { in from() method
1172 fn from(t: v128) -> Self { in from() method
1179 fn from(a: [f32; 3]) -> Self { in from() method
1186 fn from(v: Vec3A) -> Self { in from() method
1193 fn from(t: (f32, f32, f32)) -> Self { in from() method
1200 fn from(v: Vec3A) -> Self { in from() method
1207 fn from(v: Vec3) -> Self { in from() method
1217 fn from(v: Vec4) -> Self { in from() method
1224 fn from(v: Vec3A) -> Self { in from() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec3a.rs836 fn default() -> Self { in default() method
1137 fn from(t: Vec3A) -> Self { in from() method
1144 fn from(t: f32x4) -> Self { in from() method
1151 fn from(a: [f32; 3]) -> Self { in from() method
1158 fn from(v: Vec3A) -> Self { in from() method
1165 fn from(t: (f32, f32, f32)) -> Self { in from() method
1172 fn from(v: Vec3A) -> Self { in from() method
1179 fn from(v: Vec3) -> Self { in from() method
1189 fn from(v: Vec4) -> Self { in from() method
1196 fn from(v: Vec3A) -> Self { in from() method
[all …]

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