/external/python/cpython2/Lib/ |
D | _osx_support.py | 468 archs = re.findall('-arch\s+(\S+)', cflags) 469 archs = tuple(sorted(set(archs))) 471 if len(archs) == 1: 472 machine = archs[0] 473 elif archs == ('i386', 'ppc'): 475 elif archs == ('i386', 'x86_64'): 477 elif archs == ('i386', 'ppc', 'x86_64'): 479 elif archs == ('ppc64', 'x86_64'): 481 elif archs == ('i386', 'ppc', 'ppc64', 'x86_64'): 485 "Don't know machine value for archs=%r" % (archs,))
|
/external/clang/tools/scan-build-py/tests/unit/ |
D | test_runner.py | 283 def flags(archs): argument 285 input = {'flags': [], 'arch_list': archs} 295 def stop(archs): argument 297 input = {'flags': [], 'arch_list': archs}
|
/external/webrtc/talk/build/ |
D | merge_ios_libs | 50 archs = [arch for arch in os.listdir(lib_base_dir) 68 if len(paths) < len(archs):
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTUtils.cmake | 81 set(archs ${${out_var}}) variable 85 list(APPEND archs ${arch}) 88 set(${out_var} ${archs} PARENT_SCOPE)
|
D | CompilerRTDarwinUtils.cmake | 35 string(REGEX MATCH "configured to support archs: ([^\n]+)" 58 set(archs ${ARGN}) variable 74 list(REMOVE_ITEM archs "x86_64h") 78 foreach(arch ${archs})
|
/external/python/cpython2/Mac/BuildScript/ |
D | README.txt | 28 --universal-archs=32-bit \ 64 --universal-archs=intel \ 152 --universal-archs=all 164 Other ``--universal-archs`` options are ``64-bit`` (``x86_64``, ``ppc64``),
|
/external/valgrind/docs/internals/ |
D | directory-structure.txt | 44 cases for different archs/OSes/platforms. It's pretty straightforward.
|
D | release-HOWTO.txt | 88 * Check valgrind-listener works on all archs, also connecting to it 89 from all archs.
|
D | porting-HOWTO.txt | 64 as necessary, updating the other archs appropriately.
|
D | t-chaining-notes.txt | 76 All archs must use these the same; no more ad-hoc control transfer
|
/external/syslinux/core/lwip/doc/ |
D | contrib.txt | 43 is to NOT touch archs you can't test and let maintainers take care of them.
|
/external/python/cpython2/Mac/ |
D | README | 57 * ``--with-universal-archs=VALUE`` 113 specified using the option ``--with-universal-archs=VALUE``. The following 132 following combinations of SDKs and universal-archs flavors are available:
|
/external/compiler-rt/cmake/ |
D | base-config-ix.cmake | 119 elseif(NOT APPLE) # Supported archs for Apple platforms are generated later
|
/external/compiler-rt/lib/builtins/ |
D | CMakeLists.txt | 375 # macho_embedded archs
|
/external/syslinux/gpxe/src/ |
D | Makefile.housekeeping | 252 archs :
|
/external/zlib/src/ |
D | configure | 120 -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;;
|
/external/python/cpython2/Modules/zlib/ |
D | configure | 120 -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;;
|
/external/python/cpython2/ |
D | setup.py | 1849 archs = re.findall('-arch\s+(\w+)', cflags) 1859 if a in archs:
|
D | configure.ac | 159 AC_MSG_CHECKING(for --with-universal-archs) 160 AC_ARG_WITH(universal-archs, 161 …AS_HELP_STRING([--with-universal-archs=ARCH], [select architectures for universal build ("32-bit",… 168 AC_MSG_ERROR([--with-universal-archs without --enable-universalsdk. See Mac/README])
|
/external/autotest/client/common_lib/ |
D | utils.py | 1127 archs = { 1135 for a, regex in archs.iteritems():
|
/external/autotest/client/profilers/lockmeter/ |
D | patch.2.6.14-lockmeter-1.gz |
|
/external/hyphenation-patterns/en-US/ |
D | ushyphex.tex | 670 mon-archs
|
D | hyph-en-us.hyp.txt | 671 mon-archs
|
/external/strace/ |
D | NEWS | 904 * Get stat structure properly on Linux 64bit archs
|
/external/python/cpython2/Misc/ |
D | NEWS | 3886 ppc64 archs when they are not available. 5850 - Issue #9164: Ensure sysconfig handles dupblice archs while building on OSX 8779 - Add 2 new options to ``--with-universal-archs`` on MacOSX: ``intel`` builds a 9995 This is controlled by the configure argument ``--with-universal-archs``: 9997 - ``--with-universal-archs=all``: install 4-way universal 9999 - ``--with-universal-archs=32-bit``: install 2-way universal, 32-bit (the default) 10001 - ``--with-universal-archs=64-bit``: install 2-way universal, 64-bit
|