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

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
stdlib.h 54 extern char *getenv(const char *);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdlib.h 54 extern char *getenv(const char *);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdlib.h 54 extern char *getenv(const char *);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdlib.h 54 extern char *getenv(const char *);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdlib.h 54 extern char *getenv(const char *);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdlib.h 54 extern char *getenv(const char *);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdlib.h 54 extern char *getenv(const char *);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdlib.h 54 extern char *getenv(const char *);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdlib.h 64 using _STLP_VENDOR_CSTD::getenv;
  /prebuilts/sdk/renderscript/lib/x86/
librsjni.so 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PatternBasedDeltaVisitor.java 49 System.getenv("ANDROID_VISITOR_DEBUG")); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 120 sdkLocation = System.getenv(SDK_PATH_ENVVAR);
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/
PdtPlugin.java 75 devTree = System.getenv("ANDROID_BUILD_TOP"); //$NON-NLS-1$
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 42 const char* env = getenv("ANDROID_WINDOW_SIZE");
  /sdk/find_java/
find_java_exe.cpp 65 gIsDebug = (getenv("ANDROID_SDKMAN_DEBUG") != NULL);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 38 #include <stdlib.h> // for getenv()
114 // Some non-trivial getenv-related functions.
117 // It's not safe to call getenv() in the malloc hooks, because they
153 "on getenv(\"%s\"), which may not work", name);
155 return getenv(name);
181 // getenv("CPUPROFILE") -- the parent process will be using that path.
203 char* envval = getenv(env_name);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 35 #include <stdlib.h> // for getenv()
109 // Some non-trivial getenv-related functions.
112 // It's not safe to call getenv() in the malloc hooks, because they
148 "on getenv(\"%s\"), which may not work", name);
150 return getenv(name);
176 // getenv("CPUPROFILE") -- the parent process will be using that path.
191 char* envval = getenv(env_name);
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 179 if (getenv("TEST_IO_FLAGS") || getenv("TEST_IO_BLOCK")) {
519 if (getenv("TEST_IO_FLAGS") || getenv("TEST_IO_BLOCK")) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 321 env = getenv("SDL_VIDEO_FULLSCREEN_DISPLAY");
516 const char *window = getenv("SDL_VIDEO_WINDOW_POS");
714 if (getenv("SDL_NSWindowPointer") || getenv("SDL_NSQuickDrawViewPointer")) {
731 if (getenv ("SDL_SINGLEDISPLAY"))
    [all...]
  /system/core/adb/
commandline.c 651 log_tags = getenv("ANDROID_LOG_TAGS");
814 char *top = getenv("ANDROID_BUILD_TOP");
821 top = getenv("TOP");
943 gProductOutPath = getenv("ANDROID_PRODUCT_OUT");
949 serial = getenv("ANDROID_SERIAL");
952 server_port_str = getenv("ANDROID_ADB_SERVER_PORT");
    [all...]
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 

Completed in 1478 milliseconds

<<21222324252627282930>>