Home
last modified time | relevance | path

Searched +defs:from +defs:default (Results 126 – 150 of 1211) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dview.rs322 fn default() -> Self { in default() method
409 fn from(err: OomError) -> Self { in from() method
415 fn from(err: VulkanError) -> Self { in from() method
421 fn from(err: RequirementNotMet) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/sse2/
Dbvec4a.rs135 fn default() -> Self { in default() method
211 fn from(t: BVec4A) -> Self { in from() method
242 fn from(mask: BVec4A) -> Self { in from() method
249 fn from(mask: BVec4A) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/
Dformat.rs169 fn from(val: Format) -> Self { in from() method
177 fn from(val: ImageFormat) -> Self { in from() method
417 fn from(val: ClearValue) -> Self { in from() method
446 fn from(val: ClearColorValue) -> Self { in from() method
457 fn from(val: [f32; 1]) -> Self { in from() method
464 fn from(val: [f32; 2]) -> Self { in from() method
471 fn from(val: [f32; 3]) -> Self { in from() method
478 fn from(val: [f32; 4]) -> Self { in from() method
485 fn from(val: [u32; 1]) -> Self { in from() method
492 fn from(val: [u32; 2]) -> Self { in from() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/body/
Dbody.rs361 fn default() -> Body { in default() method
487 fn from( in from() method
496 fn from(chunk: Bytes) -> Body { in from() method
507 fn from(vec: Vec<u8>) -> Body { in from() method
514 fn from(slice: &'static [u8]) -> Body { in from() method
521 fn from(cow: Cow<'static, [u8]>) -> Body { in from() method
531 fn from(s: String) -> Body { in from() method
538 fn from(slice: &'static str) -> Body { in from() method
545 fn from(cow: Cow<'static, str>) -> Body { in from() method
/aosp_15_r20/external/crosvm/ext2/src/
H A Dinode.rs71 fn from(inode: InodeNum) -> Self { in from() method
77 fn from(inode: InodeNum) -> Self { in from() method
94 fn default() -> Self { in default() method
210 fn default() -> Self { in default() method
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/slots/
H A Dfuchsia.rs45 fn default() -> Self { in default() method
71 fn from(flags: OneShotFlags) -> Self { in from() method
81 fn from(oneshot: Option<OneShot>) -> Self { in from() method
147 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Dsingular.rs392 fn default() -> SingularField<T> { in default() method
399 fn default() -> SingularPtrField<T> { in default() method
405 fn from(o: Option<T>) -> Self { in from() method
411 fn from(o: Option<T>) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/analysis/
Dhas_vtable.rs26 fn default() -> Self { in default() method
123 let from = from.into(); in forward() localVariable
216 fn from(analysis: HasVtableAnalysis<'ctx>) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/
Doption.rs35 fn default() -> Self { in default() method
61 fn from(option: Option<T>) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/
Dbyte_record.rs100 fn default() -> ByteRecord { in default() method
660 fn default() -> Bounds { in default() method
738 fn from(record: StringRecord) -> ByteRecord { in from() method
745 fn from(xs: Vec<T>) -> ByteRecord { in from() method
752 fn from(xs: &'a [T]) -> ByteRecord { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged3d/
Dprojection.rs21 fn from(data: [[f64; 4]; 4]) -> Self { in from() method
27 fn default() -> Self { in default() method
156 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dheaders.rs292 fn from(src: Headers) -> Self { in from() method
520 fn from(src: PushPromise) -> Self { in from() method
768 fn default() -> Self { in default() method
774 fn from(src: HeadersFlag) -> u8 { in from() method
816 fn default() -> Self { in default() method
822 fn from(src: PushPromiseFlag) -> u8 { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dbuf.rs115 fn default() -> Self { in default() method
160 fn from(mut v: Vec<u8>) -> GrpcSlice { in from() method
187 fn from(s: String) -> GrpcSlice { in from() method
197 fn from(s: CString) -> GrpcSlice { in from() method
208 fn from(s: &'_ [u8]) -> GrpcSlice { in from() method
219 fn from(s: &'_ str) -> GrpcSlice { in from() method
230 fn from(s: &'_ CStr) -> GrpcSlice { in from() method
251 fn from(slice: &'a [GrpcSlice]) -> Self { in from() method
266 fn from(s: &'a GrpcSlice) -> GrpcByteBuffer { in from() method
/aosp_15_r20/packages/modules/Virtualization/libs/dice/open_dice/src/
Ddice.rs71 fn from(alg: KeyAlgorithm) -> Self { in from() method
134 fn from(alg: KeyAlgorithm) -> Self { in from() method
155 fn from(ctx: DiceContext) -> Self { in from() method
238 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/
Dtext.rs33 fn from(from: &'a str) -> FontFamily<'a> { in from() method
118 pub fn default() -> Self { in default() method
182 fn from(from: &'a str) -> FontStyle { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sampler/
Dycbcr.rs618 fn from(err: OomError) -> SamplerYcbcrConversionCreationError { in from() method
624 fn from(err: VulkanError) -> SamplerYcbcrConversionCreationError { in from() method
638 fn from(err: RequirementNotMet) -> Self { in from() method
721 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dcopy.rs4076 fn from(typed: CopyBufferInfoTyped<T>) -> Self { in from() method
4124 fn default() -> Self { in default() method
4249 fn default() -> Self { in default() method
4421 fn default() -> Self { in default() method
4617 fn default() -> Self { in default() method
4751 fn default() -> Self { in default() method
5313 fn from(err: SyncCommandBufferBuilderError) -> Self { in from() method
5319 fn from(err: RequirementNotMet) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/
Dbvec3.rs109 fn default() -> Self { in default() method
208 fn from(mask: BVec3) -> Self { in from() method
215 fn from(mask: BVec3) -> Self { in from() method
Dbvec2.rs102 fn default() -> Self { in default() method
190 fn from(mask: BVec2) -> Self { in from() method
197 fn from(mask: BVec2) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/scalar/
Dbvec3a.rs113 fn default() -> Self { in default() method
212 fn from(mask: BVec3A) -> Self { in from() method
219 fn from(mask: BVec3A) -> Self { in from() method
Dbvec4a.rs118 fn default() -> Self { in default() method
222 fn from(mask: BVec4A) -> Self { in from() method
229 fn from(mask: BVec4A) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/
Dprotocol.rs97 fn from(diag: T) -> Self { in from() method
103 fn from(diag: T) -> Self { in from() method
109 fn from(diag: T) -> Self { in from() method
115 fn from(s: &str) -> Self { in from() method
121 fn from(s: &str) -> Self { in from() method
127 fn from(s: String) -> Self { in from() method
135 fn from(s: String) -> Self { in from() method
159 fn from(s: Box<dyn std::error::Error + Send + Sync>) -> Self { in from() method
193 fn default() -> Self { in default() method
532 fn from((start, len): (ByteOffset, usize)) -> Self { in from() method
[all …]
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dgpu.rs51 fn default() -> Self { in default() method
119 fn default() -> Self { in default() method
205 fn from(response: VmResponse) -> Self { in from() method
/aosp_15_r20/external/rust/crabbyavif/src/capi/
Dio.rs34 fn default() -> Self { in default() method
50 fn default() -> Self { in default() method
59 fn from(v: &Vec<u8>) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/
Dlib.rs211 fn from(inner: T) -> Self { in from() method
217 fn default() -> Self { in default() method
316 fn from(val: T) -> Self { in from() method
355 fn default() -> Self { in default() method

12345678910>>...49