Searched
full:darwin (Results
376 -
400 of
3268) sorted by null
<<11121314151617181920>>
/ndk/tests/device/test-stlport_shared-exception/jni/ |
spbp.cpp | 5 /* This was a bug on x86-darwin, where the register numbering for SP
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
spbp.cpp | 5 /* This was a bug on x86-darwin, where the register numbering for SP
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
platforminfo_unittest.py | 38 def fake_sys(platform_str='darwin', windows_version_tuple=None): 100 info = self.make_info(fake_sys('darwin'), fake_platform('10.6.3')) 131 self.assertRaises(AssertionError, self.make_info, fake_sys('darwin'), fake_platform('10.4.3')) 132 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.5.1')).os_version, 'leopard') 133 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.6.1')).os_version, 'snowleopard') 134 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.7.1')).os_version, 'lion') 135 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.8.1')).os_version, 'mountainlion') 136 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.9.0')).os_version, 'mavericks') 137 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.10.0')).os_version, 'future') 157 info = self.make_info(fake_sys('darwin')) [all...] |
/external/qemu/distrib/ |
package-release.sh | 114 # Rebuild Darwin binaries remotely through SSH 122 # The package file is ....../something-darwin.tar.bz2 138 dump "Copying sources to Darwin host: $HOST" 142 dump "Rebuilding Darwin binaries remotely." 144 panic "Can't rebuild binaries on Darwin, use --verbose to see why!" 146 dump "Retrieving Darwin binaries from: $HOST" 183 Darwin) 184 DEFAULT_SYSTEMS="darwin" 185 HOST_SYSTEM=darwin 188 panic "Unsupported system! This can only run on Linux and Darwin. [all...] |
/build/core/clang/ |
HOST_x86.mk | 12 ifeq ($(HOST_OS),darwin) 13 CLANG_CONFIG_x86_HOST_TRIPLE := i686-apple-darwin
|
HOST_x86_64.mk | 12 ifeq ($(HOST_OS),darwin) 13 CLANG_CONFIG_x86_64_HOST_TRIPLE := x86_64-apple-darwin
|
/build/core/combo/ |
HOST_darwin-x86.mk | 17 # Configuration for Darwin (Mac OS X) on x86. 34 $(combo_2nd_arch_prefix)HOST_TOOLCHAIN_ROOT := prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 35 $(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX := $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_ROOT)/bin/i686-apple-darwin$(gcc_darwin_version) 42 host_toolchain_header := $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_ROOT)/lib/gcc/i686-apple-darwin$(gcc_darwin_version)/4.2.1/include 51 # HOST_TOOLCHAIN_ROOT is a Darwin-specific define 65 # TODO: add AndroidConfig.h for darwin-x86_64 67 -include $(call select-android-config-h,darwin-x86)
|
/cts/tests/signature-tests/ |
run_unit_tests.sh | 30 elif [ "$HOST" == "Darwin" ]; then 31 OS="darwin-x86"
|
/external/chromium_org/third_party/freetype/src/base/ |
ftbase.h | 54 /* Mac OS X/Darwin kernel often changes recommended method to access */ 57 /* on Darwin VFS should be grouped and skip the rest methods after */
|
/external/chromium_org/tools/gyp/test/make_global_settings/basics/ |
gyptest-make_global_settings.py | 16 if sys.platform in ('linux2', 'darwin'): 32 elif sys.platform == 'darwin':
|
/external/chromium_org/tools/swig/ |
swig.py | 25 'darwin': 'mac', 33 'darwin': '-DSWIGMAC',
|
/external/clang/test/CodeGenCXX/ |
array-construction.cpp | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \ 3 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
|
array-operator-delete-call.cpp | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \ 3 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
|
constructor-conversion.cpp | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \ 3 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
|
constructor-template.cpp | 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s 4 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -S %s -o %t-32.s
|
convert-to-fptr.cpp | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \ 3 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
|
/external/clang/test/CodeGenObjC/ |
ivar-layout-no-optimize.m | 2 // RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-64.s 4 // RUN: %clang_cc1 -x objective-c++ -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-64.s
|
/external/clang/test/Driver/ |
save-temps.c | 1 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch x86_64 %s -### 2>&1 \ 8 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch i386 -arch x86_64 %s -### 2>&1 \
|
sysroot.c | 6 // Apple Darwin uses -isysroot as the syslib root, too. 13 // Check that honor --sysroot= over -isysroot, for Apple Darwin.
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
interception-in-shared-lib-test.cc | 3 // ../Darwin/interception-in-shared-lib-test.cc. 9 // this test with ../Darwin/interception-in-shared-lib-test.cc.
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
allow_user_segv.cc | 30 // On 32-bit Darwin KERN_PROTECTION_FAILURE (SIGBUS) is delivered. 33 // On 64-bit Darwin KERN_INVALID_ADDRESS (SIGSEGV) is delivered.
|
/external/compiler-rt/test/ubsan/ |
lit.common.cfg | 43 # Linux and Darwin only. 44 if config.host_os not in ['Linux', 'Darwin']:
|
/external/freetype/src/base/ |
ftbase.h | 54 /* Mac OS X/Darwin kernel often changes recommended method to access */ 57 /* on Darwin VFS should be grouped and skip the rest methods after */
|
/external/jemalloc/android/scripts/ |
README | 24 *-*-darwin*) 41 *-*-darwin*)
|
/external/libcxx/cmake/Modules/ |
GetTriple.cmake | 10 if (${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Darwin") 36 if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
|
Completed in 499 milliseconds
<<11121314151617181920>>