/external/valgrind/main/memcheck/tests/darwin/ |
env.c | 15 assert( 0 == strcmp(getenv("MYVAR"), val1) ); 18 assert( 0 == strcmp(getenv("MYVAR"), val2) ); 21 assert( 0 == strcmp(getenv("MYVAR"), val2) ); 24 assert( 0 == strcmp(getenv("MYVAR"), "xxxx") ); 27 assert( NULL == getenv("MYVAR") );
|
/external/valgrind/main/ |
exp-sgcheck.supp | 17 I think this is glibc's ultra optimised getenv doing 2 byte reads 19 fun:getenv
|
/external/compiler-rt/lib/asan/ |
asanwrapper.cc | 16 const char* value_old = getenv(name); 46 printf("ASAN_OPTIONS: %s\n", getenv("ASAN_OPTIONS")); 47 printf("LD_LIBRARY_PATH: %s\n", getenv("LD_LIBRARY_PATH")); 48 printf("LD_PRELOAD: %s\n", getenv("LD_PRELOAD"));
|
/external/qemu/android/utils/ |
setenv.c | 9 if (overwrite || !getenv(name)) {
|
/external/linux-tools-perf/util/ |
setup.py | 4 from os import getenv namespace 7 cflags += getenv('CFLAGS', '').split()
|
pager.c | 53 const char *pager = getenv("PERF_PAGER"); 63 pager = getenv("PAGER"); 100 env = getenv("PERF_PAGER_IN_USE");
|
abspath.c | 10 pwd = getenv("PWD");
|
/system/core/toolbox/ |
printenv.c | 20 v = getenv(argv[i]);
|
/external/chromium/chrome/browser/ |
locale_tests_uitest.cc | 40 old_lc_all_ = getenv("LC_ALL"); 51 old_lc_all_ = getenv("LC_ALL"); 62 old_lc_all_ = getenv("LC_ALL");
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
lit.cfg | 30 lit.load_config(config, os.path.join(os.getenv('ANDROID_BUILD_TOP', 37 + os.getenv('TARGET_BUILD_VARIANT') + '.' \ 38 + os.getenv('USER') + '_linux-x86') 49 if os.getenv('TARGET_BUILD_TYPE', None) == 'debug': 73 config.environment['ANDROID_PRODUCT_OUT'] = os.getenv('ANDROID_PRODUCT_OUT') 74 config.environment['ANDROID_BUILD_TOP'] = os.getenv('ANDROID_BUILD_TOP')
|
/external/clang/utils/ |
CaptureCmd | 36 program = os.getenv('CAPTURE_CMD_PROGRAM') 37 dir = os.getenv('CAPTURE_CMD_DIR') 38 fallback = os.getenv('CAPTURE_CMD_FALLBACK')
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpcprofile.so | |
libXau.so.6 | |
libXau.so.6.0 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpcprofile.so | |
/external/e2fsprogs/intl/ |
os2compat.h | 42 /* We have our own getenv() which works even if library is compiled as DLL */ 43 #define getenv _nl_getenv macro
|
os2compat.c | 28 /* A version of getenv() that works from DLLs */ 51 char *root = getenv ("UNIXROOT"); 52 char *gnulocaledir = getenv ("GNULOCALEDIR");
|
/frameworks/base/services/jni/ |
onload.cpp | 46 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 47 ALOGE("GetEnv failed!");
|
/cts/apps/CtsVerifier/jni/verifier/ |
CtsVerifierJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tests/jni/ |
CtsJniOnLoad.cpp | 28 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tests/tests/permission/jni/ |
CtsPermissionsJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tests/tests/util/src/android/util/cts/ |
DebugUtilsTest.java | 23 // note: because System.getenv("ANDROID_OBJECT_FILTER") always returns null, can't test
|
/external/dbus/test/name-test/ |
test-shutdown.c | 24 session_addr_no_guid = strdup (getenv ("DBUS_SESSION_BUS_ADDRESS"));
|
/frameworks/base/voip/jni/rtp/ |
rtp_jni.cpp | 27 if (vm->GetEnv((void **)&env, JNI_VERSION_1_4) != JNI_OK ||
|
/frameworks/compile/libbcc/tests/debuginfo/ |
llvm-lit | 9 android_source_root = os.getenv('ANDROID_BUILD_TOP', ".")
|