/external/compiler-rt/lib/profile/ |
D | InstrProfilingUtil.h | 25 static inline char *getenv(const char *name) { return NULL; } in getenv() function
|
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/internal/ |
D | EnvironmentProvider.java | 38 String getenv(String name); in getenv() method
|
/external/musl/src/env/ |
D | getenv.c | 5 char *getenv(const char *name) in getenv() function
|
/external/trusty/musl/src/env/ |
D | getenv.c | 5 char *getenv(const char *name) in getenv() function
|
/external/skia/infra/bots/assets/chromebook_arm_gles/ |
D | create.py | 24 def getenv(key): function
|
/external/skia/infra/bots/assets/chromebook_x86_64_gles/ |
D | create.py | 24 def getenv(key): function
|
/external/skia/infra/bots/assets/chromebook_arm64_gles/ |
D | create.py | 24 def getenv(key): function
|
/external/skia/infra/bots/assets/android_sdk_linux/ |
D | create.py | 21 def getenv(key): function
|
/external/skia/infra/bots/assets/win_toolchain/ |
D | create.py | 47 def getenv(key): function
|
/external/libvpx/vpx_ports/ |
D | arm_cpudetect.h | 28 #define getenv(x) NULL macro
|
D | x86.h | 150 #define getenv(x) NULL macro
|
/external/libaom/aom_ports/ |
D | arm_cpudetect.h | 30 #define getenv(x) NULL macro
|
D | x86.h | 157 #define getenv(x) NULL macro
|
/external/skia/infra/bots/recipe_modules/vars/ |
D | api.py | 107 def getenv(self, name, var): member in SkiaVarsApi
|
/external/skia/infra/bots/assets/skp/ |
D | create.py | 36 def getenv(key): function
|
/external/toolchain-utils/compiler_wrapper/ |
D | env.go | 21 getenv(key string) (string, bool) methodSpec 65 func (env *processEnv) getenv(key string) (string, bool) { func
|
D | testutil_test.go | 122 func (ctx *testContext) getenv(key string) (string, bool) { func
|
/external/coreboot/src/vendorcode/cavium/include/bdk/ |
D | bdk-minimal.h | 52 static inline char *getenv(const char *name) { return NULL; } in getenv() function
|
/external/coreboot/payloads/libpayload/libc/ |
D | lib.c | 129 char *getenv(const char *name) in getenv() function
|
/external/python/cpython3/Tools/wasm/ |
D | wasm_build.py | 201 def getenv(self, profile: "BuildProfile") -> Dict[str, Any]: member in Platform 518 def getenv(self) -> Dict[str, Any]: member in BuildProfile
|
/external/curl/lib/ |
D | setup-vms.h | 39 #define getenv decc_getenv macro 54 #define getenv vms_getenv macro
|
/external/libva/va/ |
D | compat_win32.h | 55 #define getenv _getenv macro
|
/external/harfbuzz_ng/src/ |
D | hb.hh | 434 #define getenv(Name) nullptr macro
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | ares_private.h | 109 # define getenv(ptr) ares_getenv(ptr) macro
|
/external/python/cpython3/Lib/ |
D | os.py | 810 def getenv(key, default=None): function
|