OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macosx
(Results
326 - 350
of
824
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/test/Object/
archive-move.test
11
RUN: cp %p/Inputs/
MacOSX
.a %t.a
/external/llvm/test/Transforms/IndVarSimplify/
widen-nsw.ll
3
target triple = "x86_64-apple-
macosx
"
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
no_superflous_induction_vars.ll
1
; RUN: opt -S -loop-reduce -mcpu=corei7-avx -mtriple=x86_64-apple-
macosx
< %s | FileCheck %s
/external/llvm/test/Transforms/LoopStrengthReduce/
lsr-expand-quadratic.ll
4
target triple = "x86_64-apple-
macosx
"
/external/llvm/test/Transforms/LoopVectorize/X86/
fp32_to_uint32-cost-model.ll
4
target triple = "x86_64-apple-
macosx
"
fp64_to_uint32-cost-model.ll
4
target triple = "x86_64-apple-
macosx
"
/ndk/tests/build/merge-string-literals/
build.sh
32
# from $NDK/toolchains because
MacOSX
doesn't have that by default.
/external/lldb/tools/debugserver/source/
ChangeLog
336
*
MacOSX
/MachThread.cpp (MachThread::MachThread): Improved logging.
344
*
MacOSX
/MachVMMemory.cpp (MachVMMemory::Read): Improved logging.
347
*
MacOSX
/MachProcess.cpp (MachProcess::GetState): Use new
377
*
MacOSX
/MachProcess.h (MachProcess::ThreadFunctionException): Removed.
380
*
MacOSX
/MachVMRegion.cpp (MachVMRegion::SetProtections): Improved
384
*
MacOSX
/MachException.cpp (catch_mach_exception_raise_state): Improved
395
*
MacOSX
/MachTask.cpp (MachTask::Suspend): Improved logging.
406
*
MacOSX
/MachThreadList.cpp (MachThreadList::UpdateThreadList): Improved
[
all
...]
/external/clang/test/Driver/
darwin-version.c
30
// RUN: %clang -target x86_64-apple-
macosx
-mmacosx-version-min=10.10 -c %s -### 2>&1 | \
33
// RUN: %clang -target x86_64-apple-
macosx
-mmacosx-version-min= -c %s -### 2>&1 | \
/external/compiler-rt/make/
AppleBI.mk
16
INSTALL_TARGET = install-
MacOSX
45
install-
MacOSX
: $(SYMROOT)/libcompiler_rt.dylib \
/external/lldb/examples/python/
disasm.py
5
# On
MacOSX
csh, tcsh:
7
# On
MacOSX
sh, bash:
/external/lldb/include/lldb/
lldb-types.h
38
// things should be defined. Currently
MacOSX
is being assumed by default
43
//
MacOSX
Types
/external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp
12
#if defined (__APPLE__) // This Plugin uses the Mac-specific source/Host/
macosx
/cfcpp utilities
38
#include "Host/
macosx
/cfcpp/CFCBundle.h"
111
case llvm::Triple::
MacOSX
:
301
// e.g. /Applications/Xcode.app//Contents/Developer/Platforms/
MacOSX
.platform/Developer/SDKs/MacOSX10.8.Internal.sdk
311
// e.g. /Applications/Xcode.app//Contents/Developer/Platforms/
MacOSX
.platform/Developer/SDKs/MacOSX10.8.Internal.sdk/System/Library/Extensions
356
::snprintf (pathbuf, sizeof (pathbuf), "%s/Platforms/
MacOSX
.platform/Developer/SDKs", developer_dir);
475
// /Applications/Xcode.app//Contents/Developer/Platforms/
MacOSX
.platform/Developer/SDKs
667
// source/Host/
macosx
/cfcpp utilities.
/external/llvm/test/CodeGen/X86/
rounding-ops.ll
1
; RUN: llc < %s -mtriple=x86_64-apple-
macosx
-mattr=+sse4.1 | FileCheck -check-prefix=CHECK-SSE %s
2
; RUN: llc < %s -mtriple=x86_64-apple-
macosx
-mattr=+avx | FileCheck -check-prefix=CHECK-AVX %s
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py
2
A number of function that enhance IDLE on
MacOSX
when it used as a normal
139
# on
MacOSX
. Adding command definition below does seem to do the
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py
2
A number of function that enhance IDLE on
MacOSX
when it used as a normal
139
# on
MacOSX
. Adding command definition below does seem to do the
/external/icu/icu4c/source/
runConfigureICU
51
MacOSX
Use the default compilers on MacOS X (Darwin)
52
MacOSX
/GCC Use the GNU gcc/g++ compilers on
MacOSX
(Darwin)
293
MacOSX
)
301
MacOSX
/GCC)
/external/clang/test/CodeGen/
visibility.c
75
__attribute__((availability(
macosx
,introduced=10.5,deprecated=10.6)))
/external/clang/test/CodeGenObjC/
metadata-symbols-32.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
predefined-expr.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 %s -emit-llvm -o - | FileCheck %s
/external/clang/test/CodeGenObjCXX/
block-var-layout.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=
macosx
-fragile-10.5 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
exceptions-legacy.mm
1
// RUN: %clang_cc1 -triple i386-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -fexceptions -fobjc-exceptions -O2 -o - %s | FileCheck %s
implicit-copy-assign-operator.mm
1
// RUN: %clang_cc1 -fobjc-gc -emit-llvm -triple x86_64-apple-darwin10.0.0 -fobjc-runtime=
macosx
-fragile-10.5 -o - %s | FileCheck %s -check-prefix=CHECK-OBJ
property-object-reference-2.mm
1
// RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-10.7 -emit-llvm -o - | FileCheck %s
property-reference.mm
1
// RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - | FileCheck %s
Completed in 284 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>