OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
201 - 225
of
2438
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/build/tools/toolchain-patches/mclinker/
0005-Fixed-darwin-ld.mcld-GNU-m-emulation-fail.patch
4
Subject: [PATCH 5/5] Fixed
darwin
ld.mcld GNU -m emulation fail
6
GNU -m emulation doesn't provide OS. If ld.mcld is built on
darwin
7
the OS is incorrectly set to
darwin
. Force to "linux" for Android.
/build/libs/host/
Android.mk
10
ifeq ($(HOST_OS),
darwin
)
/external/chromium_org/build/mac/
asan.gyp
16
'../../third_party/llvm-build/Release+Asserts/lib/clang/*/lib/
darwin
/libclang_rt.asan_osx_dynamic.dylib',
/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/libusb/
README.chromium
18
-
darwin
-sigfpe.patch has been applied.
/external/chromium_org/tools/clang/plugins/
Makefile
17
ifeq ($(OS),
Darwin
)
/external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode_test.py
15
if sys.platform == '
darwin
':
/external/chromium_org/tools/gyp/test/ios/
gyptest-deployment-target.py
15
if sys.platform == '
darwin
':
/external/chromium_org/tools/gyp/test/mac/
gyptest-cflags.py
15
if sys.platform == '
darwin
':
gyptest-clang-cxx-language-standard.py
15
if sys.platform == '
darwin
':
gyptest-copy-dylib.py
15
if sys.platform == '
darwin
':
gyptest-deployment-target.py
15
if sys.platform == '
darwin
':
gyptest-framework-dirs.py
16
if sys.platform == '
darwin
':
gyptest-libraries.py
15
if sys.platform == '
darwin
':
gyptest-prefixheader.py
15
if sys.platform == '
darwin
':
gyptest-type-envvars.py
15
if sys.platform == '
darwin
':
gyptest-unicode-settings.py
16
if sys.platform == '
darwin
':
/external/chromium_org/tools/valgrind/
locate_valgrind.sh
25
*
Darwin
*9.[678].[01]*i386*)
29
*
Darwin
*10.[0-9].[0-9]*i386*)
32
*
Darwin
*10.[0-9].[0-9]*x86_64*)
35
*
Darwin
*11.[0-9].[0-9]*x86_64*)
/external/clang/INPUTS/
macro_pounder_obj.c
3
// heavily constrained by
darwin
's malloc.
/external/clang/test/CodeGen/
2009-09-24-SqrtErrno.c
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
%s -emit-llvm -o - -fmath-errno | FileCheck %s
attr-weak-import.c
1
// RUN: %clang_cc1 -triple x86_64-
darwin
-apple -emit-llvm -o - %s | FileCheck %s
debug-info-line2.c
1
// RUN: %clang_cc1 -triple x86_64-
darwin
-apple -g -emit-llvm -o - %s | FileCheck %s
debug-line-1.c
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-o - -emit-llvm -g %s | FileCheck %s
func-return-member.c
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-emit-llvm -o - %s | FileCheck %s
incomplete-function-type-2.c
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-emit-llvm -o - %s | FileCheck %s
Completed in 224 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>