Home
last modified time | relevance | path

Searched defs:get_env (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h475 LIBC_INLINE int get_env(fenv_t *envp) { in get_env() function
568 LIBC_INLINE int get_env(fenv_t *envp) { in get_env() function
/aosp_15_r20/external/rust/android-crates-io/crates/merge/examples/
Dargs.rs30 fn get_env() -> Args { in get_env() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dbuild_cmake.rs31 fn get_env(name: &str) -> Option<String> { in get_env() function
/aosp_15_r20/tools/netsim/scripts/
H A Dserver_config.py72 def get_env(self): member in ServerConfig
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A DFEnvImpl.h63 LIBC_INLINE int get_env(fenv_t *) { return 0; } in get_env() function
/aosp_15_r20/external/perfetto/python/generators/diff_tests/
H A Dutils.py56 def get_env(root_dir): function
/aosp_15_r20/art/test/testrunner/
H A Denv.py59 def get_env(key): function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h160 LIBC_INLINE int get_env(fenv_t *envp) { in get_env() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/java_vm/
Dvm.rs268 pub fn get_env(&self) -> Result<JNIEnv> { in get_env() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/
Dbuild.rs386 fn get_env(name: &str) -> Option<String> { in get_env() function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h261 LIBC_INLINE int get_env(fenv_t *envp) { in get_env() function
H A Dfenv_darwin_impl.h266 LIBC_INLINE int get_env(fenv_t *envp) { in get_env() function
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/
Dvm.rs349 pub fn get_env(&self) -> Result<JNIEnv> { in get_env() method
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h234 LIBC_INLINE int get_env(fenv_t *envp) { in get_env() function
/aosp_15_r20/tools/asuite/atest/integration_tests/
H A Dsplit_build_test_script.py98 def get_env(self): member in StepInput
/aosp_15_r20/external/python/cpython3/PC/
Dlauncher.c119 static wchar_t * get_env(wchar_t * key) in get_env() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Darg.rs4036 pub fn get_env(&self) -> Option<&std::ffi::OsStr> { in get_env() method
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Darg.rs4036 pub fn get_env(&self) -> Option<&std::ffi::OsStr> { in get_env() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Darg.rs4607 pub fn get_env(&self) -> Option<&OsStr> { in get_env() method