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

<<11121314151617181920>>

  /external/llvm/test/MC/MachO/ARM/
nop-thumb2-padding.s 1 @ RUN: llvm-mc -triple armv7-apple-darwin %s -filetype=obj -o %t.obj
  /external/qemu/
android-rebuild.sh 13 Darwin|FreeBsd)
  /external/valgrind/main/tests/
asm.h 3 // On Darwin, all symbols get an underscore prepended when compiled. If we
malloc.h 18 // Darwin lacks memalign, but its malloc is always 16-aligned anyway.
  /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):
102 info = self.make_info(fake_sys('darwin'), fake_platform('10.6.3'))
133 self.assertRaises(AssertionError, self.make_info, fake_sys('darwin'), fake_platform('10.4.3'))
134 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.5.1')).os_version, 'leopard')
135 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.6.1')).os_version, 'snowleopard')
136 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.7.1')).os_version, 'lion')
137 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.8.1')).os_version, 'mountainlion')
138 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.9.0')).os_version, 'mavericks')
139 self.assertEqual(self.make_info(fake_sys('darwin'), fake_platform('10.10.0')).os_version, 'future')
159 info = self.make_info(fake_sys('darwin'))
    [all...]
  /external/llvm/test/DebugInfo/X86/
DW_AT_location-reference.ll 1 ; RUN: llc -O1 -mtriple=x86_64-apple-darwin < %s | FileCheck -check-prefix=DARWIN %s
11 ; // This ref is not relocatable on Darwin, and is relocatable elsewhere.
27 ; DARWIN: DW_TAG_variable
28 ; DARWIN-NEXT: ## DW_AT_name
29 ; DARWIN-NEXT: .long Lset{{[0-9]+}}
30 ; DARWIN-NEXT: ## DW_AT_decl_file
31 ; DARWIN-NEXT: ## DW_AT_decl_line
32 ; DARWIN-NEXT: ## DW_AT_type
33 ; DARWIN-NEXT: Lset{{[0-9]+}} = Ldebug_loc{{[0-9]+}}-Lsection_debug_loc ## DW_AT_locatio
    [all...]
  /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 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
array-operator-delete-call.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
cast-conversion.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
constructor-default-arg.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
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 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
  /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 -O0 -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 -O0 -S %s -o %t-64.s
objc-read-weak-byref.m 2 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-64.s
4 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-32.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/lib/asan/lit_tests/TestCases/
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/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/libsepol/src/
private.h 8 #ifdef DARWIN
19 #ifdef DARWIN
  /external/llvm/test/Analysis/CostModel/X86/
div.ll 1 ; RUN: opt -mtriple=x86_64-apple-darwin -mcpu=core2 -cost-model -analyze < %s | FileCheck --check-prefix=SSE2 %s
2 ; RUN: opt -mtriple=x86_64-apple-darwin -mcpu=core-avx2 -cost-model -analyze < %s | FileCheck --check-prefix=AVX2 %s

Completed in 347 milliseconds

<<11121314151617181920>>