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

12 3 4 5 6 7 8 91011>>

  /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");
  /external/mesa3d/src/mapi/mapi/
table.c 40 debug = (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG"));
  /cts/apps/CtsVerifier/jni/verifier/
CtsVerifierJniOnLoad.cpp 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/drm/jni/
CtsDrmJniOnLoad.cpp 25 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/bison/m4/
setenv.m4 31 else if (strcmp (getenv ("a"), "=") != 0)
119 if (getenv ("a")) return 3;
123 if (!getenv ("a")) return 5;
126 if (getenv ("a")) return 6;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_nop.c 67 if (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG")) {
107 if (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG")) {
  /external/linux-tools-perf/util/
abspath.c 10 pwd = getenv("PWD");
  /external/mesa3d/src/mapi/glapi/
glapi_nop.c 67 if (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG")) {
107 if (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG")) {
  /frameworks/compile/libbcc/tests/debuginfo/
llvm-lit 9 android_source_root = os.getenv('ANDROID_BUILD_TOP', ".")
  /frameworks/opt/net/voip/src/jni/rtp/
rtp_jni.cpp 27 if (vm->GetEnv((void **)&env, JNI_VERSION_1_4) != JNI_OK ||
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXau.so.6 
libXau.so.6.0 
libXau.so.6.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXau.so.6 
libXau.so.6.0 
libXau.so.6.0.0 
  /external/chromium_org/third_party/leveldatabase/src/util/
testharness.cc 37 const char* matcher = getenv("LEVELDB_TESTS");
68 const char* env = getenv("TEST_RANDOM_SEED");
  /external/llvm/include/llvm/CodeGen/
LinkAllAsmWriterComponents.h 28 // to know that getenv() never returns -1, this will do the job.
29 if (std::getenv("bar") != (char*) -1)
  /external/llvm/include/llvm/ExecutionEngine/
Interpreter.h 29 // to know that getenv() never returns -1, this will do the job.
30 if (std::getenv("bar") != (char*) -1)
JIT.h 29 // to know that getenv() never returns -1, this will do the job.
30 if (std::getenv("bar") != (char*) -1)
MCJIT.h 29 // to know that getenv() never returns -1, this will do the job.
30 if (std::getenv("bar") != (char*) -1)
  /frameworks/base/services/jni/
onload.cpp 48 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
49 ALOGE("GetEnv failed!");

Completed in 411 milliseconds

12 3 4 5 6 7 8 91011>>