Searched
full:darwin (Results
576 -
600 of
3268) sorted by null
<<21222324252627282930>>
/cts/common/util/ |
run_unit_tests.sh | 31 elif [ "$HOST" == "Darwin" ]; then 32 OS="darwin-x86"
|
/cts/tools/tradefed-host/tests/ |
run_unit_tests.sh | 31 elif [ "$HOST" == "Darwin" ]; then 32 OS="darwin-x86"
|
/external/chromium_org/remoting/tools/ |
runclient.py | 23 elif platform.system() == "Darwin": # Darwin == MacOSX
|
/external/chromium_org/tools/clang/scripts/ |
package.sh | 97 if [ "$(uname -s)" = "Darwin" ]; then 110 if [ "$(uname -s)" = "Darwin" ]; then 116 if [ "$(uname -s)" = "Darwin" ]; then 137 if [ "$(uname -s)" = "Darwin" ]; then 139 # Release+Asserts/lib/clang/*/lib/darwin/libclang_rt.{asan,profile}_* 140 find "${LLVM_LIB_DIR}/clang" -type f -path '*lib/darwin*' \ 169 if [ "$(uname -s)" = "Darwin" ]; then 175 if [ "$(uname -s)" = "Darwin" ]; then
|
/external/clang/test/CodeGen/ |
arm-interrupt-attr.c | 1 // RUN: %clang_cc1 -triple thumb-apple-darwin -target-abi aapcs -target-cpu cortex-m3 -emit-llvm -o - %s | FileCheck %s 2 // RUN: %clang_cc1 -triple arm-apple-darwin -target-abi apcs-gnu -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-APCS
|
bmi2-builtins.c | 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +bmi2 -emit-llvm -o - | FileCheck %s 2 // RUN: %clang_cc1 %s -O3 -triple=i386-apple-darwin -target-feature +bmi2 -emit-llvm -o - | FileCheck %s --check-prefix=B32
|
/external/clang/test/CodeGenCXX/ |
constructor-for-array-members.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 - | \
|
ptr-to-member-function.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/ |
terminate.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.8 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITH 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.7 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITHOUT
|
/external/clang/test/Driver/ |
debug-options.c | 17 // RUN: %clang -### -c -g %s -target x86_64-apple-darwin 2>&1 \ 19 // RUN: %clang -### -c -g2 %s -target x86_64-apple-darwin 2>&1 \ 21 // RUN: %clang -### -c -g3 %s -target x86_64-apple-darwin 2>&1 \ 23 // RUN: %clang -### -c -ggdb %s -target x86_64-apple-darwin 2>&1 \ 25 // RUN: %clang -### -c -ggdb1 %s -target x86_64-apple-darwin 2>&1 \ 27 // RUN: %clang -### -c -ggdb3 %s -target x86_64-apple-darwin 2>&1 \ 40 // RUN: %clang -### -c -gline-tables-only %s -target x86_64-apple-darwin 2>&1 \ 48 // RUN: %clang -### -c -gline-tables-only -g %s -target x86_64-apple-darwin 2>&1 \
|
/external/clang/test/Lexer/ |
char-literal.cpp | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -Wfour-char-constants -fsyntax-only -verify %s 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c11 -x c -Wfour-char-constants -fsyntax-only -verify %s
|
/external/compiler-rt/test/profile/ |
lit.cfg | 44 # Profile tests are currently supported on Linux and Darwin only. 45 if config.host_os not in ['Linux', 'Darwin']:
|
/external/lldb/scripts/Python/ |
finish-swig-Python-LLDB.sh | 12 # these two files. On Darwin systems it searches in the LLDB.framework, as 13 # well as in all the normal Python search paths. On non-Darwin systems 25 # PYTHON_INSTALL_DIR is where non-Darwin systems want to put the .py and .so 67 if [ ${OS_NAME} = "Darwin" ] 243 if [ ${OS_NAME} = "Darwin" ] 247 ${SRC_ROOT}/examples/darwin/heap_find/heap.py" 260 cp "${SRC_ROOT}/examples/darwin/heap_find/heap/heap_find.cpp" "${heap_dir}" 261 cp "${SRC_ROOT}/examples/darwin/heap_find/heap/Makefile" "${heap_dir}"
|
/external/lldb/source/Plugins/ |
Makefile | 25 ifeq ($(HOST_OS),Darwin) 27 DIRS += DynamicLoader/MacOSX-DYLD DynamicLoader/Darwin-Kernel
|
/external/lldb/test/expression_command/call-function/ |
TestCallStdStringFunction.py | 21 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
/external/lldb/test/functionalities/abbreviation/ |
TestCommonShortSpellings.py | 16 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
/external/lldb/test/functionalities/breakpoint/breakpoint_command/ |
TestRegexpBreakCommand.py | 15 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
/external/lldb/test/functionalities/set-data/ |
TestSetData.py | 11 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
/external/lldb/test/functionalities/thread/ |
TestNumThreads.py | 15 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
/external/lldb/test/lang/c/strings/ |
TestCStrings.py | 12 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
/external/lldb/test/lang/cpp/signed_types/ |
TestSignedTypes.py | 16 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
/external/lldb/test/lang/objc/foundation/ |
TestRuntimeTypes.py | 11 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
/external/lldb/test/lang/objc/objc-ivar-stripped/ |
TestObjCIvarStripped.py | 13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
/external/lldb/test/lang/objc/radar-9691614/ |
TestObjCMethodReturningBOOL.py | 11 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
/external/lldb/test/linux/builtin_trap/ |
TestBuiltinTrap.py | 16 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
Completed in 1109 milliseconds
<<21222324252627282930>>