Home
last modified time | relevance | path

Searched defs:Shell (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/crates/clap/clap_complete/src/shells/
Dshell.rs14 pub enum Shell { enum
27 impl Display for Shell { implementation
36 impl FromStr for Shell { implementation
50 impl ValueEnum for Shell { implementation
72 impl Generator for Shell { implementation
94 impl Shell { impl
106 pub fn from_shell_path<P: AsRef<Path>>(path: P) -> Option<Shell> { in from_shell_path()
145 fn parse_shell_from_path(path: &Path) -> Option<Shell> { in parse_shell_from_path()
/third_party/rust/rust/tests/ui/pub/
Dissue-33174-restricted-type-in-public-interface.rs24 pub struct Shell<T> { struct
28 pub type Helix_pomatia = Shell<Snail>; argument
/third_party/libabigail/
DREADME-DOCKER.md26 ### Shell subsection in Libabigail Docker
/third_party/rust/rust/compiler/rustc_codegen_cranelift/docs/
Dusage.md51 ## Shell section in Usage
/third_party/rust/rust/src/tools/rust-analyzer/xtask/src/
Dinstall.rs71 fn install_client(sh: &Shell, client_opt: ClientOpt) -> Result<()> { in install_client()
132 fn install_server(sh: &Shell, opts: ServerOpt) -> Result<()> { in install_server()
Ddist.rs47 sh: &Shell, in dist_client()
76 fn dist_server(sh: &Shell, release: &str, target: &Target) -> anyhow::Result<()> { in dist_server()
187 fn new(sh: &Shell, path: impl Into<PathBuf>) -> anyhow::Result<Patch> { in new()
Dmetrics.rs86 fn measure_analysis_stats(&mut self, sh: &Shell, bench: &str) -> anyhow::Result<()> { in measure_analysis_stats()
95 sh: &Shell, in measure_analysis_stats_path()
188 fn read_field(sh: &Shell, path: &str, field: &str) -> anyhow::Result<String> { in new()
Dpublish.rs64 fn update_release(sh: &Shell, tag_name: &str, release_notes: &str) -> Result<()> { in update_release()
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
Dshell.go33 func Shell(timeout time.Duration, exe, wd string, args ...string) error { func
/third_party/rust/crates/once_cell/xtask/src/
Dmain.rs91 sh: &'a xshell::Shell, in push_toolchain()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/tests/
Dsourcegen_lints.rs58 fn generate_lint_descriptor(sh: &Shell, buf: &mut String) { in generate_lint_descriptor()
/third_party/rust/rust/src/tools/rust-analyzer/xtask/src/release/
Dchangelog.rs8 sh: &Shell, in get_changelog()
/third_party/rust/rust/src/tools/rust-analyzer/crates/sourcegen/src/
Dlib.rs133 fn ensure_rustfmt(sh: &Shell) { in ensure_rustfmt()
/third_party/python/Lib/tkinter/
Dtix.py1373 class Shell(TixWidget): class