Home
last modified time | relevance | path

Searched defs:from_args (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/url/
H A Durl_canon_icu.cc29 UConverterFromUnicodeArgs* from_args, in appendURLEscapedChar()
/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/
H A Dcmdline.rs53 fn from_args(cmd_name: &[&str], args: &[&str]) -> std::result::Result<Self, EarlyExit> { in from_args() method
/aosp_15_r20/external/rust/android-crates-io/crates/libtest-mimic/src/
Dargs.rs136 pub fn from_args() -> Self { in from_args() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/
H A Dapp.rs63 pub(super) fn from_args() -> Opt { in from_args() function
/aosp_15_r20/external/rust/cxx/gen/cmd/src/
Dapp.rs63 pub(super) fn from_args() -> Opt { in from_args() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_lex-0.7.0/src/
H A Dlib.rs144 pub fn from_args() -> Self { in from_args() method
/aosp_15_r20/external/rust/android-crates-io/crates/clap_lex/src/
Dlib.rs149 pub fn from_args() -> Self { in from_args() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap_lex/src/
Dlib.rs142 pub fn from_args() -> Self { in from_args() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/
Dderive.rs194 fn from_args() -> Self { in from_args() method
/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dmain.rs313 fn from_args( in from_args() method
/aosp_15_r20/external/rust/android-crates-io/crates/argh/src/
Dlib.rs467 fn from_args(command_name: &[&str], args: &[&str]) -> Result<Self, EarlyExit>; in from_args() method