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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/
llvmgrep 32 Linux|Darwin) grep_cmd="egrep -H -n" ;;
  /external/swiftshader/third_party/LLVM/unittests/ADT/
Makefile 16 # Xfail BitVectorTest for now on PPC Darwin. 7598360.
18 ifeq ($(TARGET_OS),Darwin)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
header.makefile 22 DARWIN:=$(findstring Darwin, $(shell uname -s))
48 ifeq ($(DARWIN),Darwin)
62 ifeq ($(DARWIN),Darwin)
  /external/skia/platform_tools/android/bin/utils/
android_setup.sh 93 if [ $(uname) == "Darwin" ]; then
141 if [ $(uname) == "Darwin" ]; then
  /frameworks/base/tools/layoutlib/bridge/
update_nav_icons.sh 19 Darwin)
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
Makefile 28 ifeq ($(HOST_OS),Darwin)
45 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/swiftshader/third_party/LLVM/tools/edis/
Makefile 35 ifeq ($(HOST_OS),Darwin)
46 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/swiftshader/third_party/LLVM/tools/lto/
Makefile 32 ifeq ($(HOST_OS),Darwin)
53 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /packages/inputmethods/LatinIME/tools/dicttool/
NativeLib.mk 18 ifneq ($(LATINIME_HOST_OSNAME), Darwin) # TODO: Remove this
51 endif # Darwin - TODO: Remove this
  /build/soong/
bootstrap.bash 30 Darwin)
31 export GOOS="darwin"
32 export PREBUILTOS="darwin-x86"
soong_ui.bash 17 # To track how long we took to startup. %N isn't supported on Darwin, but
103 Darwin)
104 export GOROOT="${TOP}/prebuilts/go/darwin-x86/"
  /prebuilts/go/darwin-x86/src/os/
sys_bsd.go 5 // +build darwin dragonfly freebsd nacl netbsd openbsd
7 // os code shared between *BSD systems including OS X (Darwin)
sys_darwin.go 26 // The O_CLOEXEC flag was introduced in OS X 10.7 (Darwin
wait_waitid.go 5 // +build darwin linux
23 // On Darwin, it requires greater than or equal to 64 bytes
24 // for darwin/{386,arm} and 104 bytes for darwin/amd64.
  /prebuilts/go/linux-x86/src/os/
sys_bsd.go 5 // +build darwin dragonfly freebsd nacl netbsd openbsd
7 // os code shared between *BSD systems including OS X (Darwin)
sys_darwin.go 26 // The O_CLOEXEC flag was introduced in OS X 10.7 (Darwin
  /build/make/core/
goma.mk 25 ifeq ($(shell uname),Darwin)
  /packages/inputmethods/LatinIME/native/dicttoolkit/
Android.mk 22 ifneq ($(LATINIME_HOST_OSNAME), Darwin) # TODO: Remove this
63 endif # Darwin - TODO: Remove this
  /packages/inputmethods/LatinIME/native/jni/
HostUnitTests.mk 20 ifneq ($(LATINIME_HOST_OSNAME), Darwin) # TODO: Remove this
57 endif # Darwin - TODO: Remove this
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-build/
Makefile 29 ifeq ($(HOST_OS),Darwin)
  /prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-build/
Makefile 29 ifeq ($(HOST_OS),Darwin)
  /external/shflags/lib/
versions 37 Darwin) os_name_='Mac OS X' ;;
62 Darwin)
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 85 Darwin,
258 /// "darwin" and "osx" as OS X triples.
260 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
263 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
276 /// used by the "darwin" triples.
285 // Otherwise, compare to the "Darwin" number.
373 /// getArchTypeForDarwinArchName - Get the architecture type for a "Darwin"
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1635.go 9 // this function on Darwin/386, and 8l couldn't handle it.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue1635.go 9 // this function on Darwin/386, and 8l couldn't handle it.

Completed in 618 milliseconds

1 2 3 4 5 6 7 8 91011>>