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

1 2 3 4 5 6

  /sdk/swtmenubar/
Android.mk 22 ifeq ($(HOST_OS),darwin)
23 LOCAL_SRC_FILES += $(call all-java-files-under, src-$(HOST_OS))
24 LOCAL_JAVA_RESOURCE_DIRS += src-$(HOST_OS)
  /ndk/
ndk-build 78 HOST_OS=$(uname -s)
79 case $HOST_OS in
80 Darwin) HOST_OS=darwin;;
81 Linux) HOST_OS=linux;;
82 FreeBsd) HOST_OS=freebsd;;
83 CYGWIN*|*_NT-*) HOST_OS=cygwin;;
84 *) echo "ERROR: Unknown host operating system: $HOST_OS"
87 log "HOST_OS=$HOST_OS"
99 HOST_TAG="$HOST_OS-$HOST_ARCH
    [all...]
  /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 8 ifeq ($(HOST_OS),cygwin)
11 ifeq ($(HOST_OS),darwin)
14 ifeq ($(HOST_OS),linux)
  /build/tools/acp/
Android.mk 11 ifeq ($(HOST_OS),cygwin)
14 ifeq ($(HOST_OS),darwin)
17 ifeq ($(HOST_OS),linux)
  /development/build/tools/
sdk_clean.sh 20 if [ $HOST_OS = darwin ] ; then
37 if [ $HOST_OS = windows ] ; then
  /frameworks/base/tools/validatekeymaps/
Android.mk 25 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
objdump 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
4 if [ "$HOST_OS" != "linux" ] ; then

Completed in 776 milliseconds

1 2 3 4 5 6