Searched refs:build_cli (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/clap/clap_complete/examples/ |
D | completion.rs | 19 fn build_cli() -> Command { in build_cli() function 102 let matches = build_cli().get_matches(); in main() 105 let mut cmd = build_cli(); in main()
|
/third_party/astc-encoder/Test/testlib/ |
D | encoder.py | 63 def build_cli(self, image, blockSize="6x6", preset="-thorough", member in EncoderBase 211 command = self.build_cli(image, blockSize, preset, keepOutput, threads) 263 def build_cli(self, image, blockSize="6x6", preset="-thorough", member in Encoder2x 365 def build_cli(self, image, blockSize="6x6", preset="-thorough", member in Encoder1_7
|
/third_party/rust/crates/clap/clap_bench/benches/ |
D | 06_rustup.rs | 9 c.bench_function("build_rustup", |b| b.iter(build_cli)); in build_rustup() 14 b.iter(|| build_cli().get_matches_from(vec![""])) in parse_rustup() 20 b.iter(|| build_cli().get_matches_from(vec!["rustup override add stable"])) in parse_rustup_with_sc() 24 fn build_cli() -> Command { in build_cli() function
|