Home
last modified time | relevance | path

Searched refs:archs (Results 1 – 25 of 62) sorted by relevance

123

/external/python/cpython3/Lib/
D_osx_support.py468 archs = re.findall(r'-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/python/cpython2/Lib/
D_osx_support.py468 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/tensorflow/tensorflow/contrib/makefile/
Dcompile_nsync.sh88 default) archs="$default_ios_arch";;
89 *) archs="$target_arch";;
93 default) archs="$default_android_arch";;
94 *) archs="$target_arch";;
97 *) archs="$target_arch";;
104 for arch in $archs; do
/external/capstone/suite/
Dtest_mc.py85 archs = {
153 md = Cs(archs[arch], modes[mode])
226 mc_output = run_mc(archs[arch], code, ['-triple=thumbv8'], mc_option)
228 mc_output = run_mc(archs[arch], code, ['-triple=mips64el', '-mcpu=mips64r2'], mc_option)
230 mc_output = run_mc(archs[arch], code, mc_modes[(arch, mode)], mc_option)
DREADME24 This simple script disassembles random code for all archs (or selected arch)
/external/syzkaller/prog/
Dprog_test.go118 var archs []string
121 archs = append(archs, target.Arch)
124 for _, arch := range archs {
130 for _, crossArch := range archs {
/external/u-boot/arch/arc/
Dconfig.mk44 PLATFORM_CPPFLAGS += -mcpu=archs
48 PLATFORM_CPPFLAGS += -mcpu=archs
/external/clang/tools/scan-build-py/tests/unit/
Dtest_runner.py283 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/
Dmerge_ios_libs50 archs = [arch for arch in os.listdir(lib_base_dir)
68 if len(paths) < len(archs):
/external/compiler-rt/cmake/Modules/
DCompilerRTUtils.cmake81 set(archs ${${out_var}}) variable
85 list(APPEND archs ${arch})
88 set(${out_var} ${archs} PARENT_SCOPE)
DCompilerRTDarwinUtils.cmake35 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/cpython3/Mac/BuildScript/
DREADME.txt19 --universal-archs=32-bit \
54 --universal-archs=intel \
103 --universal-archs=32-bit \
182 --universal-archs=all
194 Other ``--universal-archs`` options are ``64-bit`` (``x86_64``, ``ppc64``),
/external/syzkaller/sys/targets/
Dtargets.go278 for OS, archs := range List {
279 for arch, target := range archs {
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/ARM/
Dfat-threading.test3 # ensures that things don't break when processing multiple archs.
/external/python/cpython2/Mac/BuildScript/
DREADME.txt36 --universal-archs=32-bit \
72 --universal-archs=intel \
160 --universal-archs=all
172 Other ``--universal-archs`` options are ``64-bit`` (``x86_64``, ``ppc64``),
/external/capstone/
DCOMPILE_CMAKE.TXT20 SystemZ, X86 & XCore), if you just need several selected archs, run "cmake"
21 with the unwanted archs disabled (set to 0) as followings.
/external/syzkaller/sys/syz-sysgen/
Dsysgen.go62 for OS, archs := range targets.List {
77 for _, target := range archs {
/external/capstone/bindings/python/pyx/
Dccapstone.pyx318 archs = { "arm": capstone.CS_ARCH_ARM, "arm64": capstone.CS_ARCH_ARM64, \
324 keys = archs.keys()
327 if cc.cs_support(archs[k]):
/external/perfetto/src/protozero/
Dmessage.cc27 #error Unimplemented for big endian archs.
Dproto_decoder.cc30 #error Unimplemented for big endian archs.
/external/capstone/bindings/python/capstone/
D__init__.py905 archs = { "arm": CS_ARCH_ARM, "arm64": CS_ARCH_ARM64, \
910 keys = archs.keys()
912 if cs_support(archs[k]):
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst1109 This is controlled by the configure argument ``--with-universal-archs``:
1111 - ``--with-universal-archs=all``: install 4-way universal
1113 - ``--with-universal-archs=32-bit``: install 2-way universal, 32-bit (the
1116 - ``--with-universal-archs=64-bit``: install 2-way universal, 64-bit
/external/u-boot/doc/
DREADME.clang2 almost all archs rely on storing gd in a global register and clang user
/external/python/cpython3/Mac/
DREADME59 * ``--with-universal-archs=VALUE``
112 using the configure option ``--with-universal-archs=VALUE``. The following
133 following combinations of SDKs and universal-archs flavors are available:
/external/python/cpython2/Mac/
DREADME59 * ``--with-universal-archs=VALUE``
112 using the configure option ``--with-universal-archs=VALUE``. The following
135 following combinations of SDKs and universal-archs flavors are available:

123