Home
last modified time | relevance | path

Searched defs:getenv (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/lang/
H A DSystem.annotated.java77 public static java.lang.String getenv(java.lang.String name) { throw new RuntimeException("Stub!");… in getenv() method in System
79 public static java.util.Map<java.lang.String,java.lang.String> getenv() { throw new RuntimeExceptio… in getenv() method in System
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DSystem.annotated.java77 @libcore.util.Nullable public static java.lang.String getenv(@libcore.util.NonNull java.lang.String… in getenv() method in System
79 @libcore.util.NonNull public static java.util.Map<java.lang.String,java.lang.String> getenv() { thr… in getenv() method in System
/aosp_15_r20/external/python/cpython2/Lib/
Dntpath.py337 def getenv(var): function
340 def getenv(var): function
/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Denv.go21 getenv(key string) (string, bool) methodSpec
65 func (env *processEnv) getenv(key string) (string, bool) { func
/aosp_15_r20/external/python/cpython3/Tools/wasm/
Dwasm_build.py191 def getenv(self, profile: "BuildProfile") -> dict: member in Platform
504 def getenv(self) -> dict: member in BuildProfile
/aosp_15_r20/external/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h25 static inline char *getenv(const char *name) { return NULL; } in getenv() function
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/internal/
H A DEnvironmentProvider.java38 String getenv(String name); in getenv() method
/aosp_15_r20/external/musl/src/env/
H A Dgetenv.c5 char *getenv(const char *name) in getenv() function
/aosp_15_r20/external/trusty/musl/src/env/
Dgetenv.c5 char *getenv(const char *name) in getenv() function
/aosp_15_r20/external/skia/infra/bots/assets/chromebook_x86_64_gles/
H A Dcreate.py24 def getenv(key): function
/aosp_15_r20/external/skia/infra/bots/assets/android_sdk_linux/
H A Dcreate.py21 def getenv(key): function
/aosp_15_r20/external/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate.py24 def getenv(key): function
/aosp_15_r20/external/skia/infra/bots/assets/win_toolchain/
H A Dcreate.py47 def getenv(key): function
/aosp_15_r20/art/libartservice/service/java/com/android/server/art/
H A DConstants.java56 public static String getenv(@NonNull String name) { in getenv() method in Constants
/aosp_15_r20/external/libaom/aom_ports/
H A Darm_cpudetect.h30 #define getenv(x) NULL macro
/aosp_15_r20/external/libvpx/vpx_ports/
H A Darm_cpudetect.h28 #define getenv(x) NULL macro
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dgetenv.c71 getenv(const char *name) in getenv() function
/aosp_15_r20/external/curl/lib/
H A Dsetup-vms.h39 #define getenv decc_getenv macro
54 #define getenv vms_getenv macro
/aosp_15_r20/external/skia/infra/bots/assets/skp/
H A Dcreate.py36 def getenv(key): function
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DSystem.java207 public static java.lang.String getenv(java.lang.String name) { in getenv() method in System
211 public static java.util.Map<java.lang.String, java.lang.String> getenv() { in getenv() method in System
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/
H A Dbdk-minimal.h52 static inline char *getenv(const char *name) { return NULL; } in getenv() function
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRendererObserver.cpp31 static JNIEnv* getenv(JavaVM* vm) { in getenv() function
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dlib.c129 char *getenv(const char *name) in getenv() function
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DSystem.java1497 public static String getenv(String name) { in getenv() method in System
1546 public static java.util.Map<String,String> getenv() { in getenv() method in System
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DSystem.java1497 public static String getenv(String name) { in getenv() method in System
1546 public static java.util.Map<String,String> getenv() { in getenv() method in System

12345678910>>...20