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

<<21222324252627282930>>

  /sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java 169 String out = System.getenv("ANDROID_PRODUCT_OUT"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 61 System.getenv("ANDROID_BUILD_DEBUG")); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 162 String override = System.getenv("ADT_TEST_SDK_PATH"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 281 String sdkPath = System.getenv("ADT_SDK_SOURCE_PATH");
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
SdkRepoSource.java 411 if (System.getenv("TESTING") != null) {
  /sdk/sdkstats/tests/com/android/sdkstats/
SdkStatsServiceTest.java 76 fail("SdkStatsServiceTest doesn't define a system.getenv for " + name);
  /system/core/adb/
services.c 179 getenv("EXTERNAL_STORAGE"), "force", NULL);
transport_local.c 115 const char *host = getenv("ADBHOST");
  /system/core/fastboot/
engine.c 299 char *filename = tempnam(getenv("TEMP"), "fastboot-format.img");
  /system/core/liblinenoise/
linenoise.c 97 char *term = getenv("TERM");
  /bionic/libc/netbsd/resolv/
res_init.c 285 if ((cp = getenv("LOCALDOMAIN")) != NULL) {
585 if ((cp = getenv("RES_OPTIONS")) != NULL)
  /build/tools/releasetools/
common.py 548 self.editor = os.getenv("EDITOR", None)
549 self.pwfile = os.getenv("ANDROID_PW_FILE", None)
  /external/bison/lib/
getopt.c 111 extern char *getenv ();
247 d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT");
  /external/e2fsprogs/intl/
dcigettext.c 707 const char *logfilename = getenv ("GETTEXT_LOG_UNTRANSLATED");
1139 language = getenv ("LANGUAGE");
    [all...]
  /external/linux-tools-perf/
builtin-top.c 123 char *s = getenv("LINES");
127 s = getenv("COLUMNS");
  /external/openssh/
sftp-server.c 1455 if ((cp = getenv("SSH_CONNECTION")) != NULL) {
1459 getenv("SSH_CONNECTION"));
    [all...]
ssh-agent.c 1203 shell = getenv("SHELL");
1211 pidstr = getenv(SSH_AGENTPID_ENV_NAME);
    [all...]
  /external/qemu/android/
main-common.c 797 char* out = getenv("ANDROID_PRODUCT_OUT");
809 android_build_root = getenv("ANDROID_BUILD_TOP");
    [all...]
  /external/quake/quake/src/WinQuake/
vid_sunxil.cpp 424 if (getenv("DISPLAY"))
426 getenv("DISPLAY"));
  /external/valgrind/main/coregrind/
m_libcfile.c 432 wd = VG_(getenv)( envvar );
617 tmpdir = VG_(getenv)("TMPDIR");
m_libcproc.c 79 /* We do getenv without libc's help by snooping around in
81 Char *VG_(getenv)(Char *varname) function
  /frameworks/support/renderscript/v8/jni/
android_renderscript_RenderScript.cpp     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 106 extern char *getenv ();
242 d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so 
libmudflap.so.0 

Completed in 878 milliseconds

<<21222324252627282930>>