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

1 2 3 4 5 6 7

  /external/llvm/lib/Transforms/
Makefile 16 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix))
  /external/qemu/distrib/libpng-1.2.19/
Makefile 9 HOST_OS := $(shell uname -s)
10 ifeq ($(HOST_OS),Darwin)
11 HOST_OS := darwin
  /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 20 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
43 ifeq ($(HOST_OS),Darwin)
65 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD OpenBSD GNU Bitrig))
71 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD GNU))
76 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD))
81 ifeq ($(HOST_OS),SunOS
    [all...]
  /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)
  /external/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
gcov 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
gprof 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
ld 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
nm 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then
objcopy 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then

Completed in 558 milliseconds

1 2 3 4 5 6 7