/aosp_15_r20/external/arm-trusted-firmware/docs/plat/arm/fvp/ |
H A D | index.rst | 5 ------------------------------------ 10 The latest version of the AArch64 build of TF-A has been tested on the following 12 (64-bit host machine only). 17 - ``Foundation_Platform`` 18 - ``FVP_Base_AEMv8A-AEMv8A-AEMv8A-AEMv8A-CCN502`` 19 - ``FVP_Base_AEMv8A-AEMv8A`` (For certain configurations also uses 11.14/21) 20 - ``FVP_Base_AEMv8A-GIC600AE`` 21 - ``FVP_Base_AEMvA`` (For certain configurations also uses 0.0/6684) 22 - ``FVP_Base_Cortex-A32x4`` (Version 11.12/38) 23 - ``FVP_Base_Cortex-A35x4`` [all …]
|
/aosp_15_r20/external/pytorch/.github/workflows/ |
H A D | generated-windows-binary-conda-nightly.yml | 3 # Template is at: .github/templates/windows_binary_build_workflow.yml.j2 5 name: windows-binary-conda 11 - nightly 13 # NOTE: Binary build pipelines should only get triggered on release candidate builds 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_conda/*' 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 [all …]
|
H A D | generated-windows-binary-wheel-nightly.yml | 3 # Template is at: .github/templates/windows_binary_build_workflow.yml.j2 5 name: windows-binary-wheel 11 - nightly 13 # NOTE: Binary build pipelines should only get triggered on release candidate builds 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_wheel/*' 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 [all …]
|
H A D | generated-windows-binary-libtorch-debug-nightly.yml | 3 # Template is at: .github/templates/windows_binary_build_workflow.yml.j2 5 name: windows-binary-libtorch-debug 11 - nightly 13 # NOTE: Binary build pipelines should only get triggered on release candidate builds 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_libtorch/*' 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 [all …]
|
H A D | generated-windows-binary-libtorch-release-nightly.yml | 3 # Template is at: .github/templates/windows_binary_build_workflow.yml.j2 5 name: windows-binary-libtorch-release 11 - nightly 13 # NOTE: Binary build pipelines should only get triggered on release candidate builds 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_libtorch/*' 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 [all …]
|
/aosp_15_r20/build/soong/cc/ |
H A D | binary.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 10 // distributed under the License is distributed on an "AS IS" BASIS, 18 "path/filepath" 26 // compile executable with -static 35 // if set, add an extra objcopy --prefix-symbols= step 41 // install symlinks to the binary. Symlink names will have the suffix and the binary 51 // binaries would be installed by default (in PRODUCT_PACKAGES) the other binary will be removed 55 …// Inject boringssl hash into the shared library. This is only intended for use by external/borin… 68 // cc_binary produces a binary that is runnable on a device. 74 // cc_binary_host produces a binary that is runnable on a host. [all …]
|
/aosp_15_r20/external/pigweed/targets/rp2040/py/rp2040_utils/ |
H A D | flasher.py | 8 # https://www.apache.org/licenses/LICENSE-2.0 11 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 20 from pathlib import Path 33 # If the script is being run through Bazel, our support binaries are provided 39 _PROBE_RS_COMMAND = r.Rlocation('probe_rs/probe-rs') 42 _PROBE_RS_COMMAND = 'probe-rs' 46 def flash(board_info: PicoBoardInfo, chip: str, binary: Path) -> bool: argument 47 """Load `binary` onto `board_info` and wait for the device to become 52 return _load_debugprobe_binary(board_info, chip, binary) 53 if not _load_picotool_binary(board_info, binary): [all …]
|
/aosp_15_r20/external/executorch/scripts/ |
H A D | check_binary_dependencies.py | 5 # This source code is licensed under the BSD-style license found in the 8 # pyre-strict 11 A script to help check binary dependencies and disallowed symbols in intermediate build files. 20 from pathlib import Path 32 # Project root, assuming this script is in `<root>/scripts/` 33 PROJECT_ROOT = Path(__file__).parent.parent.resolve() 67 """Symbol scraped from ELF binary object.""" 73 sources: List[Path] 80 def error(message: str) -> NoReturn: 86 def get_tool_output(args: List[str]) -> str: [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/plat/arm/fvp/ |
D | fvp-aemv8-base.rst | 7 The following ``FVP_Base_RevC-2xAEMv8A`` parameters should be used to boot Linux 8 with 8 CPUs using the AArch64 build of TF-A. 12 <path-to>/FVP_Base_RevC-2xAEMv8A \ 13 -C pctl.startup=0.0.0.0 \ 14 -C bp.secure_memory=1 \ 15 -C bp.tzc_400.diagnostics=1 \ 16 -C cluster0.NUM_CORES=4 \ 17 -C cluster1.NUM_CORES=4 \ 18 -C cache_state_modelled=1 \ 19 -C bp.secureflashloader.fname="<path-to>/<bl1-binary>" \ [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/linux/aarch64-unknown-linux-musl/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/linux/x86_64-unknown-linux-musl/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/bin/ |
D | hwasan_symbolize | 2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 12 #===------------------------------------------------------------------------===# 29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is 30 # important in case any symbols are non-ASCII. 32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout) 34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian, 35 # and only parses what is necessary to find the build ids. It uses a memoryview 51 return (size + alignment - 1) & ~(alignment - 1) [all …]
|
/aosp_15_r20/external/AFLplusplus/benchmark/ |
H A D | benchmark.py | 8 from pathlib import Path 21 source: Path 22 binary: Path 53 …Target(source=Path("../utils/persistent_mode/test-instr.c").resolve(), binary=Path("test-instr-per… 54 Target(source=Path("../test-instr.c").resolve(), binary=Path("test-instr")) 57 targets = [str(target.binary) for target in all_targets] 61 …"AFL_NO_UI": "1", "AFL_TRY_AFFINITY": "1", "PATH": f'{str(Path("../").resolve())}:{os.environ["PAT… 65 parser.add_argument("-b", "--basedir", help="directory to use for temp files", type=str, default="/… 66 parser.add_argument("-d", "--debug", help="show verbose debugging output", action="store_true") 67 parser.add_argument("-r", "--runs", help="how many runs to average results over", type=int, default… [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/private/ |
H A D | generate_utils.bzl | 1 """Utilities directly related to the `generate` step of `cargo-bazel`.""" 20 """Query network resources to locate a `cargo-bazel` binary 27 tuple(path, dict): The path to a `cargo-bazel` binary and the host sha256 pairing. 28 The pairing (dict) may be `None` if there is no need to update the attribute 35 …output = repository_ctx.path("cargo-bazel.exe" if "win" in repository_ctx.os.name else "cargo-baze… 37 # The `generator` attribute is the next highest priority behind 41 generator = repository_ctx.path(Label(repository_ctx.attr.generator)) 43 # Resolve a few levels of symlinks to ensure we're accessing the direct binary 84 build_file_template = "//:BUILD.{name}-{version}.bazel", 85 crate_label_template = "@{repository}__{name}-{version}//:{target}", [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/cargo/private/ |
H A D | cargo_bootstrap.bzl | 1 """The `cargo_bootstrap` rule is used for bootstrapping cargo binaries in a repository rule.""" 28 binary, 35 """A function for bootstrapping a cargo binary within a repository rule 39 cargo_bin (path): The path to a Cargo binary. 40 rustc_bin (path): The path to a Rustc binary. 41 binary (str): The binary to build (the `--bin` parameter for Cargo). 42 cargo_manifest (path): The path to a Cargo manifest (Cargo.toml file). 46 target_dir (path, optional): The directory in which to produce build outputs 47 (Cargo's --target-dir argument). 51 path: The path of the built binary within the target directory [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | expect.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 10 # distributed under the License is distributed on an "AS IS" BASIS, 40 foo.vert -> foo.vert.[extension] [similarly for .frag, .comp, etc.] 41 foo.glsl -> foo.[extension] 42 foo.unknown -> foo.[extension] 43 foo -> foo.[extension] 45 if filename[-5:] not in [ 64 """Checks that a given file exists and is not empty.""" 65 if not os.path.isfile(filename): 67 if not os.path.getsize(filename): [all …]
|