Home
last modified time | relevance | path

Searched refs:archs (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/
H A D_osx_support.py275 """Remove any unsupported archs from config vars"""
315 """Allow override of all archs with ARCHFLAGS env var"""
456 and detection of unavailable archs is deferred
470 # Allow user to override all archs with ARCHFLAGS env var
493 # Allow user to override all archs with ARCHFLAGS env var
538 archs = re.findall(r'-arch\s+(\S+)', cflags)
539 archs = tuple(sorted(set(archs)))
541 if len(archs) == 1:
542 machine = archs[
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A D_manylinux.py53 def _have_compatible_abi(executable: str, archs: Sequence[str]) -> bool:
54 if "armv7l" in archs:
56 if "i686" in archs:
59 return any(arch in allowed_archs for arch in archs)
207 def platform_tags(archs: Sequence[str]) -> Iterator[str]:
210 :param archs: Sequence of compatible architectures.
218 if not _have_compatible_abi(sys.executable, archs):
222 if set(archs) & {"x86_64", "i686"}:
236 for arch in archs:
H A D_musllinux.py54 def platform_tags(archs: Sequence[str]) -> Iterator[str]:
57 :param archs: Sequence of compatible architectures.
68 for arch in archs:
H A Dtags.py483 archs = {"armv8l": ["armv8l", "armv7l"]}.get(arch, [arch])
484 yield from _manylinux.platform_tags(archs)
485 yield from _musllinux.platform_tags(archs)
486 for arch in archs:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DArchitectureSet.cpp52 std::vector<Architecture> archs; in operator std::vector() local
56 archs.emplace_back(arch); in operator std::vector()
58 return archs; in operator std::vector()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py31 def XcodeArchsVariableMapping(archs, archs_including_64_bit=None):
34 mapping = {"$(ARCHS_STANDARD)": archs}
64 def _ExpandArchs(self, archs, sdkroot):
68 for arch in archs:
82 def ActiveArchs(self, archs, valid_archs, sdkroot):
86 expanded_archs = self._ExpandArchs(archs or self._default, sdkroot or "")
659 archs = [arch]
662 archs = self.GetActiveArchs(self.configname)
663 if len(archs) != 1:
666 archs
[all...]
H A Dmsvs_emulation.py1193 archs = ("x86", "x64")
1196 for arch in archs:
1201 for arch in archs:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_emulation.py31 def XcodeArchsVariableMapping(archs, archs_including_64_bit=None):
34 mapping = {"$(ARCHS_STANDARD)": archs}
64 def _ExpandArchs(self, archs, sdkroot):
68 for arch in archs:
82 def ActiveArchs(self, archs, valid_archs, sdkroot):
86 expanded_archs = self._ExpandArchs(archs or self._default, sdkroot or "")
659 archs = [arch]
662 archs = self.GetActiveArchs(self.configname)
663 if len(archs) != 1:
666 archs
[all...]
H A Dmsvs_emulation.py1184 archs = ("x86", "x64")
1187 for arch in archs:
1192 for arch in archs:
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget.c114 } archs[] = { in target_parse() local
142 for (p = &archs[0]; p->name; p++) { in target_parse()
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py542 archs = list(ARCHITECTURES.keys())
546 choices=archs,
547 help="Tested CPU architecture. Choices: {}".format(archs),
629 if len(args[0]) > 0 and args[0] in archs:
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py415 self.archs = self.xcode_settings.GetActiveArchs(config_name)
416 if len(self.archs) > 1:
426 for arch in self.archs
481 if self.flavor == "mac" and len(self.archs) > 1:
484 for arch in self.archs:
517 if self.flavor != "mac" or len(self.archs) == 1:
524 elif self.flavor == "mac" and len(self.archs) > 1:
1032 if self.flavor != "mac" or len(self.archs) == 1:
1054 for arch in self.archs
1309 if self.flavor != "mac" or len(self.archs)
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py415 self.archs = self.xcode_settings.GetActiveArchs(config_name)
416 if len(self.archs) > 1:
426 for arch in self.archs
481 if self.flavor == "mac" and len(self.archs) > 1:
484 for arch in self.archs:
517 if self.flavor != "mac" or len(self.archs) == 1:
524 elif self.flavor == "mac" and len(self.archs) > 1:
1032 if self.flavor != "mac" or len(self.archs) == 1:
1054 for arch in self.archs
1309 if self.flavor != "mac" or len(self.archs)
[all...]
/third_party/node/deps/openssl/config/
H A DMakefile52 # Configure and generate openssl asm files for each archs
75 find archs \( -name \*.S -o -name \*.s -o -name \*.asm -o \
/third_party/zlib/
H A Dconfigure120 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
138 -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;;

Completed in 23 milliseconds