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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse-simple.so.0.0.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libesd.a 149  DNT[ ?kqv???`???????@e????@)?? pU!-8??OZag{???????????????@@!&5<??KRboty?????????9?P?%4?9F09Yp9i???P?????p???dummy_signalis_host_localesd_connect_unixesd_connect_tcpip.LC5esd_closeclosesignalesd_sample_killwritereadesd_sample_stopesd_sample_loopesd_sample_playesd_sample_freeesd_confirm_sample_cacheesd_get_latencyesd_sample_getidstrncpy__stack_chk_failesd_sample_cachememsetgethostnamestrcasecmpesd_set_socket_bufferssetsockoptsocketfcntlesd_get_socket_namestrlenconnectstderrfwritehave_ipv6__strdupstrchrstrcpystrtolfreegetaddrinfofreeaddrinfoinet_ptongethostbynameprintffprintfesd_send_authgetenvmallocopenesound_genrandperroresd_open_soundaccessesd_config_readesd_no_spawnpipeforksetsidesd_spawn_optionssprintfexecl_exitwaitpid__errno_locationesd_spawn_wait_msselectesd_record_streamesd_record_stream_fallbackesd_audio_formatesd_audio_rateesd_audio_openesd_filter_streamesd_monitor_streamesd_play_streamesd_play_stream_fallbackesd_resumeesd_standbyesd_unlockesd_lock
    [all...]
  /prebuilts/misc/linux-x86/ccache/
ccache 
  /sdk/assetstudio/tests/src/com/android/assetstudiolib/
GeneratorTest.java 212 String sdk = System.getenv("ADT_SDK_SOURCE_PATH");
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.cpp 164 const char *forceVersion = getenv("GOOGLE_GLES_FORCE_GLSL_VERSION");
  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 93 String envSerial = System.getenv("ANDROID_SERIAL");
  /system/core/libcutils/
properties.c 273 p = getenv(ename);
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 264 const char* source = getenv("EMULATED_STORAGE_SOURCE");
265 const char* target = getenv("EMULATED_STORAGE_TARGET");
266 const char* legacy = getenv("EXTERNAL_STORAGE");
  /external/bison/src/
output.c 516 char const *m4 = (p = getenv ("M4")) ? p : M4;
517 char const *pkgdatadir = (p = getenv ("BISON_PKGDATADIR")) ? p : PKGDATADIR;
624 char const *pkgdatadir = getenv ("BISON_PKGDATADIR");
  /external/chromium/testing/gtest/src/
gtest-port.cc 709 const char* const string_value = posix::GetEnv(env_var.c_str());
719 const char* const string_value = posix::GetEnv(env_var.c_str());
741 const char* const value = posix::GetEnv(env_var.c_str());
  /external/clang/tools/libclang/
Indexing.cpp 724 if (getenv("LIBCLANG_NOTHREADS")) {
753 } else if (getenv("LIBCLANG_RESOURCE_USAGE")) {
772 if (getenv("LIBCLANG_NOTHREADS")) {
  /external/jpeg/
jmemdos.c 50 extern char * getenv JPP((const char * name));
139 if ((env = (const char *) getenv("TMP")) == NULL)
140 if ((env = (const char *) getenv("TEMP")) == NULL)
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 713 const char* const string_value = posix::GetEnv(env_var.c_str());
723 const char* const string_value = posix::GetEnv(env_var.c_str());
745 const char* const value = posix::GetEnv(env_var.c_str());
  /external/protobuf/gtest/src/
gtest-port.cc 643 const char* const string_value = posix::GetEnv(env_var.c_str());
653 const char* const string_value = posix::GetEnv(env_var.c_str());
675 const char* const value = posix::GetEnv(env_var.c_str());
  /external/qemu/android/utils/
timezone.c 109 const char* tz = getenv("TZ");
295 const char* tz = getenv( "TZ" );
314 const char* env = getenv("TZDIR");
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 50 extern char * getenv JPP((const char * name));
139 if ((env = (const char *) getenv("TMP")) == NULL)
140 if ((env = (const char *) getenv("TEMP")) == NULL)
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 65 static const bool ignoreSSLErrors = getenv("WEBKIT_IGNORE_SSL_ERRORS");
80 char* envPath = getenv("CURL_CA_BUNDLE_PATH");
663 if (getenv("DEBUG_CURL"))
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Project.java 648 return System.getenv("ANDROID_BUILD_TOP"); //$NON-NLS-1$
653 return System.getenv("ANDROID_HOST_OUT"); //$NON-NLS-1$
658 return System.getenv("ANDROID_PRODUCT_OUT"); //$NON-NLS-1$
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java 80 System.getenv("ANDROID_DEBUG_URL_OPENER") != null; //$NON-NLS-1$
108 sConnectionTimeoutMs = Integer.parseInt(System.getenv("ANDROID_SDKMAN_CONN_TIMEOUT"));
114 sSocketTimeoutMs = Integer.parseInt(System.getenv("ANDROID_SDKMAN_READ_TIMEOUT"));
  /system/core/liblog/
fake_log_device.c 194 const char* tags = getenv("ANDROID_LOG_TAGS");
272 const char* fstr = getenv("ANDROID_PRINTF_LOG");
653 ws = getenv("ANDROID_WRAPSIM");
  /system/core/toolbox/grep/
grep.c 312 c = getenv("GREP_COLOR");
365 eopts = getenv("GREP_OPTIONS");
589 term = getenv("TERM");
  /external/e2fsprogs/e2fsck/
unix.c 851 if ((cp = getenv("E2FSCK_CONFIG")) != NULL)
897 char *oldpath = getenv("PATH");
916 jbd_debug = getenv("E2FSCK_JBD_DEBUG");
1040 if (getenv("TEST_IO_FLAGS") || getenv("TEST_IO_BLOCK")) {
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h     [all...]
  /external/grub/lib/
getopt.c 215 #ifndef getenv
216 extern char *getenv ();
409 posixly_correct = getenv ("POSIXLY_CORRECT");
  /external/quake/quake/src/QW/client/
vid_x.c 392 if (getenv("DISPLAY"))
394 getenv("DISPLAY"));
567 displayname = (char *) getenv("DISPLAY");

Completed in 1790 milliseconds

<<11121314151617181920>>