Home
last modified time | relevance | path

Searched +defs:from +defs:default (Results 1 – 25 of 1166) sorted by relevance

12345678910>>...47

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dvalue_parser.rs289 fn from(p: P) -> Self { in from() function
295 fn from(p: _AnonymousValueParser) -> Self { in from() method
324 fn from(value: std::ops::Range<i64>) -> Self { in from() method
354 fn from(value: std::ops::RangeInclusive<i64>) -> Self { in from() method
384 fn from(value: std::ops::RangeFrom<i64>) -> Self { in from() method
414 fn from(value: std::ops::RangeTo<i64>) -> Self { in from() method
444 fn from(value: std::ops::RangeToInclusive<i64>) -> Self { in from() method
474 fn from(value: std::ops::RangeFull) -> Self { in from() method
508 fn from(values: [P; C]) -> Self { in from() function
758 fn default() -> Self { in default() method
[all …]
/aosp_15_r20/system/security/keystore2/src/
H A Dkey_parameter.rs206 fn from(v: i64) -> Self { in from() method
211 fn from(v: i32) -> Self { in from() method
216 fn from(v: Vec<u8>) -> Self { in from() method
521 fn default() -> Self; in default() method
525 fn default() -> Self { in default() method
531 fn default() -> Self { in default() method
1047 fn from(kp: &KmKeyParameter) -> Self { in from() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ffi/
H A Dc_str.rs734 fn from(s: CString) -> Vec<u8> { in from() method
742 fn default() -> CString { in default() method
761 fn from(s: Cow<'a, CStr>) -> Self { in from() method
771 fn from(s: &CStr) -> Box<CStr> { in from() method
782 fn from(cow: Cow<'_, CStr>) -> Box<CStr> { in from() method
794 fn from(s: Box<CStr>) -> CString { in from() method
805 fn from(v: Vec<NonZero<u8>>) -> CString { in from() method
835 fn from(s: CString) -> Box<CStr> { in from() method
844 fn from(s: CString) -> Cow<'a, CStr> { in from() method
853 fn from(s: &'a CStr) -> Cow<'a, CStr> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ffi/
H A Dc_str.rs734 fn from(s: CString) -> Vec<u8> { in from() method
742 fn default() -> CString { in default() method
761 fn from(s: Cow<'a, CStr>) -> Self { in from() method
771 fn from(s: &CStr) -> Box<CStr> { in from() method
782 fn from(cow: Cow<'_, CStr>) -> Box<CStr> { in from() method
794 fn from(s: Box<CStr>) -> CString { in from() method
805 fn from(v: Vec<NonZero<u8>>) -> CString { in from() method
835 fn from(s: CString) -> Box<CStr> { in from() method
844 fn from(s: CString) -> Cow<'a, CStr> { in from() method
853 fn from(s: &'a CStr) -> Cow<'a, CStr> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ffi/
H A Dc_str.rs734 fn from(s: CString) -> Vec<u8> { in from() method
742 fn default() -> CString { in default() method
761 fn from(s: Cow<'a, CStr>) -> Self { in from() method
771 fn from(s: &CStr) -> Box<CStr> { in from() method
782 fn from(cow: Cow<'_, CStr>) -> Box<CStr> { in from() method
794 fn from(s: Box<CStr>) -> CString { in from() method
805 fn from(v: Vec<NonZero<u8>>) -> CString { in from() method
835 fn from(s: CString) -> Box<CStr> { in from() method
844 fn from(s: CString) -> Cow<'a, CStr> { in from() method
853 fn from(s: &'a CStr) -> Cow<'a, CStr> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ffi/
H A Dc_str.rs734 fn from(s: CString) -> Vec<u8> { in from() method
742 fn default() -> CString { in default() method
761 fn from(s: Cow<'a, CStr>) -> Self { in from() method
771 fn from(s: &CStr) -> Box<CStr> { in from() method
782 fn from(cow: Cow<'_, CStr>) -> Box<CStr> { in from() method
794 fn from(s: Box<CStr>) -> CString { in from() method
805 fn from(v: Vec<NonZero<u8>>) -> CString { in from() method
835 fn from(s: CString) -> Box<CStr> { in from() method
844 fn from(s: CString) -> Cow<'a, CStr> { in from() method
853 fn from(s: &'a CStr) -> Cow<'a, CStr> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ffi/
H A Dc_str.rs734 fn from(s: CString) -> Vec<u8> { in from() method
742 fn default() -> CString { in default() method
761 fn from(s: Cow<'a, CStr>) -> Self { in from() method
771 fn from(s: &CStr) -> Box<CStr> { in from() method
782 fn from(cow: Cow<'_, CStr>) -> Box<CStr> { in from() method
794 fn from(s: Box<CStr>) -> CString { in from() method
805 fn from(v: Vec<NonZero<u8>>) -> CString { in from() method
835 fn from(s: CString) -> Box<CStr> { in from() method
844 fn from(s: CString) -> Cow<'a, CStr> { in from() method
853 fn from(s: &'a CStr) -> Cow<'a, CStr> { in from() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dvalue_parser.rs298 fn from(p: P) -> Self { in from() function
304 fn from(p: _AnonymousValueParser) -> Self { in from() method
334 fn from(value: std::ops::Range<i64>) -> Self { in from() method
365 fn from(value: std::ops::RangeInclusive<i64>) -> Self { in from() method
396 fn from(value: std::ops::RangeFrom<i64>) -> Self { in from() method
427 fn from(value: std::ops::RangeTo<i64>) -> Self { in from() method
458 fn from(value: std::ops::RangeToInclusive<i64>) -> Self { in from() method
489 fn from(value: std::ops::RangeFull) -> Self { in from() method
524 fn from(values: [P; C]) -> Self { in from() function
560 fn from(values: Vec<P>) -> Self { in from() function
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Dvalue_parser.rs298 fn from(p: P) -> Self { in from() function
304 fn from(p: _AnonymousValueParser) -> Self { in from() method
334 fn from(value: std::ops::Range<i64>) -> Self { in from() method
365 fn from(value: std::ops::RangeInclusive<i64>) -> Self { in from() method
396 fn from(value: std::ops::RangeFrom<i64>) -> Self { in from() method
427 fn from(value: std::ops::RangeTo<i64>) -> Self { in from() method
458 fn from(value: std::ops::RangeToInclusive<i64>) -> Self { in from() method
489 fn from(value: std::ops::RangeFull) -> Self { in from() method
524 fn from(values: [P; C]) -> Self { in from() function
560 fn from(values: Vec<P>) -> Self { in from() function
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ppv-lite86/src/x86_64/
Dmod.rs124 fn from(x: &'a vec128_storage) -> Self { in from() method
130 fn from(u32x4: [u32; 4]) -> Self { in from() method
136 fn default() -> Self { in default() method
159 fn from(u64x4: [u64; 4]) -> Self { in from() method
165 fn default() -> Self { in default() method
198 fn default() -> Self { in default() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.17/src/x86_64/
H A Dmod.rs124 fn from(x: &'a vec128_storage) -> Self { in from() method
130 fn from(u32x4: [u32; 4]) -> Self { in from() method
136 fn default() -> Self { in default() method
159 fn from(u64x4: [u64; 4]) -> Self { in from() method
165 fn default() -> Self { in default() method
198 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dmod.rs205 fn from(val: SubpassContents) -> Self { in from() method
265 fn default() -> Self { in default() method
289 fn from(val: Subpass) -> Self { in from() method
296 fn from(val: CommandBufferInheritanceRenderPassInfo) -> Self { in from() method
303 fn from(val: CommandBufferInheritanceRenderingInfo) -> Self { in from() method
336 fn from(subpass: Subpass) -> Self { in from() method
387 fn default() -> Self { in default() method
422 fn from(val: CommandBufferUsage) -> Self { in from() method
452 fn default() -> Self { in default() method
576 fn from(val: ResourceUseRef) -> Self { in from() method
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dslots.rs35 fn from(u: usize) -> Self { in from() method
40 fn from(u: u8) -> Self { in from() method
52 fn from(u: usize) -> Self { in from() method
57 fn from(u: u8) -> Self { in from() method
80 fn from(c: char) -> Self { in from() method
113 fn from(val: Suffix) -> Self { in from() method
140 fn default() -> Self { in default() method
146 fn from(val: u8) -> Self { in from() method
158 fn from(reason: UnbootableReason) -> Self { in from() method
185 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dviewport.rs194 fn default() -> Self { in default() method
223 fn from(val: Viewport) -> Self { in from() method
262 fn default() -> Scissor { in default() method
269 fn from(val: Scissor) -> Self { in from() method
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
HDjetifier-core-1.0.0-beta10.jar ... extends java.lang.Object { private final String from private final String to public final com.android. ...
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dmod.rs296 fn from(value: SampleCount) -> Self { in from() method
341 fn from(num: u32) -> MipmapsCount { in from() method
628 fn from(val: ImageSubresourceLayers) -> Self { in from() method
674 fn from(val: ImageSubresourceRange) -> Self { in from() method
687 fn from(val: ImageSubresourceLayers) -> Self { in from() method
794 fn default() -> Self { in default() method
846 fn from(props: ash::vk::ImageFormatProperties) -> Self { in from() method
898 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ffi/
H A Dos_str.rs549 fn from(s: String) -> OsString { in from() method
558 fn from(s: &T) -> OsString { in from() method
603 fn default() -> OsString { in default() method
1194 fn from(s: &OsStr) -> Box<OsStr> { in from() method
1205 fn from(cow: Cow<'_, OsStr>) -> Box<OsStr> { in from() method
1218 fn from(boxed: Box<OsStr>) -> OsString { in from() method
1227 fn from(s: OsString) -> Box<OsStr> { in from() method
1245 fn from(s: OsString) -> Arc<OsStr> { in from() method
1255 fn from(s: &OsStr) -> Arc<OsStr> { in from() method
1266 fn from(s: OsString) -> Rc<OsStr> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ffi/
H A Dos_str.rs578 fn from(s: String) -> OsString { in from() method
587 fn from(s: &T) -> OsString { in from() method
632 fn default() -> OsString { in default() method
1223 fn from(s: &OsStr) -> Box<OsStr> { in from() method
1234 fn from(cow: Cow<'_, OsStr>) -> Box<OsStr> { in from() method
1247 fn from(boxed: Box<OsStr>) -> OsString { in from() method
1256 fn from(s: OsString) -> Box<OsStr> { in from() method
1274 fn from(s: OsString) -> Arc<OsStr> { in from() method
1284 fn from(s: &OsStr) -> Arc<OsStr> { in from() method
1295 fn from(s: OsString) -> Rc<OsStr> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ffi/
H A Dos_str.rs578 fn from(s: String) -> OsString { in from() method
587 fn from(s: &T) -> OsString { in from() method
632 fn default() -> OsString { in default() method
1223 fn from(s: &OsStr) -> Box<OsStr> { in from() method
1234 fn from(cow: Cow<'_, OsStr>) -> Box<OsStr> { in from() method
1247 fn from(boxed: Box<OsStr>) -> OsString { in from() method
1256 fn from(s: OsString) -> Box<OsStr> { in from() method
1274 fn from(s: OsString) -> Arc<OsStr> { in from() method
1284 fn from(s: &OsStr) -> Arc<OsStr> { in from() method
1295 fn from(s: OsString) -> Rc<OsStr> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ffi/
H A Dos_str.rs549 fn from(s: String) -> OsString { in from() method
558 fn from(s: &T) -> OsString { in from() method
603 fn default() -> OsString { in default() method
1194 fn from(s: &OsStr) -> Box<OsStr> { in from() method
1205 fn from(cow: Cow<'_, OsStr>) -> Box<OsStr> { in from() method
1218 fn from(boxed: Box<OsStr>) -> OsString { in from() method
1227 fn from(s: OsString) -> Box<OsStr> { in from() method
1245 fn from(s: OsString) -> Arc<OsStr> { in from() method
1255 fn from(s: &OsStr) -> Arc<OsStr> { in from() method
1266 fn from(s: OsString) -> Rc<OsStr> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ffi/
H A Dos_str.rs578 fn from(s: String) -> OsString { in from() method
587 fn from(s: &T) -> OsString { in from() method
632 fn default() -> OsString { in default() method
1223 fn from(s: &OsStr) -> Box<OsStr> { in from() method
1234 fn from(cow: Cow<'_, OsStr>) -> Box<OsStr> { in from() method
1247 fn from(boxed: Box<OsStr>) -> OsString { in from() method
1256 fn from(s: OsString) -> Box<OsStr> { in from() method
1274 fn from(s: OsString) -> Arc<OsStr> { in from() method
1284 fn from(s: &OsStr) -> Arc<OsStr> { in from() method
1295 fn from(s: OsString) -> Rc<OsStr> { in from() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dsync.rs3091 fn default() -> Weak<T> { in default() method
3380 fn default() -> Arc<T> { in default() method
3414 fn default() -> Self { in default() method
3429 fn default() -> Self { in default() method
3448 fn default() -> Self { in default() method
3492 fn from(t: T) -> Self { in from() method
3513 fn from(v: [T; N]) -> Arc<[T]> { in from() method
3532 fn from(v: &[T]) -> Arc<[T]> { in from() method
3550 fn from(v: &str) -> Arc<str> { in from() method
3570 fn from(v: String) -> Arc<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 Dsync.rs3091 fn default() -> Weak<T> { in default() method
3380 fn default() -> Arc<T> { in default() method
3414 fn default() -> Self { in default() method
3429 fn default() -> Self { in default() method
3448 fn default() -> Self { in default() method
3492 fn from(t: T) -> Self { in from() method
3513 fn from(v: [T; N]) -> Arc<[T]> { in from() method
3532 fn from(v: &[T]) -> Arc<[T]> { in from() method
3550 fn from(v: &str) -> Arc<str> { in from() method
3570 fn from(v: String) -> Arc<str> { in from() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/http-body/src/
Dfull.rs71 fn default() -> Self { in default() function
80 fn from(bytes: Bytes) -> Self { in from() function
89 fn from(vec: Vec<u8>) -> Self { in from() function
98 fn from(slice: &'static [u8]) -> Self { in from() function
108 fn from(cow: Cow<'static, B>) -> Self { in from() function
120 fn from(s: String) -> Self { in from() function
129 fn from(slice: &'static str) -> Self { in from() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/codec/
Dframed_impl.rs47 fn default() -> Self { in default() method
58 fn default() -> Self { in default() method
67 fn from(mut buffer: BytesMut) -> Self { in from() method
83 fn from(mut buffer: BytesMut) -> Self { in from() method

12345678910>>...47