| /third_party/rust/crates/clap/clap_complete/src/shells/ |
| D | shell.rs | 14 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/ |
| D | issue-33174-restricted-type-in-public-interface.rs | 24 pub struct Shell<T> { struct 28 pub type Helix_pomatia = Shell<Snail>; argument
|
| /third_party/libabigail/ |
| D | README-DOCKER.md | 26 ### Shell subsection in Libabigail Docker
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/docs/ |
| D | usage.md | 51 ## Shell section in Usage
|
| /third_party/rust/rust/src/tools/rust-analyzer/xtask/src/ |
| D | install.rs | 71 fn install_client(sh: &Shell, client_opt: ClientOpt) -> Result<()> { in install_client() 132 fn install_server(sh: &Shell, opts: ServerOpt) -> Result<()> { in install_server()
|
| D | dist.rs | 47 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()
|
| D | metrics.rs | 86 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()
|
| D | publish.rs | 64 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/ |
| D | shell.go | 33 func Shell(timeout time.Duration, exe, wd string, args ...string) error { func
|
| /third_party/rust/crates/once_cell/xtask/src/ |
| D | main.rs | 91 sh: &'a xshell::Shell, in push_toolchain()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/tests/ |
| D | sourcegen_lints.rs | 58 fn generate_lint_descriptor(sh: &Shell, buf: &mut String) { in generate_lint_descriptor()
|
| /third_party/rust/rust/src/tools/rust-analyzer/xtask/src/release/ |
| D | changelog.rs | 8 sh: &Shell, in get_changelog()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/sourcegen/src/ |
| D | lib.rs | 133 fn ensure_rustfmt(sh: &Shell) { in ensure_rustfmt()
|
| /third_party/python/Lib/tkinter/ |
| D | tix.py | 1373 class Shell(TixWidget): class
|