Searched refs:Darwin (Results 1 - 25 of 100) sorted by relevance

1234

/external/chromium_org/tools/valgrind/
H A Dlocate_valgrind.sh25 *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*)
H A Dshard-all-tests.sh83 Darwin)
/external/chromium_org/tools/clang/plugins/
H A DMakefile17 ifeq ($(OS),Darwin)
/external/clang/examples/analyzer-plugin/
H A DMakefile18 ifeq ($(OS),Darwin)
/external/dhcpcd/mk/
H A Dos.mk4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
/external/llvm/utils/
H A Dllvmgrep32 Linux|Darwin) grep_cmd="egrep -H -n" ;;
/external/clang/examples/PrintFunctionNames/
H A DMakefile26 ifeq ($(OS),Darwin)
/external/llvm/unittests/ADT/
H A DMakefile16 # Xfail BitVectorTest for now on PPC Darwin. 7598360.
18 ifeq ($(TARGET_OS),Darwin)
/external/chromium_org/tools/clang/scripts/
H A Dplugin_flags.sh13 if uname -s | grep -q Darwin; then
/external/qemu/
H A Dandroid-rebuild.sh13 Darwin|FreeBsd)
/external/qemu/distrib/libpng-1.2.19/
H A DMakefile10 ifeq ($(HOST_OS),Darwin)
/external/llvm/runtime/libprofile/
H A DMakefile23 ifeq ($(HOST_OS),Darwin)
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz.alias26 ACT Australia/Darwin
/external/icu4c/tools/tzcode/
H A Dtz.alias26 ACT Australia/Darwin
/external/chromium_org/third_party/jemalloc/chromium/
H A DMakefile.in109 # 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/
H A DMakefile.in109 # 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/
H A DMakefile55 ifeq ($(HOST_OS),Darwin)
/external/clang/tools/libclang/
H A DMakefile40 ifeq ($(HOST_OS),Darwin)
/external/llvm/test/MC/MachO/ARM/
H A Dlong-call-branch-island-relocation.s22 @ above to be out of range. On Darwin, the assembler deals with this by
/external/llvm/tools/lto/
H A DMakefile25 ifeq ($(HOST_OS),Darwin)
/external/qemu/distrib/
H A Dupdate-audio.sh26 Darwin)
/external/llvm/include/llvm/ADT/
H A DTriple.h92 Darwin, enumerator in enum:llvm::Triple::OSType
295 // Otherwise, compare to the "Darwin" number.
303 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
311 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
/external/compiler-rt/make/platform/
H A Ddarwin_fat.mk12 # 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/
H A DToolChains.cpp44 /// Darwin - Darwin tool chain for i386 and x86_64.
46 Darwin::Darwin(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) function in class:Darwin
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
[all...]
/external/smali/
H A Dgradlew37 Darwin* )
108 # For Darwin, add options to specify how the application appears in the dock

Completed in 636 milliseconds

1234