OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
751 - 775
of
1949
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/ndk/build/tools/
build-gcc.sh
171
if [ "$MINGW" != "yes" -a "$
DARWIN
" != "yes" ] ; then
243
if [ "$
DARWIN
" = "yes" ]; then
317
if [ "$MINGW" = "yes" -o "$
DARWIN
" = "yes" ] ; then
319
# parallel mingw/
darwin
canadian cross builds to work properly on some
324
echo "Error while building mingw/
darwin
toolchain. See $TMPLOG"
348
if [ "$MINGW" = "yes" -o "$
DARWIN
" = "yes" ] ; then
/development/ide/emacs/
android-common.el
94
Only linux and
darwin
on x86 architectures are supported."
98
(or (and (string-match "
darwin
" system-configuration) "
darwin
-x86")
/external/qemu/distrib/
build-kernel.sh
17
Darwin
)
18
HOST_OS=
darwin
19
HOST_TAG=
darwin
-x86
/external/valgrind/main/
Makefile.tool.am
62
# NB for 64-bit
darwin
. We may want to set -Wl,-pagezero_size to
91
$(top_builddir)/coregrind/libreplacemalloc_toolpreload-x86-
darwin
.a
94
$(top_builddir)/coregrind/libreplacemalloc_toolpreload-amd64-
darwin
.a
/external/valgrind/main/coregrind/
m_vki.c
84
vg_assert(sizeof(sigset_t) /* defined by
Darwin
*/
126
/* VKI_SET_SIGMASK is hardwired into syscall-x86-
darwin
.S and
127
syscall-amd64-
darwin
.S */
/external/webkit/Source/JavaScriptCore/runtime/
JSLock.cpp
38
#if ENABLE(JSC_MULTIPLE_THREADS) && (OS(
DARWIN
) || USE(PTHREADS))
216
#else // ENABLE(JSC_MULTIPLE_THREADS) && (OS(
DARWIN
) || USE(PTHREADS))
263
#endif // ENABLE(JSC_MULTIPLE_THREADS) && (OS(
DARWIN
) || USE(PTHREADS))
/external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp
24
#if OS(
DARWIN
)
63
//
DARWIN
, QNX, UNIX, SYMBIAN
78
#if OS(
DARWIN
)
/external/webkit/Source/WebCore/platform/graphics/
IntRect.h
36
#if PLATFORM(MAC) || (PLATFORM(CHROMIUM) && OS(
DARWIN
))
202
|| (PLATFORM(CHROMIUM) && OS(
DARWIN
))
242
|| (PLATFORM(CHROMIUM) && OS(
DARWIN
))
/build/tools/acp/
README
26
- The
Darwin
linker insists that ranlib be current. If you copy the
/external/chromium/chrome/browser/
browser_resources.grd
18
<if expr="os == '
darwin
'">
21
<if expr="os != 'linux2' and os != '
darwin
' and os.find('bsd') == -1">
30
<if expr="os == '
darwin
'">
33
<if expr="os != '
darwin
'">
/external/chromium/chrome/browser/resources/options/
options.html
44
<if expr="not pp_ifdef('win32') and not pp_ifdef('
darwin
')">
89
<if expr="not pp_ifdef('win32') and not pp_ifdef('
darwin
')">
152
<if expr="not pp_ifdef('win32') and not pp_ifdef('
darwin
')">
196
<if expr="not pp_ifdef('win32') and not pp_ifdef('
darwin
')">
/external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c
1
/* RUN: %clang_cc1 %s -emit-llvm -triple x86_64-apple-
darwin
-o - | FileCheck %s
avx-builtins.c
1
// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-
darwin
-target-feature +avx -emit-llvm -o - | FileCheck %s
bmi-builtins.c
1
// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-
darwin
-target-feature +bmi -emit-llvm -o - | FileCheck %s
no-opt-volatile-memcpy.c
1
// RUN: %clang_cc1 -O0 -triple=x86_64-apple-
darwin
-emit-llvm -o - %s | FileCheck %s
/external/clang/test/CodeGenCXX/
derived-to-base-conv.cpp
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-std=c++11 -emit-llvm %s -o - | FileCheck %s
no-opt-volatile-memcpy.cpp
1
// RUN: %clang_cc1 -O0 -triple=x86_64-apple-
darwin
-emit-llvm -o - %s | FileCheck %s
vla.cpp
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
%s -emit-llvm -o - | FileCheck %s
/external/clang/test/CodeGenObjC/
arc-captured-32bit-block-var-layout-2.m
1
// RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -triple i386-apple-
darwin
-O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-32.layout
debug-info-block-captured-self.m
1
// RUN: %clang_cc1 -fblocks -g -emit-llvm -triple x86_64-apple-
darwin
-o - %s | FileCheck %s
/external/clang/test/SemaCXX/
enum.cpp
1
// RUN: %clang_cc1 -fsyntax-only -pedantic -std=c++98 -verify -triple x86_64-apple-
darwin
%s
/external/clang/tools/driver/
Makefile
55
ifeq ($(HOST_OS),
Darwin
)
/external/compiler-rt/test/Unit/
test
5
if test `uname` = "
Darwin
"; then
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant
82
darwin
=false;
85
Darwin
*)
darwin
=true
227
if $
darwin
; then
/external/elfutils/libebl/
Android.mk
17
supported_platforms := linux-x86
darwin
-x86
Completed in 750 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>