Searched
full:darwin (Results
351 -
375 of
1673) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/ |
SOURCES | 10 --host=x86_64-apple-darwin --build=x86_64-apple-darwin \
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
configargs.h | 2 static const char configuration_arguments[] = "/Volumes/androidtc/androidtoolchain/./src/build/../gcc/gcc-4.6/configure --prefix=/usr/local --target=arm-linux-androideabi --host=x86_64-apple-darwin --build=x86_64-apple-darwin --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/Volumes/androidtc/build64/obj/temp-install --with-mpfr=/Volumes/androidtc/build64/obj/temp-install --with-mpc=/Volumes/androidtc/build64/obj/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-gcc-version=4.6 --with-binutils-version=2.21 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.3.x --with-arch=armv5te --with-sysroot=/Volumes/androidtc/build64/install/sysroot --with-prefix=/Volumes/androidtc/build64/install --with-gold-version=2.21 --enable-gold --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default";
|
/external/clang/lib/Driver/ |
Tools.h | 25 class Darwin; 196 namespace darwin { namespace in namespace:clang::driver::tools 202 const toolchains::Darwin &getDarwinToolChain() const { 203 return reinterpret_cast<const toolchains::Darwin&>(getToolChain()); 247 Preprocess(const ToolChain &TC) : CC1("darwin::Preprocess", 259 Compile(const ToolChain &TC) : CC1("darwin::Compile", "gcc frontend", TC) {} 270 Assemble(const ToolChain &TC) : DarwinTool("darwin::Assemble", 287 Link(const ToolChain &TC) : DarwinTool("darwin::Link", "linker", TC) {} 301 Lipo(const ToolChain &TC) : DarwinTool("darwin::Lipo", "lipo", TC) {} 314 Dsymutil(const ToolChain &TC) : DarwinTool("darwin::Dsymutil" [all...] |
/build/core/combo/ |
HOST_darwin-x86.mk | 17 # Configuration for Darwin (Mac OS X) on x86. 61 -include $(call select-android-config-h,darwin-x86) 83 define darwin-extract-and-include-whole-static-libs 90 $(call darwin-extract-and-include-whole-static-libs)
|
/development/tools/elftree/ |
Android.mk | 17 supported_platforms := linux-x86 darwin-x86
|
/external/checkpolicy/ |
Android.mk | 16 ifeq ($(HOST_OS),darwin)
|
/external/chromium/chrome/browser/resources/options/ |
autofill_options.html | 3 <if expr="os == 'darwin'">
|
/external/clang/INPUTS/ |
macro_pounder_fn.c | 3 // heavily constrained by darwin's malloc.
|
/external/clang/examples/PrintFunctionNames/ |
Makefile | 26 ifeq ($(OS),Darwin)
|
/external/clang/examples/analyzer-plugin/ |
Makefile | 18 ifeq ($(OS),Darwin)
|
/external/clang/test/CodeGen/ |
arm-vector-align.c | 1 // RUN: %clang_cc1 -triple thumbv7-apple-darwin \
|
asm-reg-var-local.c | 1 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
|
bmi2-builtins.c | 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +bmi2 -emit-llvm -o - | FileCheck %s
|
debug-info-iv.c | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -Os -S -g -o - %s | FileCheck %s
|
palignr.c | 2 // RUN: %clang_cc1 %s -triple=i686-apple-darwin -target-feature +ssse3 -O1 -S -o - | FileCheck %s
|
struct-x86-darwin.c | 11 // Test struct layout for x86-darwin target
|
wchar-const.c | 2 // RUN: %clang_cc1 -emit-llvm %s -o - -triple x86_64-apple-darwin | FileCheck %s --check-prefix=DAR
|
/external/clang/test/CodeGenCXX/ |
debug-info-artificial-arg.cpp | 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
|
debug-info-fwd-ref.cpp | 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
|
global-array-destruction.cpp | 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s
|
/external/clang/test/CodeGenObjC/ |
2010-03-17-StructRef.m | 1 // RUN: %clang_cc1 %s -emit-llvm -triple x86_64-apple-darwin -fobjc-fragile-abi -o - | FileCheck %s
|
arc-ivar-layout.m | 1 // RUN: %clang_cc1 -fobjc-arc -fobjc-runtime-has-weak -triple x86_64-apple-darwin -O0 -S %s -o %t-64.s
|
auto-property-synthesize-protocol.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-default-synthesize-properties -emit-llvm %s -o - | FileCheck %s
|
property-aggregate.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -o - | FileCheck %s
|
protocol-in-extended-class.m | 4 // RUN: %clang_cc1 -triple i386-apple-darwin -fobjc-fragile-abi -S %s -o %t-32.s
|
Completed in 361 milliseconds
<<11121314151617181920>>