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

<<11121314151617181920>>

  /frameworks/rs/
update_rs_prebuilts.sh 10 DARWIN=1
11 SHORT_OSNAME=darwin
13 # Only build arm on darwin.
20 DARWIN=0
123 # Don't copy device prebuilts on Darwin. We don't need/use them.
124 if [ $DARWIN -eq 0 ]; then
174 if [ $DARWIN -eq 0 ]; then
175 echo "DON'T FORGET TO UPDATE THE DARWIN COMPILER PREBUILTS!!!"
  /external/clang/test/CodeGen/
integer-overflow.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s --check-prefix=DEFAULT
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -fwrapv | FileCheck %s --check-prefix=WRAPV
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -ftrapv | FileCheck %s --check-prefix=TRAPV
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -fsanitize=signed-integer-overflow | FileCheck %s --check-prefix=CATCH_UB
5 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -ftrapv -ftrapv-handler foo | FileCheck %s --check-prefix=TRAPV_HANDLER
sanitize-thread-attr.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck -check-prefix=WITHOUT %s
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s -fsanitize=thread | FileCheck -check-prefix=TSAN %s
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s -fsanitize=thread -fsanitize-blacklist=%t | FileCheck -check-prefix=BL %s
  /external/lldb/test/lang/c/function_types/
TestFunctionTypes.py 13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
26 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
90 if sys.platform.startswith("darwin"):
  /ndk/build/tools/
build-host-prebuilts.sh 36 # If darwin toolchain exist, build darwin too
38 SYSTEMS=$SYSTEMS",darwin-x86"
53 register_var_option "--darwin-ssh=<hostname>" DARWIN_SSH "Generate darwin packages on remote host"
126 SYSTEMS=" darwin-x86"
164 TMPREMOTE=/tmp/ndk-$USER/darwin-prebuild
170 TMPDARWIN=$NDK_TMPDIR/darwin # Where we're going to package stuff
197 fail_panic "Could not build prebuilt $ARCH toolchain on Darwin!"
200 dump "Copying back Darwin prebuilt packages...
    [all...]
rebuild-all-prebuilt.sh 46 # If darwin toolchain exist, build darwin too
48 SYSTEMS=$SYSTEMS",darwin-x86"
65 register_var_option "--darwin-ssh=<hostname>" DARWIN_SSH "Specify Darwin hostname for remote build."
93 SYSTEMS=$SYSTEMS",darwin-x86"
121 HOST_FLAGS=$HOST_FLAGS" --darwin-ssh=$DARWIN_SSH"
  /external/qemu/
build.gradle 66 item("$project.rootDir/../prebuilts/tools/darwin-x86/emulator/lib") {
70 item("$project.rootDir/../prebuilts/tools/darwin-x86/emulator/emulator-arm") {
73 item("$project.rootDir/../prebuilts/tools/darwin-x86/emulator/emulator64-arm") {
77 item("$project.rootDir/../prebuilts/tools/darwin-x86/emulator/emulator-mips") {
80 item("$project.rootDir/../prebuilts/tools/darwin-x86/emulator/emulator64-mips") {
84 item("$project.rootDir/../prebuilts/tools/darwin-x86/emulator/emulator-x86") {
87 item("$project.rootDir/../prebuilts/tools/darwin-x86/emulator/emulator64-x86") {
  /external/clang/test/Driver/
bindings.c 21 // Darwin bindings
24 // CHECK14: "darwin::Assemble", inputs: ["{{.*}}.s"], output: "{{.*}}.o"
25 // CHECK14: "darwin::Link", inputs: ["{{.*}}.o"], output: "a.out"
darwin-objc-options.m 10 // CHECK-CHECK-X86_64_ABI1: darwin-objc-options
21 // CHECK-CHECK-I386_ABI2: darwin-objc-options
32 // CHECK-CHECK-I386_IOS: darwin-objc-options
pic.c 37 // CHECK-NON-DARWIN-DYNAMIC-NO-PIC: error: unsupported option '-mdynamic-no-pic' for target 'i386-unknown-unknown'
140 // Darwin is a beautiful and unique snowflake when it comes to these flags.
141 // When targeting a 32-bit darwin system, the -fno-* flag variants work and
145 // RUN: %clang -c %s -target i386-apple-darwin -### 2>&1 \
147 // RUN: %clang -c %s -target i386-apple-darwin -fpic -### 2>&1 \
149 // RUN: %clang -c %s -target i386-apple-darwin -fPIC -### 2>&1 \
151 // RUN: %clang -c %s -target i386-apple-darwin -fpie -### 2>&1 \
153 // RUN: %clang -c %s -target i386-apple-darwin -fPIE -### 2>&1 \
155 // RUN: %clang -c %s -target i386-apple-darwin -fno-PIC -### 2>&1 \
157 // RUN: %clang -c %s -target i386-apple-darwin -fno-PIE -### 2>&1
    [all...]
  /external/compiler-rt/test/asan/TestCases/
strncpy-overflow.cc 18 // CHECK-Darwin: {{ #0 0x.* in wrap_strncpy}}
26 // CHECK-Darwin: {{ #0 0x.* in wrap_malloc.*}}
27 // CHECK-Darwin: {{ #1 0x.* in main .*strncpy-overflow.cc:}}[[@LINE-13]]
  /external/llvm/test/CodeGen/ARM/
globals.ll 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=static | FileCheck %s -check-prefix=DarwinStatic
2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DarwinDynamic
3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=DarwinPIC
  /external/llvm/test/CodeGen/Thumb/
long.ll 2 ; RUN: llc -mtriple=thumb-apple-darwin %s -o - | FileCheck %s -check-prefix CHECK-DARWIN
81 ; CHECK-DARWIN: __muldi3
  /external/llvm/utils/
test_debuginfo.pl 15 # On Darwin the default is to use the llgdb.py wrapper script which
32 # Assume lldb to be the debugger on Darwin.
34 $use_lldb = 1 if ($Config{osname} eq "darwin");
  /external/mdnsresponder/mDNSPosix/
mdnsd.sh 50 echo -n "Starting Apple Darwin Multicast DNS / DNS Service Discovery daemon:"
56 echo -n "Stopping Apple Darwin Multicast DNS / DNS Service Discovery daemon:"
61 echo -n "Restarting Apple Darwin Multicast DNS / DNS Service Discovery daemon:"
  /external/qemu/distrib/
update-audio.sh 26 Darwin)
29 OS=darwin-x86
31 OS=darwin-ppc
  /frameworks/compile/mclinker/lib/Support/Unix/
System.inc 55 // On darwin, we want to update the version to match that of the
57 std::string::size_type DarwinDashIdx = Triple.find("-darwin");
59 Triple.resize(DarwinDashIdx + strlen("-darwin"));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
uninstall_host.sh 8 if [ $(uname -s) == 'Darwin' ]; then
  /external/chromium_org/third_party/icu/source/config/
mh-darwin 2 ## Darwin-specific setup (Darwin is the Mac OS X developer preview, successor
44 GENCCODE_ASSEMBLY=-a gcc-darwin
83 ## End Darwin-specific setup
  /external/chromium_org/third_party/libusb/
README.chromium 18 - darwin-sigfpe.patch has been applied.
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_kill_skia 28 elif [ $(uname) == "Darwin" ]; then
  /external/chromium_org/tools/
bash-completion 22 if [ $(uname) = "Darwin" ]
  /external/chromium_org/tools/clang/scripts/
plugin_flags.sh 13 if uname -s | grep -q Darwin; then
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-mac-bundle.py 15 if sys.platform == 'darwin':
  /external/chromium_org/tools/gyp/test/ios/
gyptest-crosscompile.py 17 if sys.platform == 'darwin':

Completed in 2395 milliseconds

<<11121314151617181920>>