/aosp_15_r20/prebuilts/go/linux-x86/api/ |
D | go1.16.txt | 438 pkg syscall (linux-386), func AllThreadsSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintp… 439 pkg syscall (linux-386), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintp… 440 pkg syscall (linux-386), func Setegid(int) error 441 pkg syscall (linux-386), func Seteuid(int) error 442 pkg syscall (linux-386-cgo), func AllThreadsSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, u… 443 pkg syscall (linux-386-cgo), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, u… 444 pkg syscall (linux-386-cgo), func Setegid(int) error 445 pkg syscall (linux-386-cgo), func Seteuid(int) error 446 pkg syscall (linux-amd64), func AllThreadsSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uin… 447 pkg syscall (linux-amd64), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uin… [all …]
|
D | go1.17.txt | 66 pkg math (darwin-amd64), const MaxInt = 9223372036854775807 67 pkg math (darwin-amd64), const MaxUint = 18446744073709551615 68 pkg math (darwin-amd64), const MinInt = -9223372036854775808 69 pkg math (darwin-amd64-cgo), const MaxInt = 9223372036854775807 70 pkg math (darwin-amd64-cgo), const MaxUint = 18446744073709551615 71 pkg math (darwin-amd64-cgo), const MinInt = -9223372036854775808 72 pkg math (darwin-arm64), const MaxInt = 9223372036854775807 73 pkg math (darwin-arm64), const MaxUint = 18446744073709551615 74 pkg math (darwin-arm64), const MinInt = -9223372036854775808 75 pkg math (darwin-arm64-cgo), const MaxInt = 9223372036854775807 [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/platform/ |
D | supported.go | 2 // Use of this source code is governed by a BSD-style 5 //go:generate go test . -run=^TestGenerated$ -fix 20 // Race detector only supports 48-bit VMA on arm64. But it will always 21 // return true for arm64, because we don't have VMA size information during 26 return goarch == "amd64" || goarch == "ppc64le" || goarch == "arm64" || goarch == "s390x" 27 case "darwin": 28 return goarch == "amd64" || goarch == "arm64" 41 return goarch == "amd64" || goarch == "arm64" || goarch == "loong64" 54 …return goarch == "arm64" || goarch == "amd64" || goarch == "loong64" || goarch == "riscv64" || goa… 61 // ('go test -fuzz=.'). [all …]
|
D | zosarch.go | 1 // Code generated by go test internal/platform -fix. DO NOT EDIT. 9 // including known-broken ports. 15 {"android", "arm64"}, 16 {"darwin", "amd64"}, 17 {"darwin", "arm64"}, 22 {"freebsd", "arm64"}, 26 {"ios", "arm64"}, 31 {"linux", "arm64"}, 45 {"netbsd", "arm64"}, 49 {"openbsd", "arm64"}, [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/loopvar/ |
D | loopvar_test.go | 2 // Use of this source code is governed by a BSD-style 18 lvFlag string // ==-2, -1, 0, 1, 2 40 {"-1", "", 11, for_files[:1]}, 43 {"2", "loop variable i now per-iteration,", 0, for_files}, 45 {"-1", "", 11, range_files[:1]}, 48 {"2", "loop variable i now per-iteration,", 0, range_files}, 56 case "linux", "darwin": 58 t.Skipf("Slow test, usually avoid it, os=%s not linux or darwin", runtime.GOOS) 61 case "amd64", "arm64": 63 t.Skipf("Slow test, usually avoid it, arch=%s not amd64 or arm64", runtime.GOARCH) [all …]
|
/aosp_15_r20/external/bazelbuild-rules_go/go/private/ |
H A D | platforms.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 "darwin": "@platforms//os:osx", 32 "arm64": "@platforms//cpu:aarch64", 43 ("android", "arm64"), 44 ("darwin", "386"), 45 ("darwin", "amd64"), 46 ("darwin", "arm"), 47 ("darwin", "arm64"), 52 ("freebsd", "arm64"), 55 ("ios", "arm64"), [all …]
|
H A D | mode.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # Modes are documented in go/modes.rst#compilation-modes 25 LINKMODE_C_SHARED = "c-shared" 27 LINKMODE_C_ARCHIVE = "c-archive" 153 "darwin/arm64": None, 154 "ios/arm64": None, 175 "linux/arm64": None, 181 "android/arm64": None, 183 "darwin/amd64": None, 184 "darwin/arm64": None, [all …]
|
/aosp_15_r20/prebuilts/jdk/jdk21/ |
D | update.sh | 1 #!/bin/bash -ev 8 # $ repo upload --cbr prebuilts/jdk/jdk21 13 DARWIN_ZIP=/tmp/$$.darwin.zip 19 rm -rf staging 20 mkdir -p staging 22 $FETCH_ARTIFACT --bid ${BUILD_NUMBER} --disable_progressbar --target linux_openjdk21 jdk.zip ${LINU… 23 $FETCH_ARTIFACT --bid ${BUILD_NUMBER} --disable_progressbar --target darwin_openjdk21 jdk.zip ${DAR… 24 $FETCH_ARTIFACT --bid ${BUILD_NUMBER} --disable_progressbar --target darwin_aarch64_openjdk21 jdk.z… 25 $FETCH_ARTIFACT --bid ${BUILD_NUMBER} --disable_progressbar --target linux_openjdk21 manifest_${BUI… 27 rm -rf staging/linux-x86 [all …]
|
/aosp_15_r20/external/perfetto/tools/ |
H A D | install-build-deps | 8 # http://www.apache.org/licenses/LICENSE-2.0 41 # root (to avoid ending up with buildtools/protobuf/protobuf-1.2.3/... and have 43 # |target_os| is either 'darwin', 'linux', 'windows' or 'all' 44 # |target_arch| is either 'x64', 'arm64' or 'all' 67 'buildtools/mac/clang-format', 70 'buildtools/linux64/clang-format', 73 'buildtools/win/clang-format.exe', 80 # GN. From https://chrome-infra-packages.appspot.com/dl/gn/gn/. 84 'https://storage.googleapis.com/perfetto/gn-mac-1968-0725d782', 86 'darwin', 'x64'), [all …]
|
/aosp_15_r20/prebuilts/build-tools/ |
H A D | Android.bp | 2 default_applicable_licenses: ["prebuilts_build-tools_license"], 5 // Added automatically by a large-scale-change that took the approach of 18 // See: http://go/android-license-faq 20 name: "prebuilts_build-tools_license", 23 "SPDX-license-identifier-0BSD", 24 "SPDX-license-identifier-Apache-2.0", 25 "SPDX-license-identifier-BSD", 26 "SPDX-license-identifier-MIT", 27 "SPDX-license-identifier-PSF-2.0", 28 "SPDX-license-identifier-Zlib", [all …]
|
H A D | build-prebuilts.sh | 1 #!/bin/bash -ex 9 # http://www.apache.org/licenses/LICENSE-2.0 25 Darwin) 26 OS='darwin' 35 [[ ! -d ${TOP}/toolchain/go ]] || build_go=1 39 while getopts ":-:" opt; do 41 -) 45 skip-go) unset build_go ;; 46 skip-soong) unset build_soong ;; 47 skip-soong-tests) skip_soong_tests=--skip-soong-tests ;; [all …]
|
/aosp_15_r20/build/soong/android/ |
H A D | arch.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 38 arm64: { 39 // Host or device variants with arm64 architecture 50 // Host or device variants for 32-bit architectures 53 // Host or device variants for 64-bit architectures 73 // Linux host variants (using non-Bionic libc) 75 darwin: { 76 // Darwin host variants 82 // Non-windows host variants 93 // The type of the architecture (arm, arm64, x86, or x86_64). [all …]
|
/aosp_15_r20/external/clang/test/Driver/ |
H A D | instrprof-ld.c | 3 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 4 // RUN: -target i386-unknown-linux -fprofile-instr-generate \ 5 // RUN: -resource-dir=%S/Inputs/resource_dir \ 6 // RUN: --sysroot=%S/Inputs/basic_linux_tree \ 7 // RUN: | FileCheck --check-prefix=CHECK-LINUX-I386 %s 9 // CHECK-LINUX-I386: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}" 10 // CHECK-LINUX-I386: "{{.*}}/Inputs/resource_dir{{/|\\\\}}lib{{/|\\\\}}linux{{/|\\\\}}libclang_rt.p… 12 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 13 // RUN: -target x86_64-unknown-linux -fprofile-instr-generate \ 14 // RUN: -resource-dir=%S/Inputs/resource_dir \ [all …]
|
H A D | darwin-ld.c | 3 // RUN: %clang -target i386-apple-darwin9 -arch i386 -arch x86_64 %s -### -o foo 2> %t.log 4 // RUN: grep '".*ld.*" .*"-arch_multiple" "-final_output" "foo"' %t.log 7 // RUN: %clang -target i386-apple-darwin9 -### -g %s -o BAR 2> %t.log 8 // RUN: grep '".*dsymutil" "-o" "BAR.dSYM" "BAR"' %t.log 9 // RUN: %clang -target i386-apple-darwin9 -### -g -filelist FOO %s -o BAR 2> %t.log 10 // RUN: grep '".*dsymutil" "-o" "BAR.dSYM" "BAR"' %t.log 14 // RUN: %clang -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 %t.o 2> %t.log 15 // RUN: %clang -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 -dynamiclib %… 16 // RUN: %clang -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 -bundle %t.o … 17 // RUN: FileCheck -check-prefix=LINK_IPHONE_3_0 %s < %t.log [all …]
|
H A D | pic.c | 4 // CHECK-NO-PIC: "-mrelocation-model" "static" 5 // CHECK-NO-PIC-NOT: "-pic-level" 6 // CHECK-NO-PIC-NOT: "-pic-is-pie" 8 // CHECK-PIC1: "-mrelocation-model" "pic" 9 // CHECK-PIC1: "-pic-level" "1" 10 // CHECK-PIC1-NOT: "-pic-is-pie" 12 // CHECK-PIC2: "-mrelocation-model" "pic" 13 // CHECK-PIC2: "-pic-level" "2" 14 // CHECK-PIC2-NOT: "-pic-is-pie" 16 // CHECK-STATIC: "-static" [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/ |
D | test.go | 2 // Use of this source code is governed by a BSD-style 35 flag.BoolVar(&noRebuild, "no-rebuild", false, "overrides -rebuild (historical dreg)") 38 flag.BoolVar(&t.compileOnly, "compile-only", false, "compile tests, but don't run them") 47 xflagparse(-1) // any number of args 87 flush func() // if non-nil, called after cmd.Run 106 name string // unique test name; may be filtered with -run flag 132 if nlines := len(parts) - 1; nlines < 1 { 138 fatalf("the -run regular expression flag is mutually exclusive with test name arguments") 161 goInstall(toolenv(), gorootBinGo, append([]string{"-a"}, toolchain...)...) 166 // Ensure that installed commands are up to date, even with -no-rebuild, [all …]
|
D | main.go | 2 // Use of this source code is governed by a BSD-style 22 env [-p] print environment (-p: include $PATH) 24 list [-json] [-broken] list all supported platforms 25 test [-h] run Go test(s) 28 All commands take -v flags to emit extra information. 45 // main takes care of OS-specific startup and dispatches to xmain. 49 // provide -check-armv6k first, before checking for $GOROOT so that 51 if len(os.Args) > 1 && os.Args[1] == "-check-armv6k" { 60 // uname -m doesn't work under AIX 68 // Solaris and illumos systems have multi-arch userlands, and [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/private/ |
H A D | vendor_utils.bzl | 9 "buildifier-darwin-amd64": "sha256-d0YNlXr3oCi7GK223EP6ZLbgAGTkc+rINoq4pwOzp0M=", 10 "buildifier-darwin-arm64": "sha256-yZD0sDsn1qDYb/6TAUcypZwYurDE86TMVjS9OxYp/OM=", 11 "buildifier-linux-amd64": "sha256-VLfyzo8idhz60mRBbpEgVq6chkX1nrZYO4RrSGSh7oM=", 12 "buildifier-linux-arm64": "sha256-HZrx9pVqQ5/KKHii+/dguXyl3wD2aeXRlTvrDEYHrHE=", 13 "buildifier-windows-amd64.exe": "sha256-Mx2IPnyjbIu+KKHoUoqccRAvS+Yj+Tn6PSCk2PAEvqs=", 41 # buildifier: disable=unnamed-macro 53 constraint_values = ["@platforms//os:linux", "@platforms//cpu:arm64"], 65 constraint_values = ["@platforms//os:macos", "@platforms//cpu:arm64"], 78 ":linux_amd64": "@cargo_bazel.buildifier-linux-amd64//file", 79 ":linux_arm64": "@cargo_bazel.buildifier-linux-arm64//file", [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/tests/pypi/whl_installer/ |
H A D | wheel_test.py | 27 "an_osx_dep; sys_platform=='darwin'", 56 "an_osx_dep; sys_platform=='darwin'", 84 "m1_dep; sys_platform=='darwin' and platform_machine=='arm64'", 85 "mac_dep; sys_platform=='darwin'", 108 "a_mac_dep; sys_platform=='darwin'", 109 "m1_dep; sys_platform=='darwin' and platform_machine=='arm64'", 132 "m1_dep; sys_platform=='darwin' and platform_machine=='arm64'", 324 …c04b97981c06663384f45f28950a73d9acf840c4006d60d0a1ff/opencv_python-4.9.0.80-cp37-abi3-win32.whl.me… 330 …>=0.5.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64'", 331 "bar >=0.5.0 ; python_version >= '3.10' and platform_system == 'Darwin'", [all …]
|
/aosp_15_r20/external/compiler-rt/cmake/ |
H A D | config-ix.cmake | 15 check_cxx_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG) 16 check_cxx_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG) 17 check_cxx_compiler_flag(-fno-builtin COMPILER_RT_HAS_FNO_BUILTIN_FLAG) 18 check_cxx_compiler_flag(-fno-exceptions COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG) 19 check_cxx_compiler_flag(-fomit-frame-pointer COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG) 20 check_cxx_compiler_flag(-funwind-tables COMPILER_RT_HAS_FUNWIND_TABLES_FLAG) 21 check_cxx_compiler_flag(-fno-stack-protector COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG) 22 check_cxx_compiler_flag(-fno-sanitize=safe-stack COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG) 23 check_cxx_compiler_flag(-fvisibility=hidden COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG) 24 check_cxx_compiler_flag(-frtti COMPILER_RT_HAS_FRTTI_FLAG) [all …]
|
/aosp_15_r20/external/llvm/test/tools/dsymutil/ |
H A D | arch-option.test | 1 Processing of the -arch option happens at debug map parsing time, thus just 4 …-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib | FileCheck %s -check-… 5 …-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch all | FileCheck … 6 …-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch='*' | FileCheck … 7 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 | … 8 …vm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm | FileChec… 9 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch armv7 | … 10 …-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 -arch armv… 11 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm4… 12 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch i386… [all …]
|
/aosp_15_r20/external/libvpx/ |
H A D | configure | 5 ## This script is the front-end to the build system. It provides a similar 30 --cpu=CPU tune for the specified CPU (ARM: cortex-a8, X86: sse3) 31 --libc=PATH path to alternate libc 32 --size-limit=WxH max size to allow in the decoder 33 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred] 48 ${toggle_realtime_only} enable this option while building for real-time encoding 49 ${toggle_onthefly_bitpacking} enable on-the-fly bitpacking in real-time encoding 59 ${toggle_multi_res_encoding} enable multiple-resolution encoding 68 --disable-<codec> 70 --disable-<codec>-encoder [all …]
|
/aosp_15_r20/bionic/docs/ |
H A D | elf-tls.md | 4 [quick ELS TLS status summary](../android-changes-for-ndk-developers.md#elf-tls-available-for-api-l… 13 ELF TLS is a system for automatically allocating thread-local variables with cooperation among the 16 Thread-local variables are declared in C and C++ with a specifier, e.g.: 22 At run-time, TLS variables are allocated on a module-by-module basis, where a module is a shared 23 object or executable. At program startup, TLS for all initially-loaded modules comprises the "Static 25 architecture-specific thread pointer (TP) and can be accessed very efficiently -- typically just a 29 # Thread-Specific Memory Layout 32 architecture-specific thread-pointer ([`__get_tls()`] in Bionic): 34  36  [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/ |
H A D | arm64-memset-to-bzero.ll | 1 ; RUN: llc %s -mtriple=arm64-apple-darwin -o - | \ 2 ; RUN: FileCheck --check-prefix=CHECK-DARWIN --check-prefix=CHECK %s 3 ; RUN: llc %s -mtriple=arm64-linux-gnu -o - | \ 4 ; RUN: FileCheck --check-prefix=CHECK-LINUX --check-prefix=CHECK %s 5 ; <rdar://problem/14199482> ARM64: Calls to bzero() replaced with calls to memset() 20 ; CHECK-DARWIN: bzero 21 ; CHECK-LINUX: memset 30 ; CHECK-DARWIN: bzero 31 ; CHECK-LINUX: memset 55 ; CHECK-DARWIN: bzero [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/ |
D | race.bash | 3 # Use of this source code is governed by a BSD-style 9 set -e 12 …/amd64, linux/ppc64le, linux/arm64, linux/s390x, freebsd/amd64, netbsd/amd64, openbsd/amd64, darwi… 16 case $(uname -s -m) in 17 "Darwin x86_64") ;; 18 "Darwin arm64") ;; 29 if [ ! -f make.bash ]; then 33 . ./make.bash --no-banner 34 go install -race std 35 go tool dist test -race
|