HomeSort by relevance Sort by last modified time
    Searched full:getenv (Results 1 - 25 of 1930) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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)) {
  /ndk/tests/device/test-openmp/jni/
openmp.c 9 if (!getenv("OMP_NUM_THREADS"))
  /external/chromium_org/tools/gyp/test/msvs/config_attrs/
gyptest-config_attrs.py 20 if os.getenv('GYP_MSVS_VERSION'):
21 vc_version = ['VC90','VC100'][int(os.getenv('GYP_MSVS_VERSION')) >= 2010]
  /external/libyuv/files/unit_test/
unit_test.cc 13 #include <stdlib.h> // For getenv()
24 const char* repeat = getenv("LIBYUV_REPEAT");
  /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");
  /frameworks/base/packages/services/PacProcessor/jni/
jni_init.cpp 30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
31 ALOGE("ERROR: GetEnv failed");
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /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");
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
commandlineflags.h 54 #include <stdlib.h> // for getenv
165 (!getenv(envname) ? (dflt) : getenv(envname))
168 (!getenv(envname) ? (dflt) : memchr("tTyY1\0", getenv(envname)[0], 6) != NULL)
171 (!getenv(envname) ? (dflt) : strtol(getenv(envname), NULL, 10))
174 (!getenv(envname) ? (dflt) : strtoll(getenv(envname), NULL, 10))
177 (!getenv(envname) ? (dflt) : strtod(getenv(envname), NULL)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
commandlineflags.h 54 #include <stdlib.h> // for getenv
117 (!getenv(envname) ? (dflt) : getenv(envname))
120 (!getenv(envname) ? (dflt) : memchr("tTyY1\0", getenv(envname)[0], 6) != NULL)
123 (!getenv(envname) ? (dflt) : strtol(getenv(envname), NULL, 10))
126 (!getenv(envname) ? (dflt) : strtoll(getenv(envname), NULL, 10))
129 (!getenv(envname) ? (dflt) : strtod(getenv(envname), NULL)
    [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')
  /external/chromium_org/base/
os_compat_nacl.cc 17 tz = getenv("TZ");
  /external/chromium_org/third_party/libusb/src/msvc/
missing.c 30 /* Workaround getenv not being available on WinCE.
32 char *getenv(const char *name) function
52 usbi_dbg("Failed to open registry key for getenv with error %d", rc);
62 usbi_dbg("Failed to read registry key value for getenv with error %d", rc);
missing.h 28 * This contains a registry based implementation of getenv.
30 char *getenv(const char *name);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Helpers/
echo-env.cc 12 const char *value = getenv(argv[1]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpcprofile.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpcprofile.so 
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
table.c 40 debug = (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG"));

Completed in 169 milliseconds

1 2 3 4 5 6 7 8 91011>>