HomeSort by relevance Sort by last modified time
    Searched full:getenv (Results 1 - 25 of 2279) 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/linux-tools-perf/perf-3.12.0/tools/perf/util/
setup.py 4 from os import getenv namespace
21 cflags = getenv('CFLAGS', '').split()
25 build_lib = getenv('PYTHON_EXTBUILD_LIB')
26 build_tmp = getenv('PYTHON_EXTBUILD_TMP')
27 libtraceevent = getenv('LIBTRACEEVENT')
28 liblk = getenv('LIBLK')
pager.c 47 const char *pager = getenv("PERF_PAGER");
57 pager = getenv("PAGER");
96 env = getenv("PERF_PAGER_IN_USE");
  /external/chromium_org/third_party/libyuv/unit_test/
unit_test.cc 13 #include <stdlib.h> // For getenv()
24 const char* repeat = getenv("LIBYUV_REPEAT");
34 const char* width = getenv("LIBYUV_WIDTH");
38 const char* height = getenv("LIBYUV_HEIGHT");
  /external/chromium_org/tools/telemetry/telemetry/util/
path.py 31 search_paths = [os.getenv('PROGRAMFILES(X86)'),
32 os.getenv('PROGRAMFILES'),
33 os.getenv('LOCALAPPDATA')]
34 search_paths += os.getenv('PATH', '').split(os.pathsep)
  /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/lldb/test/settings/
main.cpp 47 if (::getenv("MY_ENV_VAR")) {
48 std::string MY_ENV_VAR(getenv("MY_ENV_VAR"));
56 if (::getenv("MY_HOST_ENV_VAR1")) {
57 std::string MY_HOST_ENV_VAR1(getenv("MY_HOST_ENV_VAR1"));
63 if (::getenv("MY_HOST_ENV_VAR2")) {
64 std::string MY_HOST_ENV_VAR2(getenv("MY_HOST_ENV_VAR2"));
  /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");
  /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");
  /packages/apps/Terminal/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))
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_jni_hooks.cpp 34 const char* env = getenv(VARNAME);
39 env = getenv(VARNAME);
59 env = getenv(VARNAME);
64 env = getenv(VARNAME);
  /ndk/sources/android/crazy_linker/tests/
test_jni_hooks.cpp 34 const char* env = getenv(VARNAME);
39 env = getenv(VARNAME);
59 env = getenv(VARNAME);
64 env = getenv(VARNAME);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
commandlineflags.h 54 #include <stdlib.h> // for getenv
166 (!getenv(envname) ? (dflt) : getenv(envname))
169 (!getenv(envname) ? (dflt) : memchr("tTyY1\0", getenv(envname)[0], 6) != NULL)
172 (!getenv(envname) ? (dflt) : strtol(getenv(envname), NULL, 10))
175 (!getenv(envname) ? (dflt) : strtoll(getenv(envname), NULL, 10))
178 (!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);
  /external/chromium_org/tools/telemetry/telemetry/web_components/
web_components_unittest.py 14 if os.getenv('NO_TVCM'):

Completed in 2844 milliseconds

1 2 3 4 5 6 7 8 91011>>