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

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 21 if sys.platform.startswith(('win', 'darwin', 'cygwin')):
  /sdk/emulator/opengl/host/libs/Translator/EGL/
Android.mk 11 ifeq ($(HOST_OS),darwin)
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk 19 ifeq ($(HOST_OS),darwin)
  /sdk/monitor/
monitor 38 if [[ "Darwin" == `uname` ]]; then
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-linux.h 63 // POSIX, but various sub-cases differ between Linux and Darwin.
202 // Are these POSIX? In Darwin they have an extra parameter 'position',
217 // These are Posix, but not necessarily syscalls. Darwin only supports
231 // These ones have different parameters and/or return values on Darwin.
239 // Posix, but in Darwin utime is a libc function that calls syscall utimes.
242 // On Darwin, off_t is 64-bits even on 32-bit platforms.
245 // Darwin (and probably other OSes) don't have the old_sigset_t type.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 29 if sys.platform == 'darwin':
68 if sys.platform[:6] == "darwin":
115 if sys.platform == 'darwin':
195 if sys.platform == 'darwin':
228 if sys.platform[:6] == "darwin":
252 if sys.platform == 'darwin':
270 if sys.platform == 'darwin' and (
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 29 if sys.platform == 'darwin':
68 if sys.platform[:6] == "darwin":
115 if sys.platform == 'darwin':
195 if sys.platform == 'darwin':
228 if sys.platform[:6] == "darwin":
252 if sys.platform == 'darwin':
270 if sys.platform == 'darwin' and (
  /external/valgrind/main/memcheck/tests/
origin1-yes.c 90 // - On Darwin, sbrk() is implemented via vm_allocate() which always zeroes
92 // for Darwin, but we add an extra printf on Darwin only so that it
93 // cannot be successfully matched on non-Darwin platforms.
101 // fprintf(stderr, "\n(no complaint; sbrk initialises memory on Darwin)\n");
  /external/qemu/android/build/
common.sh 85 Darwin)
86 OS=darwin-$CPU
112 # darwin-x86
113 # darwin-ppc
127 darwin-*) HOST_OS=darwin
183 darwin-x86_64) OS=darwin-x86 ;;
594 # "no <foo> in ..." (Darwin). Also, we need to redirect stderr
  /ndk/build/tools/
build-host-gcc.sh 53 darwin-x86
54 darwin-x86_64
72 On Darwin, the script will try to probe any compatibility SDK installed
75 --darwin-sdk-version=<version> name, where <version> can be one of 10.4, 10.5,
79 different compatibility minimum with --darwin-min-version.
81 If you want to build Darwin binaries on a non-Darwin machine, you will
151 if [ "$HOST_OS" = darwin ]; then
153 register_var_option "--darwin-sdk-version=<version>" DARWIN_SDK "Select Darwin SDK version.
    [all...]
build-llvm.sh 137 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
159 if [ "$DARWIN" = "yes" -o "$MINGW" = "yes" ]; then
168 if [ "$DARWIN" = "yes" ]; then
169 # To stop /usr/bin/install -s calls strip on darwin binary
230 if [ "$HOST_TAG32" = "darwin-x86" -o "$DARWIN" = "yes" ]; then # -a "$HOST_ARCH" = "x86"
259 if [ "$CHECK" = "yes" -a "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
292 if [ "$TOOLCHAIN" = "llvm-$DEFAULT_LLVM_VERSION" -a "$DARWIN" != "yes" ] ; then
328 if [ "$CHECK" = "yes" -a "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
ndk-common.sh 247 Darwin)
248 HOST_OS=darwin
280 if [ "$HOST_OS" = darwin ] ; then
295 linux-x86_64|darwin-x86_64)
296 ## On Linux or Darwin, a 64-bit kernel doesn't mean that the user-land
300 ## Note that on Darwin, a single executable can contain both x86 and
301 ## x86_64 machine code, so just look for x86_64 (darwin) or x86-64 (Linux)
306 if [ "$HOST_OS" = "darwin" ]; then
330 # darwin
343 # darwin-x8
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_pth.h 94 #if defined(DARWIN)
141 || defined(VMS) || defined(NTO) || defined(DARWIN) \
194 || defined(DARWIN)
201 #if defined(DARWIN)
255 || defined(BSDI) || defined(DARWIN) || defined(UNIXWARE) /* XXX */
288 || defined(BSDI) || defined(NTO) || defined(DARWIN) \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 136 sys.platform = 'darwin'
137 self._set_uname(('Darwin', 'macziade', '8.11.1',
138 ('Darwin Kernel Version 8.11.1: '
157 self._set_uname(('Darwin', 'macziade', '8.11.1',
158 ('Darwin Kernel Version 8.11.1: '
279 @unittest.skipUnless(sys.platform == "darwin", "test only relevant on MacOSX")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 136 sys.platform = 'darwin'
137 self._set_uname(('Darwin', 'macziade', '8.11.1',
138 ('Darwin Kernel Version 8.11.1: '
157 self._set_uname(('Darwin', 'macziade', '8.11.1',
158 ('Darwin Kernel Version 8.11.1: '
279 @unittest.skipUnless(sys.platform == "darwin", "test only relevant on MacOSX")
  /external/valgrind/main/helgrind/
hg_intercepts.c 48 // DDD: for Darwin, need to have non-"@*"-suffixed versions for all pthread
50 // Note also, in the comments and code below, all Darwin symbols start
226 // darwin: pthread_create
227 // darwin: pthread_create_suspended_np (trapped)
307 // darwin: pthread_join
308 // darwin: pthread_join$NOCANCEL$UNIX2003
309 // darwin pthread_join$UNIX2003
405 // darwin: pthread_mutex_init
444 // darwin: pthread_mutex_destroy
473 // darwin: pthread_mutex_loc
    [all...]
  /external/qemu/
Makefile.common 143 # NOTE: only linux and darwin in non-standalone mode is supported, because
146 ifneq ($(filter linux darwin,$(HOST_OS)),)
154 endif # HOST_OS == linux || darwin
291 ifneq ($(filter linux darwin,$(HOST_OS)),)
299 endif # HOST_OS == linux || darwin
324 ifeq ($(HOST_OS),darwin)
502 ifeq ($(HOST_OS),darwin)
603 ifneq ($(filter linux darwin,$(HOST_OS)),)
623 endif # HOST_OS == linux || darwin
632 # the Darwin linker doesn't support -Wl,--whole-archive or equivalent :-
    [all...]
  /external/bison/m4/
nocrash.m4 56 /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
75 See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
  /external/chromium_org/chrome/test/functional/
pyauto_functional.py 55 elif sys.platform.startswith('darwin'):
90 if sys.platform.startswith('darwin') and sys.maxint > 2**32:
  /external/clang/test/CodeGenCXX/
conversion-function.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s
3 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -S %s -o %t-32.s
copy-assign-synthesis-1.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/
arc-captured-block-var-inlined-layout.m 1 // RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -triple x86_64-apple-darwin -O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
3 // RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -triple i386-apple-darwin -O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-32.layout
  /external/clang/tools/libclang/
Makefile 40 ifeq ($(HOST_OS),Darwin)
53 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/compiler-rt/lib/asan/lit_tests/
lit.cfg 88 # AddressSanitizer tests are currently supported on Linux and Darwin only.
89 if config.host_os not in ['Linux', 'Darwin']:
  /external/compiler-rt/make/platform/
clang_darwin.mk 7 Description := Static runtime libraries for clang/Darwin.
18 -isysroot $(ProjSrcRoot)/SDKs/darwin \
36 # still be referenced from Darwin system headers. This symbol is only ever
79 # Darwin 10.6 has a bug in cctools that makes it unable to use ranlib on our ARM
121 OSX_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
122 IOS_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
123 IOS6_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
124 IOSSIM_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin

Completed in 1347 milliseconds

<<31323334353637383940>>