Home
last modified time | relevance | path

Searched defs:envs (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/ps/cmp_sparse_embedding/
Dtest_cmp_sparse_embedding.py82 envs = os.environ variable
/third_party/rust/rust/src/tools/miri/cargo-miri/src/
Dutil.rs246 let mut envs = HashMap::new(); in env_vars_from_cmd() localVariable
257 let mut envs: Vec<_> = envs.into_iter().collect(); in env_vars_from_cmd() localVariable
/third_party/rust/rust/src/tools/compiletest/src/header/
Dtests.rs373 let envs = [ in matches_env() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/
Dbuild_scripts.rs43 pub(crate) envs: Vec<(String, String)>, field
/third_party/rust/rust/compiler/rustc_interface/src/
Dpasses.rs539 let mut envs: Vec<_> = env_depinfo in write_out_deps() localVariable
/third_party/python/PC/
Dlauncher2.c2537 performSearch(SearchInfo *search, EnvironmentInfo **envs) in performSearch()
2583 EnvironmentInfo *envs = NULL; in process() local
/third_party/rust/rust/library/std/src/
Dprocess.rs811 pub fn envs<I, K, V>(&mut self, vars: I) -> &mut Command in envs() method