HomeSort by relevance Sort by last modified time
    Searched refs:HOST_OS (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /external/lldb/source/Host/
Makefile 16 ifeq ($(HOST_OS),Darwin)
20 ifeq ($(HOST_OS),Linux)
24 ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD))
Android.mk 7 ifeq ($(HOST_OS),darwin)
11 ifeq ($(HOST_OS),linux)
15 ifneq (,$(filter $(HOST_OS), freebsd))
  /external/lldb/tools/lldb-platform/
Makefile 17 ifeq ($(HOST_OS),Darwin)
21 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD))
  /external/llvm/lib/Transforms/
Makefile 16 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix))
  /external/lldb/tools/driver/
Makefile 19 ifeq ($(HOST_OS),Darwin)
24 ifneq (,$(filter $(HOST_OS), Linux GNU/kFreeBSD))
28 ifeq ($(HOST_OS),FreeBSD)
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
Android.mk 1 ifeq ($(HOST_OS),linux)
16 endif # HOST_OS == linux
  /system/core/gpttool/
Android.mk 1 ifeq ($(HOST_OS),linux)
  /build/libs/host/
Android.mk 7 ifeq ($(HOST_OS),cygwin)
10 ifeq ($(HOST_OS),darwin)
13 ifeq ($(HOST_OS),linux)
  /build/tools/acp/
Android.mk 11 ifeq ($(HOST_OS),cygwin)
14 ifeq ($(HOST_OS),darwin)
17 ifeq ($(HOST_OS),linux)
  /external/llvm/tools/llvm-shlib/
Makefile 22 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
45 ifeq ($(HOST_OS),Darwin)
56 ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux FreeBSD GNU/kFreeBSD OpenBSD GNU Bitrig))
62 ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux FreeBSD GNU/kFreeBSD GNU))
67 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD))
72 ifeq ($(HOST_OS),SunOS
    [all...]
  /cts/tests/tests/bionic/
Android.mk 32 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
56 endif # ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 9 ifeq ($(HOST_OS),linux)
  /external/lldb/source/Plugins/Process/POSIX/
Makefile 19 ifeq ($(HOST_OS),Linux)
27 ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD))
  /development/build/tools/
sdk_clean.sh 18 if [ $HOST_OS = darwin ] ; then
35 if [ $HOST_OS = windows ] ; then
  /external/chromium_org/third_party/openssl/openssl/
android-config.mk 14 ifeq ($(HOST_OS),windows)
  /frameworks/base/tools/validatekeymaps/
Android.mk 24 ifeq ($(HOST_OS),linux)
  /prebuilts/tools/gcc-sdk/
addr2line 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
ar 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
as 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
c++ 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
c++filt 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
cpp 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
elfedit 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
g++ 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
gcc 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then

Completed in 1094 milliseconds

1 2 3 4 5 6 7 8 9