Home
last modified time | relevance | path

Searched defs:set_env (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgtest_dirs_test.cc76 SetEnv set_env("TEST_TMPDIR", temp_dir.DirName()); in TEST() local
81 SetEnv set_env("TEST_TMPDIR", nullptr); in TEST() local
90 SetEnv set_env("TEST_SRCDIR", temp_dir.DirName()); in TEST() local
95 SetEnv set_env("TEST_SRCDIR", nullptr); in TEST() local
/aosp_15_r20/external/googletest/googletest/test/
H A Dgtest_dirs_test.cc76 SetEnv set_env("TEST_TMPDIR", temp_dir.DirName()); in TEST() local
81 SetEnv set_env("TEST_TMPDIR", nullptr); in TEST() local
90 SetEnv set_env("TEST_SRCDIR", temp_dir.DirName()); in TEST() local
95 SetEnv set_env("TEST_SRCDIR", nullptr); in TEST() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgtest_dirs_test.cc76 SetEnv set_env("TEST_TMPDIR", temp_dir.DirName()); in TEST() local
81 SetEnv set_env("TEST_TMPDIR", nullptr); in TEST() local
90 SetEnv set_env("TEST_SRCDIR", temp_dir.DirName()); in TEST() local
95 SetEnv set_env("TEST_SRCDIR", nullptr); in TEST() local
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h519 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
582 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
/aosp_15_r20/external/fonttools/Tests/otlLib/
H A Doptimize_test.py49 def set_env(**environ): function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A DFEnvImpl.h65 LIBC_INLINE int set_env(const fenv_t *) { return 0; } in set_env() function
/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dconstant_folding.py114 def set_env(arg): function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconstant_folding.py137 def set_env(arg: torch.fx.Node) -> None: function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h166 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
/aosp_15_r20/external/pytorch/torch/backends/xeon/
H A Drun_cpu.py383 def set_env(self, env_name, env_value): member in _Launcher
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/gdb/
Dextended_mode.rs120 fn set_env(&mut self, key: &[u8], val: Option<&[u8]>) -> TargetResult<(), Self> { in set_env() method
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h268 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
H A Dfenv_darwin_impl.h273 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h240 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() function
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/target/ext/
Dextended_mode.rs229 fn set_env(&mut self, key: &[u8], val: Option<&[u8]>) -> TargetResult<(), Self>; in set_env() method
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/include/
H A Dlws-plugin-ssh.h243 int (*set_env)(void *priv, const char *name, const char *value); member