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

1 2 3 4 5 6

  /external/chromium_org/tools/valgrind/
locate_valgrind.sh 25 *Darwin*9.[678].[01]*i386*)
29 *Darwin*10.[0-9].[0-9]*i386*)
32 *Darwin*10.[0-9].[0-9]*x86_64*)
35 *Darwin*11.[0-9].[0-9]*x86_64*)
  /external/chromium_org/tools/clang/plugins/
Makefile 17 ifeq ($(OS),Darwin)
  /external/clang/examples/analyzer-plugin/
Makefile 18 ifeq ($(OS),Darwin)
  /external/dhcpcd/mk/
os.mk 4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
  /external/llvm/utils/
llvmgrep 32 Linux|Darwin) grep_cmd="egrep -H -n" ;;
  /external/clang/examples/PrintFunctionNames/
Makefile 26 ifeq ($(OS),Darwin)
  /external/llvm/unittests/ADT/
Makefile 16 # Xfail BitVectorTest for now on PPC Darwin. 7598360.
18 ifeq ($(TARGET_OS),Darwin)
  /external/chromium_org/tools/clang/scripts/
plugin_flags.sh 13 if uname -s | grep -q Darwin; then
  /external/qemu/
android-rebuild.sh 13 Darwin|FreeBsd)
  /external/qemu/distrib/libpng-1.2.19/
Makefile 10 ifeq ($(HOST_OS),Darwin)
11 HOST_OS := darwin
  /external/llvm/runtime/libprofile/
Makefile 23 ifeq ($(HOST_OS),Darwin)
39 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz.alias 26 ACT Australia/Darwin
  /external/icu4c/tools/tzcode/
tz.alias 26 ACT Australia/Darwin
  /external/chromium_org/third_party/jemalloc/chromium/
Makefile.in 109 # Build jemalloc as a shared lib. This is mandatory for Darwin, since a library
111 ifeq ($(OS_ARCH),Darwin)
128 ifeq (Darwin,$(OS_TARGET))
  /external/chromium_org/third_party/jemalloc/vendor/
Makefile.in 109 # Build jemalloc as a shared lib. This is mandatory for Darwin, since a library
111 ifeq ($(OS_ARCH),Darwin)
128 ifeq (Darwin,$(OS_TARGET))
  /external/clang/tools/driver/
Makefile 55 ifeq ($(HOST_OS),Darwin)
  /external/clang/tools/libclang/
Makefile 40 ifeq ($(HOST_OS),Darwin)
53 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 22 @ above to be out of range. On Darwin, the assembler deals with this by
  /external/llvm/tools/lto/
Makefile 25 ifeq ($(HOST_OS),Darwin)
45 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/qemu/distrib/
update-audio.sh 26 Darwin)
29 OS=darwin-x86
31 OS=darwin-ppc
  /external/llvm/include/llvm/ADT/
Triple.h 92 Darwin,
205 /// translate generic "darwin" versions to the corresponding OS X versions.
286 /// used by the "darwin" triples.
295 // Otherwise, compare to the "Darwin" number.
301 /// "darwin" and "osx" as OS X triples.
303 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
311 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
  /external/compiler-rt/make/platform/
darwin_fat.mk 12 # support (e.g., on Darwin). This should only be used to build fat
24 Description := Target for building universal libraries for Darwin.
  /external/clang/lib/Driver/
ToolChains.cpp 44 /// Darwin - Darwin tool chain for i386 and x86_64.
46 Darwin::Darwin(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
49 // Compute the initial Darwin version from the triple
69 types::ID Darwin::LookupTypeForExtension(const char *Ext) const {
72 // Darwin always preprocesses assembly files (unless -x is used explicitly).
79 bool Darwin::HasNativeLLVMSupport() const {
83 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
84 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const
    [all...]
  /developers/build/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/build/templates/create/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then

Completed in 2755 milliseconds

1 2 3 4 5 6