Home
last modified time | relevance | path

Searched full:archs (Results 1 – 25 of 2862) sorted by relevance

12345678910>>...115

/aosp_15_r20/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp25 MachODebugMapParser(StringRef BinaryPath, ArrayRef<std::string> Archs, in MachODebugMapParser() argument
27 : BinaryPath(BinaryPath), Archs(Archs.begin(), Archs.end()), in MachODebugMapParser()
43 SmallVector<StringRef, 1> Archs; member in __anon03be28260111::MachODebugMapParser
287 static bool shouldLinkArch(SmallVectorImpl<StringRef> &Archs, StringRef Arch) { in shouldLinkArch() argument
288 if (Archs.empty() || in shouldLinkArch()
289 std::find(Archs.begin(), Archs.end(), "all") != Archs.end() || in shouldLinkArch()
290 std::find(Archs.begin(), Archs.end(), "*") != Archs.end()) in shouldLinkArch()
294 std::find(Archs.begin(), Archs.end(), "arm") != Archs.end()) in shouldLinkArch()
301 return std::find(Archs.begin(), Archs.end(), ArchName) != Archs.end(); in shouldLinkArch()
314 if (shouldLinkArch(Archs, Binary->getArchTriple().getArchName())) in dumpStab()
[all …]
/aosp_15_r20/external/compiler-rt/lib/asan/
H A DCMakeLists.txt80 ARCHS ${ASAN_SUPPORTED_ARCH}
87 ARCHS ${ASAN_SUPPORTED_ARCH}
91 ARCHS ${ASAN_SUPPORTED_ARCH}
95 ARCHS ${ASAN_SUPPORTED_ARCH}
101 ARCHS ${ASAN_SUPPORTED_ARCH}
115 ARCHS ${ASAN_SUPPORTED_ARCH}
137 ARCHS ${ASAN_SUPPORTED_ARCH}
147 ARCHS ${ASAN_SUPPORTED_ARCH}
156 ARCHS ${ASAN_SUPPORTED_ARCH}
179 ARCHS ${arch}
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
D_osx_support.py221 """Remove any unsupported archs from config vars"""
261 """Allow override of all archs with ARCHFLAGS env var"""
386 and detection of unavailable archs is deferred
400 # Allow user to override all archs with ARCHFLAGS env var
423 # Allow user to override all archs with ARCHFLAGS env var
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'):
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
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[0]
543 elif archs == ('arm64', 'x86_64'):
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
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[0]
543 elif archs == ('arm64', 'x86_64'):
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
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[0]
543 elif archs == ('arm64', 'x86_64'):
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
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[0]
543 elif archs == ('arm64', 'x86_64'):
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
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[0]
543 elif archs == ('arm64', 'x86_64'):
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
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[0]
543 elif archs == ('arm64', 'x86_64'):
[all …]
/aosp_15_r20/external/compiler-rt/lib/ubsan/
H A DCMakeLists.txt48 ARCHS ${UBSAN_COMMON_SUPPORTED_ARCH}
56 ARCHS ${UBSAN_SUPPORTED_ARCH}
63 ARCHS ${UBSAN_SUPPORTED_ARCH}
74 ARCHS ${UBSAN_COMMON_SUPPORTED_ARCH}
78 ARCHS ${UBSAN_COMMON_SUPPORTED_ARCH}
84 ARCHS ${UBSAN_SUPPORTED_ARCH}
90 ARCHS ${UBSAN_SUPPORTED_ARCH}
100 ARCHS ${UBSAN_SUPPORTED_ARCH}
109 ARCHS ${ARCHS_FOR_SYMBOLS}
113 ARCHS ${ARCHS_FOR_SYMBOLS}
/aosp_15_r20/external/crosvm/tools/
H A Dtestvm50 ARCHS = testvm.ARCH_OPTIONS variable
53 @argh.arg("--arch-list", "--arch", nargs="*", type=str, default=ARCHS, choices=ARCHS)
80 @argh.arg("--arch-list", "--arch", nargs="*", type=str, default=ARCHS, choices=ARCHS)
91 @argh.arg("--arch-list", "--arch", nargs="*", type=str, default=ARCHS, choices=ARCHS)
103 @argh.arg("--arch-list", "--arch", nargs="*", type=str, default=ARCHS, choices=ARCHS)
136 @argh.arg("--arch-list", "--arch", nargs="*", type=str, default=ARCHS, choices=ARCHS)
/aosp_15_r20/external/musl/
H A DWHATSNEW26 in preparation for porting to x86_64 and other archs.
143 is not readable, or on archs (not yet supported) that forbid
658 - ioperm/iopl syscall wrappers on archs that support these operations
678 - only use expensive -ffloat-store cflag on archs/compilers that need it
778 - broken sysvipc *ctl functions on 64-bit archs
779 - broken shmdt on some archs
916 - epoll struct alignment wrong on non-x86[_64] archs
933 - math optimizations for archs with extended precision (i386)
968 - PIE support on all supported archs
969 - named sub-archs for endian and float ABI variants
[all …]
/aosp_15_r20/external/pytorch/torch/testing/_internal/opinfo/definitions/
H A Dfft.py128 # CUDA supports Half/ComplexHalf Precision FFT only on SM53 or later archs
149 # CUDA supports Half/ComplexHalf Precision FFT only on SM53 or later archs
181 # CUDA supports Half/ComplexHalf Precision FFT only on SM53 or later archs
203 # CUDA supports Half/ComplexHalf Precision FFT only on SM53 or later archs
234 # CUDA supports Half/ComplexHalf Precision FFT only on SM53 or later archs
278 # CUDA supports Half/ComplexHalf Precision FFT only on SM53 or later archs
315 # CUDA supports Half/ComplexHalf Precision FFT only on SM53 or later archs
336 # CUDA supports Half/ComplexHalf Precision FFT only on SM53 or later archs
359 # CUDA supports Half/ComplexHalf Precision FFT only on SM53 or later archs
390 # CUDA supports Half/ComplexHalf Precision FFT only on SM53 or later archs
[all …]
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/
H A Dupdate_dependencies.py52 'archs': _HOST_ARCH,
57 'archs': _DEVICE_ARCHS,
62 'archs': _HOST_ARCH,
67 'archs': _DEVICE_ARCHS,
72 'archs': _HOST_ARCH,
139 archs = dep_info.get('archs', [])
140 for a in archs:
/aosp_15_r20/external/webrtc/android_tools/
H A Dgenerate_bp.py60 ARCHS = sorted(ARCH_NAME_MAP.keys()) variable
233 for a in ARCHS:
268 for a in ARCHS:
277 for a in ARCHS:
318 for arch_name in ARCHS:
452 # We only care about enabled archs
508 for a in ARCHS:
518 for a in ARCHS:
536 # With the same disabled archs there is no need to move dependencies
543 for a in ARCHS:
[all …]
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/bucketize/
H A Dpartitioner.go102 archs := make([]*zip.Writer, 0, len(ws))
104 archs = append(archs, zip.NewWriter(w))
106 typeToArchs[t] = archs
228 archs, ok := ps.typedOutput[fqn.Type]
232 shard := ps.sharder(fqn.String(), len(archs))
233 if shard > len(archs) || 0 > shard {
234 …f("%v: bad sharder f(%v, %d) -> %d must be [0,%d)", ps.sharder, fqn, len(archs), shard, len(archs))
236 return archs[shard], nil
/aosp_15_r20/external/trusty/musl/
DWHATSNEW26 in preparation for porting to x86_64 and other archs.
143 is not readable, or on archs (not yet supported) that forbid
658 - ioperm/iopl syscall wrappers on archs that support these operations
678 - only use expensive -ffloat-store cflag on archs/compilers that need it
778 - broken sysvipc *ctl functions on 64-bit archs
779 - broken shmdt on some archs
916 - epoll struct alignment wrong on non-x86[_64] archs
933 - math optimizations for archs with extended precision (i386)
968 - PIE support on all supported archs
969 - named sub-archs for endian and float ABI variants
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dmain.go109 var archs []arch var
145 sort.Sort(ArchsByName(archs))
160 for _, a := range archs {
200 for _, a := range archs {
210 for _, a := range archs {
221 for _, a := range archs {
233 for _, a := range archs {
248 for _, a := range archs {
262 for _, a := range archs {
421 for _, a := range archs {
[all …]
/aosp_15_r20/external/webrtc/tools_webrtc/android/
H A Dbuild_aar.py222 def GenerateLicenses(output_dir, build_dir, archs): argument
224 [_GetOutputDirectory(build_dir, arch) for arch in archs], TARGETS)
228 def BuildAar(archs, argument
242 for arch in archs:
248 CollectCommon(aar_file, build_dir, archs[0])
249 for arch in archs:
253 GenerateLicenses(license_dir, build_dir, archs)
/aosp_15_r20/external/perfetto/tools/
H A Droll-prebuilts57 'archs': ALL_ARCHS
61 'archs': ALL_ARCHS
65 'archs': UNIX_ARCHS
117 def update_manifest(git_revision, tool_name, archs): argument
121 archs))
151 update_manifest(git_revision, spec['tool'], spec['archs'])
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DCMakeLists.txt94 ARCHS ${FUZZER_SUPPORTED_ARCH}
102 ARCHS ${FUZZER_SUPPORTED_ARCH}
109 ARCHS ${FUZZER_SUPPORTED_ARCH}
117 ARCHS ${FUZZER_SUPPORTED_ARCH}
125 ARCHS ${FUZZER_SUPPORTED_ARCH}
133 ARCHS ${FUZZER_SUPPORTED_ARCH}
/aosp_15_r20/external/compiler-rt/lib/tsan/
H A DCMakeLists.txt114 ARCHS ${TSAN_SUPPORTED_ARCH}
124 ARCHS ${TSAN_SUPPORTED_ARCH}
168 ARCHS ${arch}
177 ARCHS ${arch}
184 ARCHS ${arch}
187 ARCHS ${arch}
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
H A DArchitectureSet.cpp19 ArchitectureSet::ArchitectureSet(const std::vector<Architecture> &Archs) in ArchitectureSet() argument
21 for (auto Arch : Archs) { in ArchitectureSet()
53 std::vector<Architecture> archs; in operator std::vector<Architecture>() local
57 archs.emplace_back(arch); in operator std::vector<Architecture>()
59 return archs; in operator std::vector<Architecture>()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DArchitectureSet.cpp18 ArchitectureSet::ArchitectureSet(const std::vector<Architecture> &Archs) in ArchitectureSet() argument
20 for (auto Arch : Archs) { in ArchitectureSet()
52 std::vector<Architecture> archs; in operator std::vector<Architecture>() local
56 archs.emplace_back(arch); in operator std::vector<Architecture>()
58 return archs; in operator std::vector<Architecture>()
/aosp_15_r20/external/crosvm/jail/seccomp/
H A Dgen_android.sh161 local archs=("$@")
163 for arch in ${archs[@]}; do
216 local archs=("$@")
218 for arch in ${archs[@]}; do
238 local archs=("$@")
240 for arch in ${archs[@]}; do

12345678910>>...115