HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 176 - 200 of 3268) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/libpng-1.2.46/
sources.make 21 # Enable MMX code path for x86, except on Darwin where it fails
28 ifeq ($(HOST_OS),darwin)
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk 6 ifeq ($(HOST_OS),darwin)
24 ifeq ($(HOST_OS),darwin)
  /build/tools/acp/
Android.mk 14 ifeq ($(HOST_OS),darwin)
  /external/chromium_org/third_party/cython/
python_flags.py 37 if sys.platform == 'darwin':
39 if not opts.gn and sys.platform in ['darwin', 'linux2']:
40 # In case of GYP output for darwin and linux prefix all
48 if sys.platform == 'darwin':
  /external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
setup_adb.sh 10 elif [ $(uname) == "Darwin" ]; then
  /external/clang/test/Analysis/
CFContainers-invalid.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.coreFoundation.containers.PointerSizedValues -triple x86_64-apple-darwin -verify %s
  /external/clang/test/CodeGen/
2003-10-29-AsmRename.c 1 // RUN: %clang_cc1 -emit-llvm %s -triple x86_64-apple-darwin -o /dev/null
2005-07-20-SqrtNoErrno.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
2007-02-25-C-DotDotDot.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
2008-04-08-NoExceptions.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
2009-12-07-BitFieldAlignment.c 1 // RUN: %clang_cc1 -triple i686-apple-darwin %s -emit-llvm -o - | FileCheck %s
2010-05-26-AsmSideEffect.c 2 // RUN: %clang_cc1 %s -emit-llvm -triple arm-apple-darwin -o - | FileCheck %s
debug-info-vla.c 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
pclmul-builtins.c 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +pclmul -emit-llvm -o - | FileCheck %s
pr12251.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -O1 -relaxed-aliasing -o - | FileCheck %s
struct-matching-constraint.c 2 // RUN: %clang_cc1 -S -emit-llvm -triple armv7a-apple-darwin -target-feature +neon %s -o /dev/null
tbaa-thread-sanitizer.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s -fsanitize=thread -relaxed-aliasing -O1 | FileCheck %s
utf16-cfstrings.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -o - | FileCheck %s
  /external/clang/test/CodeGenCXX/
debug-info-dup-fwd-decl.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin -fstandalone-debug %s -o - | FileCheck %s
debug-info-rvalue-ref.cpp 1 // RUN: %clang_cc1 -std=c++11 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
debug-info-static-fns.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
  /external/clang/test/Modules/self-import-header/
test.m 5 // RUN: -target x86_64-darwin \
  /external/clang/test/Sema/
2010-05-31-palignr.c 1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o /dev/null %s
arm-asm.c 1 // RUN: %clang_cc1 %s -triple armv7-apple-darwin -verify -fsyntax-only
arm-darwin-aapcs.cpp 4 // ARM's AAPCS normally has size_t defined as unsigned int, but on Darwin

Completed in 120 milliseconds

1 2 3 4 5 6 78 91011>>