Home
last modified time | relevance | path

Searched defs:from_str (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/rust/android-crates-io/crates/semver/src/
Dparse.rs28 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
87 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
116 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
130 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
142 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/semver-1.0.22/src/
H A Dparse.rs28 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
87 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
116 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
130 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
142 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/net/
H A Dparser.rs326 fn from_str(s: &str) -> Result<IpAddr, AddrParseError> { in from_str() method
357 fn from_str(s: &str) -> Result<Ipv4Addr, AddrParseError> { in from_str() method
383 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str() method
409 fn from_str(s: &str) -> Result<SocketAddrV4, AddrParseError> { in from_str() method
435 fn from_str(s: &str) -> Result<SocketAddrV6, AddrParseError> { in from_str() method
463 fn from_str(s: &str) -> Result<SocketAddr, AddrParseError> { in from_str() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/net/
H A Dparser.rs326 fn from_str(s: &str) -> Result<IpAddr, AddrParseError> { in from_str() method
357 fn from_str(s: &str) -> Result<Ipv4Addr, AddrParseError> { in from_str() method
383 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str() method
409 fn from_str(s: &str) -> Result<SocketAddrV4, AddrParseError> { in from_str() method
435 fn from_str(s: &str) -> Result<SocketAddrV6, AddrParseError> { in from_str() method
463 fn from_str(s: &str) -> Result<SocketAddr, AddrParseError> { in from_str() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/net/
H A Dparser.rs326 fn from_str(s: &str) -> Result<IpAddr, AddrParseError> { in from_str() method
357 fn from_str(s: &str) -> Result<Ipv4Addr, AddrParseError> { in from_str() method
383 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str() method
409 fn from_str(s: &str) -> Result<SocketAddrV4, AddrParseError> { in from_str() method
435 fn from_str(s: &str) -> Result<SocketAddrV6, AddrParseError> { in from_str() method
463 fn from_str(s: &str) -> Result<SocketAddr, AddrParseError> { in from_str() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/net/
H A Dparser.rs326 fn from_str(s: &str) -> Result<IpAddr, AddrParseError> { in from_str() method
357 fn from_str(s: &str) -> Result<Ipv4Addr, AddrParseError> { in from_str() method
383 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str() method
409 fn from_str(s: &str) -> Result<SocketAddrV4, AddrParseError> { in from_str() method
435 fn from_str(s: &str) -> Result<SocketAddrV6, AddrParseError> { in from_str() method
463 fn from_str(s: &str) -> Result<SocketAddr, AddrParseError> { in from_str() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/net/
H A Dparser.rs326 fn from_str(s: &str) -> Result<IpAddr, AddrParseError> { in from_str() method
357 fn from_str(s: &str) -> Result<Ipv4Addr, AddrParseError> { in from_str() method
383 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str() method
409 fn from_str(s: &str) -> Result<SocketAddrV4, AddrParseError> { in from_str() method
435 fn from_str(s: &str) -> Result<SocketAddrV6, AddrParseError> { in from_str() method
463 fn from_str(s: &str) -> Result<SocketAddr, AddrParseError> { in from_str() method
/aosp_15_r20/external/executorch/extension/pytree/
H A D__init__.py28 from_str as from_str, unknown
52 from_str = treespec_loads variable
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Dsignature.rs54 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
89 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
121 pub fn from_str<S: AsRef<str>>(s: S) -> Result<TypeSignature> { in from_str() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Dsignature.rs54 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
89 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
121 pub fn from_str<S: AsRef<str>>(s: S) -> Result<TypeSignature> { in from_str() method
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libplatformproperties_rust/android_arm64_armv8-2a_cortex-a55_source_apex10000/src/cryptoproperties/
Dmod.rs22 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
69 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dregex.rs61 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
84 fn from_str() { in from_str() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libplatformproperties_rust/android_arm64_armv8-2a_cortex-a55_source_apex10000/src/hdmiproperties/
Dmod.rs38 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
119 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/
Dtag.rs84 fn from_str(s: &str) -> Result<Self, ParseError> { in from_str() method
152 fn from_str(s: &str) -> Result<Self, ParseError> { in from_str() method
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libplatformproperties_rust/android_arm64_armv8-2a_cortex-a55_source_apex10000/src/bluetoothproperties/
Dmod.rs23 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
73 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
156 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
209 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/
Dname.rs49 fn from_str(s: &str) -> der::Result<Self> { in from_str() method
162 fn from_str(s: &str) -> der::Result<Self> { in from_str() method
/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dconfig.rs26 fn from_str(value: &str) -> Result<Self, Self::Err> { in from_str() method
85 fn from_str(value: &str) -> Result<Self, Self::Err> { in from_str() method
/aosp_15_r20/external/crosvm/libcras_stub/src/
H A Dlibcras.rs80 fn from_str(cras_type: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
91 fn from_str(sock_type: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/args/
H A Dargs_argh.rs161 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
230 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Dmetrics_utils.py241 def from_str(key): member in AUCCurve
269 def from_str(key): member in AUCSummationMethod
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-derive-0.12.4/src/field/
H A Dmap.rs16 fn from_str(s: &str) -> Option<MapTy> { in from_str() method
383 fn from_str(s: &str) -> Result<ValueTy, Error> { in from_str() method
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/de/
Dmod.rs91 pub fn from_str<T>(s: &'_ str) -> Result<T, Error> in from_str() function
135 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Ddatetime.rs271 fn from_str(s: &str) -> Result<Self> { in from_str() method
430 fn from_str() { in from_str() function
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dconfig.rs79 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
163 fn from_str(param: &str) -> Result<Self, Self::Err> { in from_str() method
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/
Dmod.rs494 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
531 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method

12345678910>>...13