Home
last modified time | relevance | path

Searched defs:build_local (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_performance_tests.py257 build_local=False): argument
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_performance_tests.py277 hosts, languages=list(scenario_config.LANGUAGES.keys()), build_local=False argument
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dbuilder.rs844 pub fn build_local(&mut self, options: &LocalOptions) -> io::Result<LocalRuntime> { in build_local() method