HomeSort by relevance Sort by last modified time
    Searched refs:darwin (Results 1 - 25 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 3 /*--- Private syscalls header for Darwin. priv_syswrap-darwin.h ---*/
36 // syswrap-darwin.c
59 // old = the syscall no longer exists in Darwin
60 DECL_TEMPLATE(darwin, exit); // 1
77 DECL_TEMPLATE(darwin, getfsstat); // 18
85 DECL_TEMPLATE(darwin, ptrace); // 26
86 DECL_TEMPLATE(darwin, recvmsg); // 27
87 DECL_TEMPLATE(darwin, sendmsg); // 28
88 DECL_TEMPLATE(darwin, recvfrom); // 2
    [all...]
  /external/llvm/test/MC/AsmParser/
directive_thread_init_func.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
directive_tbss.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
directive_space.s 1 # RUN: llvm-mc -triple i386-apple-darwin %s | FileCheck %s
directive_tdata.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
directive_tlv.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
  /sdk/build/
tools.darwin.atree 30 prebuilts/tools/darwin-x86/swt/swt.jar tools/lib/x86/swt.jar
31 prebuilts/tools/darwin-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar
36 prebuilts/tools/darwin-x86/jetcreator/libEASLIb.dylib tools/Jet/JetCreator/libEASLIb.dylib
  /external/llvm/test/MC/ARM/
thumb-nop.s 1 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V6
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V7
hilo-16bit-relocations.s 1 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
2 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
arm-it-block.s 1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
neon-vswp.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
  /sdk/emulator/opengl/tests/translator_tests/MacCommon/
Android.mk 3 ifeq ($(HOST_OS),darwin)
13 endif # HOST_OS == darwin
  /external/llvm/test/MC/MachO/ARM/
nop-armv4-padding.s 1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
nop-armv6t2-padding.s 1 @ RUN: llvm-mc -triple armv6t2-apple-darwin %s -filetype=obj -o %t.obj
relax-thumb2-branches.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/connectivity/network/BasicNetworkDemo/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/connectivity/network/NetworkConnect/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/content/contacts/BasicContactables/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/content/multiuser/AppRestrictions/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/input/gestures/BasicGestureDetect/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/input/multitouch/BasicMultitouch/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/media/BasicMediaRouter/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then

Completed in 4775 milliseconds

1 2 3 4 5 6 7 8 91011