HomeSort by relevance Sort by last modified time
    Searched full:getenv (Results 126 - 150 of 1340) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/e2fsprogs/lib/et/
error_message.c 193 return getenv(arg);
211 dstr = getenv("COMERR_DEBUG");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /external/libvpx/examples/includes/geshi/geshi/
lua.php 66 'clock','date','difftime','execute','exit','getenv','setlocale','time',
79 'os.clock','os.date','os.difftime','os.execute','os.exit','os.getenv','os.remove','os.rename',
  /external/libvpx/vpx_ports/
x86.h 92 env = getenv("VPX_SIMD_CAPS");
97 env = getenv("VPX_SIMD_CAPS_MASK");
  /external/openssh/contrib/
gnome-ssh-askpass1.c 75 grab_server = (getenv("GNOME_SSH_ASKPASS_GRAB_SERVER") != NULL);
76 grab_pointer = (getenv("GNOME_SSH_ASKPASS_GRAB_POINTER") != NULL);
gnome-ssh-askpass2.c 95 grab_server = (getenv("GNOME_SSH_ASKPASS_GRAB_SERVER") != NULL);
96 grab_pointer = (getenv("GNOME_SSH_ASKPASS_GRAB_POINTER") != NULL);
  /external/openssl/crypto/
sparcv9cap.c 100 if ((e=getenv("OPENSSL_sparcv9cap")))
178 if ((e=getenv("OPENSSL_sparcv9cap")))
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 129 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
130 ALOGE("ERROR: GetEnv failed\n");
  /external/valgrind/dynamic_annotations/
dynamic_annotations.c 150 char *running_on_valgrind_str = getenv("RUNNING_ON_VALGRIND");
155 /* Visual Studio issues warnings if we use getenv,
  /frameworks/base/libs/androidfw/
InputDevice.cpp 90 path.setTo(getenv("ANDROID_ROOT"));
105 path.setTo(getenv("ANDROID_DATA"));
  /libcore/luni/src/main/java/java/lang/
ProcessBuilder.java 67 this.environment = new Hashtable<String, String>(System.getenv());
139 * the environment, as returned by {@link System#getenv()}. Note that the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib 82 #undef getenv
116 using ::getenv;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdlib 80 #undef getenv
116 using ::getenv;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdlib 80 #undef getenv
116 using ::getenv;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 82 #undef getenv
116 using ::getenv;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 82 #undef getenv
116 using ::getenv;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 82 #undef getenv
116 using ::getenv;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 82 #undef getenv
116 using ::getenv;
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 42 if (getenv(GLES_LIBNAME_VAR) != NULL) {
43 libname = getenv(GLES_LIBNAME_VAR);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 34 if (getenv(EGL_LIB) != NULL) {
35 eglLib = getenv(EGL_LIB);
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TooManyViewsDetector.java 72 String countValue = System.getenv("ANDROID_LINT_MAX_VIEW_COUNT"); //$NON-NLS-1$
79 String depthValue = System.getenv("ANDROID_LINT_MAX_DEPTH"); //$NON-NLS-1$
  /system/core/adb/
usb_vendors.c 258 const char* home = getenv("ANDROID_SDK_HOME");
267 const char* home = getenv("HOME");
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 185 if (const char* tmpdir = getenv("TMPDIR")) {
187 } else if (const char* tmp = getenv("TMP")) {
410 const char* xdg_config_home = getenv("XDG_CONFIG_HOME");
417 if (const char* home = getenv("HOME")) {
419 } else if (const char* dotdir = getenv("DOTDIR")) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 42 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort
336 char* __env_value = std::getenv(__env_var);
479 char* __env_trace_file_name = std::getenv(_GLIBCXX_PROFILE_TRACE_ENV_VAR);
492 = std::getenv(_GLIBCXX_PROFILE_MAX_WARN_COUNT_ENV_VAR);
561 const char* __env_value = std::getenv(__factor->__env_var);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 42 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort
336 char* __env_value = std::getenv(__env_var);
479 char* __env_trace_file_name = std::getenv(_GLIBCXX_PROFILE_TRACE_ENV_VAR);
492 = std::getenv(_GLIBCXX_PROFILE_MAX_WARN_COUNT_ENV_VAR);
561 const char* __env_value = std::getenv(__factor->__env_var);

Completed in 1137 milliseconds

1 2 3 4 56 7 8 91011>>