HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 326 - 350 of 2438) sorted by null

<<11121314151617181920>>

  /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/openssh/
sandbox-darwin.c 36 /* Darwin/OS X sandbox */
51 debug3("%s: preparing Darwin sandbox", __func__);
64 debug3("%s: starting Darwin sandbox", __func__);
  /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/clang/test/Driver/
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 targetting 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/chromium_org/third_party/icu/source/config/
mh-darwin 2 ## Darwin-specific setup (Darwin is the Mac OS X developer preview, successor
37 GENCCODE_ASSEMBLY=-a gcc-darwin
94 ## End Darwin-specific setup
  /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/link-objects/
gyptest-all.py 16 if sys.platform != 'darwin':
  /external/chromium_org/tools/gyp/test/mac/
gyptest-action-envvars.py 15 if sys.platform == 'darwin':
gyptest-clang-cxx-library.py 16 if sys.platform == 'darwin':
gyptest-debuginfo.py 15 if sys.platform == 'darwin':
gyptest-global-settings.py 16 if sys.platform == 'darwin':
gyptest-ldflags-passed-to-libtool.py 15 if sys.platform == 'darwin':
gyptest-missing-cfbundlesignature.py 15 if sys.platform == 'darwin':
gyptest-objc-arc.py 15 if sys.platform == 'darwin':
gyptest-postbuild-defaults.py 15 if sys.platform == 'darwin':
gyptest-postbuild-multiple-configurations.py 15 if sys.platform == 'darwin':
gyptest-postbuild-static-library.py 16 if sys.platform == 'darwin':
  /external/chromium_org/tools/python/google/
platform_utils.py 20 elif sys.platform == 'darwin':
  /external/chromium_org/tools/valgrind/gtest_exclude/
base_unittests.gtest.txt 4 # These tests occassionally hangs under Valgrind on Mac. valgrind-darwin r9573
  /external/clang/test/CXX/special/class.copy/
p15-inclass.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm -o - %s | FileCheck %s
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p14.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
  /external/clang/test/CodeGen/
2008-03-05-syncPtr.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s

Completed in 366 milliseconds

<<11121314151617181920>>