Home
last modified time | relevance | path

Searched defs:get_opts (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dclean_up_old_llvm_patches.py156 def get_opts(my_dir: Path, argv: List[str]) -> argparse.Namespace: function
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.h189 const StaticModuleOptions& get_opts() { in get_opts() function
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dcommand.rs3672 pub fn get_opts(&self) -> impl Iterator<Item = &Arg> { in get_opts() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dcommand.rs3574 pub fn get_opts(&self) -> impl Iterator<Item = &Arg<'help>> { in get_opts() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Dcommand.rs3672 pub fn get_opts(&self) -> impl Iterator<Item = &Arg> { in get_opts() method