/aosp_15_r20/external/bazelbuild-rules_rust/rust/ |
H A D | known_shas.bzl | 7 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.gz": "9d91fb3ee868421fbf8f4ed62cb7ee843dc6a1e… 8 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.xz": "344ff43655bb61a31eb7b13c4120b2676b95bda… 9 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.gz": "0a606c94eb712e53cabb0a1d7c68412b39a76d7… 10 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.xz": "d15292144b3fb332b6d7716e38fa888ca29cd9f… 11 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.gz": "b1179633aac6064c9e01942367d0b0d48d90e… 12 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.xz": "71d2f625afcc523b7a0341a165f488b6b44b5… 13 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.gz": "6857ab5a0a4abc06331029325495c03d337… 14 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.xz": "c9eabe7ae86ccc1079e2c9b69de6f39b9f3… 15 …"2018-10-30/cargo-beta-i686-pc-windows-gnu.tar.gz": "e0ed7c8ebf9a642879b7b548670b85836fab5127f6466… 16 …"2018-10-30/cargo-beta-i686-pc-windows-gnu.tar.xz": "9511756182e765f28186dc4cb54675445141b5aab974c… [all …]
|
/aosp_15_r20/external/zstd/tests/regression/ |
H A D | results.csv | 2 silesia.tar, level -5, compress simple, … 3 silesia.tar, level -3, compress simple, … 4 silesia.tar, level -1, compress simple, … 5 silesia.tar, level 0, compress simple, … 6 silesia.tar, level 1, compress simple, … 7 silesia.tar, level 3, compress simple, … 8 silesia.tar, level 4, compress simple, … 9 silesia.tar, level 5, compress simple, … 10 silesia.tar, level 6, compress simple, … 11 silesia.tar, level 7, compress simple, … [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_tarfile.py | 31 tarname = test_support.findfile("testtar.tar") 32 gzipname = os.path.join(TEMPDIR, "testtar.tar.gz") 33 bz2name = os.path.join(TEMPDIR, "testtar.tar.bz2") 34 tmpname = os.path.join(TEMPDIR, "tmp.tar") 46 self.tar = tarfile.open(self.tarname, mode=self.mode, encoding="iso8859-1") 49 self.tar.close() 55 tarinfo = self.tar.getmember("ustar/regtype") 56 fobj = self.tar.extractfile(tarinfo) 62 self.tar.extract("ustar/regtype", TEMPDIR) 63 tarinfo = self.tar.getmember("ustar/regtype") [all …]
|
/aosp_15_r20/external/toybox/tests/ |
H A D | tar.test | 10 TAR='tar c --owner root --group sys --mtime @1234567890' 30 tar tv "$@" | sed 's/[ \t][ \t]*/ /g' 35 testing "store file" "$TAR file | SUM 3" \ 37 testing "pass file" "$TAR file | LST" \ 42 testing "-T newline" "$TAR -T input | LST" \ 44 testing "-T null" "$TAR --null -T input | LST" \ 50 # Note: testing both "tar c" and "tar -c" here. 51 testing "specify UID, fetch GID" "tar -c --owner nobody:65534 --mtime @0 file | LST" \ 53 testing "fetch UID, specify GID" "tar c --group nobody:65534 --mtime @0 file | LST" \ 57 testing "huge values" "tar c --owner 9999999 --group 8888888 --mtime @0 file | SUM 3" \ [all …]
|
/aosp_15_r20/external/libopus/ |
H A D | releases.sha2 | 1 b2f75c4ac5ab837845eb028413fae2a28754bfb0a6d76416e2af1441ef447649 opus-0.9.0.tar.gz 2 4e379a98ba95bbbfe9087ef10fdd05c8ac9060b6d695f587ea82a7b43a0df4fe opus-0.9.10.tar.gz 3 b1cad6846a8f819a141009fe3f8f10c946e8eff7e9c2339cd517bb136cc59eae opus-0.9.14.tar.gz 4 206221afc47b87496588013bd4523e1e9f556336c0813f4372773fc536dd4293 opus-0.9.1.tar.gz 5 6e85c1b57e1d7b7dfe2928bf92586b96b73a9067e054ede45bd8e6d24bd30582 opus-0.9.2.tar.gz 6 d916e34c18a396eb7dffc47af754f441af52a290b761e20db9aedb65928c699e opus-0.9.3.tar.gz 7 53801066fa97329768e7b871fd1495740269ec46802e1c9051aa7e78c6edee5b opus-0.9.5.tar.gz 8 3bfaeb25f4b4a625a0bc994d6fc6f6776a05193f60099e0a99f7530c6b256309 opus-0.9.6.tar.gz 9 1b69772c31c5cbaa43d1dfa5b1c495fc29712e8e0ff69d6f8ad46459e5c6715f opus-0.9.7.tar.gz 10 4aa30d2e0652ffb4a7a22cc8a29c4ce78267626f560a2d9213b1d2d4e618cf36 opus-0.9.8.tar.gz [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_tarfile.py | 45 tarname = support.findfile("testtar.tar") 46 gzipname = os.path.join(TEMPDIR, "testtar.tar.gz") 47 bz2name = os.path.join(TEMPDIR, "testtar.tar.bz2") 48 xzname = os.path.join(TEMPDIR, "testtar.tar.xz") 49 tmpname = os.path.join(TEMPDIR, "tmp.tar") 97 self.tar = tarfile.open(self.tarname, mode=self.mode, 101 self.tar.close() 107 tarinfo = self.tar.getmember("ustar/regtype") 108 with self.tar.extractfile(tarinfo) as fobj: 116 self.tar.extract("ustar/regtype", TEMPDIR, filter='data') [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/3rdparty/crates/ |
H A D | defs.bzl | 546 type = "tar.gz", 556 type = "tar.gz", 566 type = "tar.gz", 576 type = "tar.gz", 586 type = "tar.gz", 596 type = "tar.gz", 606 type = "tar.gz", 616 type = "tar.gz", 626 type = "tar.gz", 636 type = "tar.gz", [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/wasm_bindgen/3rdparty/crates/ |
H A D | defs.bzl | 466 type = "tar.gz", 476 type = "tar.gz", 486 type = "tar.gz", 496 type = "tar.gz", 506 type = "tar.gz", 516 type = "tar.gz", 526 type = "tar.gz", 536 type = "tar.gz", 546 type = "tar.gz", 556 type = "tar.gz", [all …]
|
/aosp_15_r20/external/pigweed/ |
H A D | MODULE.bazel.lock | 936 ….bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", 937 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" 955 …": "https://github.com/bazelbuild/rules_python/releases/download/0.28.0/rules_python-0.28.0.tar.gz" 989 …mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", 990 … "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz" 1088 "https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.tar.bz2" 1254 "filename": "zipp-3.11.0.tar.gz", 1260 …org/packages/8e/b3/8b16a007184714f71157b1a71bbe632c5d66dd43bc8152b3c799b13881e1/zipp-3.11.0.tar.gz" 1276 "filename": "urllib3-1.26.14.tar.gz", 1282 …packages/c5/52/fe421fb7364aa738b3506a2d99e4f3a56e079c0a798e9f4fa5e14c60922f/urllib3-1.26.14.tar.gz" [all …]
|
/aosp_15_r20/external/iperf3/docs/ |
H A D | news.rst | 7 | URL: https://downloads.es.net/pub/iperf/iperf-3.8.1.tar.gz 8 | SHA256: ``e5b080f3273a8a715a4100f13826ac2ca31cc7b1315925631b2ecf64957ded96 iperf-3.8.1.tar.gz`` 16 | URL: https://downloads.es.net/pub/iperf/iperf-3.8.tar.gz 17 | SHA256: ``edc1c317b0ae31925e5eb84f0295faefbaa1db3229f4693e11d954d114de4bcd iperf-3.8.tar.gz`` 25 | URL: https://downloads.es.net/pub/iperf/iperf-3.7.tar.gz 26 | SHA256: ``d846040224317caf2f75c843d309a950a7db23f9b44b94688ccbe557d6d1710c iperf-3.7.tar.gz`` 39 | URL: https://downloads.es.net/pub/iperf/iperf-3.6.tar.gz 40 | SHA256: ``de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e iperf-3.6.tar.gz`` 48 | URL: http://downloads.es.net/pub/iperf/iperf-3.5.tar.gz 49 | SHA256: ``539bd9ecdca1b8c1157ff85b70ed09b3c75242e69886fc16b54883b399f72cd5 iperf-3.5.tar.gz`` [all …]
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
D | ArchiveHandleTest.java | 199 ArchiveHandle archiveHandle = prepareArchiveHandle("archives/tar/hello.tar", in buildArchiveHandle_tarFile_shouldNotNull() 200 ".tar", "application/x-gtar"); in buildArchiveHandle_tarFile_shouldNotNull() 208 ".tgz", "application/x-compressed-tar"); in buildArchiveHandle_tgzFile_shouldNotNull() 216 prepareArchiveHandle("archives/tar_gz/hello_tar_gz", ".tar.gz", in buildArchiveHandle_tarGzFile_shouldNotNull() 217 "application/x-compressed-tar"); in buildArchiveHandle_tarGzFile_shouldNotNull() 225 prepareArchiveHandle("archives/tar_bz2/hello.tar.bz2", in buildArchiveHandle_tarBzipFile_shouldNotNull() 226 ".tar.bz2", "application/x-bzip-compressed-tar"); in buildArchiveHandle_tarBzipFile_shouldNotNull() 234 prepareArchiveHandle("archives/xz/hello.tar.xz", ".tar.xz", in buildArchiveHandle_tarXzFile_shouldNotNull() 235 "application/x-xz-compressed-tar"); in buildArchiveHandle_tarXzFile_shouldNotNull() 243 prepareArchiveHandle("archives/brotli/hello.tar.br", ".tar.br", in buildArchiveHandle_tarBrFile_shouldNotNull() [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/ |
H A D | defs.bzl | 440 type = "tar.gz", 450 type = "tar.gz", 460 type = "tar.gz", 470 type = "tar.gz", 480 type = "tar.gz", 490 type = "tar.gz", 500 type = "tar.gz", 510 type = "tar.gz", 520 type = "tar.gz", 530 type = "tar.gz", [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/hello_world/ |
H A D | MODULE.bazel.lock | 113 "type": "tar.gz", 1116 ….bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz", 1117 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz" 2952 "https://static.rust-lang.org/dist/{}.tar.xz" 2977 "https://static.rust-lang.org/dist/{}.tar.xz" 3002 "https://static.rust-lang.org/dist/{}.tar.xz" 3027 "https://static.rust-lang.org/dist/{}.tar.xz" 3066 "https://static.rust-lang.org/dist/{}.tar.xz" 3124 "https://static.rust-lang.org/dist/{}.tar.xz" 3159 "https://static.rust-lang.org/dist/{}.tar.xz" [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/vendor_remote_pkgs/crates/ |
H A D | defs.bzl | 437 type = "tar.gz", 447 type = "tar.gz", 457 type = "tar.gz", 467 type = "tar.gz", 477 type = "tar.gz", 487 type = "tar.gz", 497 type = "tar.gz", 507 type = "tar.gz", 517 type = "tar.gz", 527 type = "tar.gz", [all …]
|
/aosp_15_r20/external/grpc-grpc/bazel/ |
H A D | grpc_deps.bzl | 233 …/grpc-bazel-mirror/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", 234 … "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", 246 …-bazel-mirror/github.com/google/boringssl/archive/e14d29f68c2d1b02e06f10c83b9b8ea4d061f8df.tar.gz", 247 … "https://github.com/google/boringssl/archive/e14d29f68c2d1b02e06f10c83b9b8ea4d061f8df.tar.gz", 258 …/grpc-bazel-mirror/github.com/madler/zlib/archive/09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851.tar.gz", 259 … "https://github.com/madler/zlib/archive/09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851.tar.gz", 270 …irror/github.com/protocolbuffers/protobuf/archive/2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5.tar.gz", 271 …tps://github.com/protocolbuffers/protobuf/archive/2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5.tar.gz", 286 … "https://github.com/google/googletest/archive/2dd1c131950043a8ad5ab0d2dda0e0970596586a.tar.gz", 299 … "https://github.com/google/fuzztest/archive/4ecaeb5084a061a862af8f86789ee184cd3d3f18.tar.gz", [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | tarfile.rst | 1 :mod:`tarfile` --- Read and write tar archive files 5 :synopsis: Read and write tar-format archive files. 17 The :mod:`tarfile` module makes it possible to read and write tar 29 * read/write support for the GNU tar format including *longname* and *longlink* 93 not allow random access, see :ref:`tar-examples`. The currently 99 | ``'r|*'`` | Open a *stream* of tar blocks for reading | 102 | ``'r|'`` | Open a *stream* of uncompressed tar blocks | 123 Class for reading and writing tar archives. Do not use this class directly, 129 Return :const:`True` if *name* is a tar archive file, that the :mod:`tarfile` 135 Class for limited access to tar archives with a :mod:`zipfile`\ -like interface. [all …]
|
/aosp_15_r20/external/rust/cxx/ |
D | MODULE.bazel.lock | 115 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" 303 … "https://github.com/bazelbuild/rules_rust/releases/download/0.40.0/rules_rust-v0.40.0.tar.gz" 478 "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz" 526 "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz" 555 … "https://github.com/bazelbuild/rules_license/releases/download/0.0.8/rules_license-0.0.8.tar.gz" 585 "https://github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.7.tar.gz" 635 … "https://github.com/bazelbuild/apple_support/releases/download/1.13.0/apple_support.1.13.0.tar.gz" 823 … "https://github.com/bazelbuild/rules_java/releases/download/7.1.0/rules_java-7.1.0.tar.gz" 878 "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.10.2.tar.gz" 909 "https://github.com/madler/zlib/releases/download/v1.3/zlib-1.3.tar.gz" [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/bazel/ |
D | grpc_deps.bzl | 236 …-bazel-mirror/github.com/google/boringssl/archive/e46383fc18d08def901b2ed5a194295693e905c7.tar.gz", 237 … "https://github.com/google/boringssl/archive/e46383fc18d08def901b2ed5a194295693e905c7.tar.gz", 248 …/grpc-bazel-mirror/github.com/madler/zlib/archive/04f42ceca40f73e2978b50e93806c2a18c1281fc.tar.gz", 249 … "https://github.com/madler/zlib/archive/04f42ceca40f73e2978b50e93806c2a18c1281fc.tar.gz", 260 …irror/github.com/protocolbuffers/protobuf/archive/2dca62f7296e5b49d729f7384f975cecb38382a0.tar.gz", 261 …tps://github.com/protocolbuffers/protobuf/archive/2dca62f7296e5b49d729f7384f975cecb38382a0.tar.gz", 276 … "https://github.com/google/googletest/archive/0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz", 289 … "https://github.com/google/fuzztest/archive/4ecaeb5084a061a862af8f86789ee184cd3d3f18.tar.gz", 299 …om/grpc-bazel-mirror/github.com/bazelbuild/rules_cc/releases/download/0.0.6/rules_cc-0.0.6.tar.gz", 300 … "https://github.com/bazelbuild/rules_cc/releases/download/0.0.6/rules_cc-0.0.6.tar.gz", [all …]
|
/aosp_15_r20/external/libogg/ |
H A D | releases.sha2 | 1 c8a4157b0194962aa885e2088cf8561c65ce2eee36a77ca6325c6c36c842b2a9 libogg-1.0beta4.tar.gz 2 37bec40bf26ba6af8e98f2996051079cd2fbc4c401960fadb15c9e75383f3361 libogg-1.0rc1.tar.gz 3 c5f5924f25402a59a2586c3d037d3e79dae97de30531b8dd8b8b4abc20d5f036 libogg-1.0rc2.tar.gz 4 e907b7bc56de5a9dd0c5f062c7b0340a6295671cf2c6ad994d5f62919c9e1b0b libogg-1.0rc3.tar.gz 5 920fa2a0924d66884825d36a2e843de069cfdf1af01945d05da25999bbd6396c libogg-1.0.tar.gz 6 269f8f6b11b8ac737cbd8ed8cfa244cc51ca42b6da6683336ba1413d2a00ceb3 libogg-1.1.1.tar.gz 8 7934f3bf689c6ea0870bc73fcf40b00d5050044b03e558819a1ed333dc3cfadf libogg-1.1.2.tar.gz 10 bae29e79fbc50bbedf1235852094b71c8c910a1ef0cd42fe4163b7b545630b65 libogg-1.1.3.tar.gz 12 253d138b8c062db4d8446be1522162940dd89cad35c8332c3127d2e842850f31 libogg-1.1.4rc1.tar.gz 14 9354c183fd88417c2860778b60b7896c9487d8f6e58b9fec3fdbf971142ce103 libogg-1.1.4.tar.gz [all …]
|
/aosp_15_r20/external/ltp/testcases/commands/tar/ |
H A D | tar_tests.sh | 7 # Creates, lists and extracts an plain, gzip and bzip tar archive. 23 if [ -s tar.out ]; then 24 tst_res TFAIL "Tar produced unexpected output" 25 cat tar.out 27 tst_res TPASS "Tar produced no output" 33 if [ $(wc -l < tar.out) != $# ]; then 34 tst_res TFAIL "Unexpected number of lines in tar.out" 35 cat tar.out 40 if ! grep -q $i tar.out; then 46 tst_res TPASS "Listing in tar.out is correct" [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/3rdparty/crates/ |
H A D | defs.bzl | 439 type = "tar.gz", 449 type = "tar.gz", 459 type = "tar.gz", 469 type = "tar.gz", 479 type = "tar.gz", 489 type = "tar.gz", 499 type = "tar.gz", 509 type = "tar.gz", 519 type = "tar.gz", 529 type = "tar.gz", [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | tarfile.rst | 1 :mod:`tarfile` --- Read and write tar archive files 5 :synopsis: Read and write tar-format archive files. 14 The :mod:`tarfile` module makes it possible to read and write tar 26 * read/write support for the GNU tar format including *longname* and *longlink* 116 not allow random access, see :ref:`tar-examples`. The currently 122 | ``'r|*'`` | Open a *stream* of tar blocks for reading | 125 | ``'r|'`` | Open a *stream* of uncompressed tar blocks | 159 Class for reading and writing tar archives. Do not use this class directly: 165 Return :const:`True` if *name* is a tar archive file, that the :mod:`tarfile` 182 Is raised when a tar archive is opened, that either cannot be handled by the [all …]
|
/aosp_15_r20/external/bazelbuild-rules_java/java/ |
H A D | repositories.bzl | 91 …uild/openjdk/azul-zulu-8.50.0.51-ca-jdk8.0.275/zulu8.50.51.263-ca-jdk8.0.275-linux_aarch64.tar.gz", 92 … "https://cdn.azul.com/zulu-embedded/bin/zulu8.50.51.263-ca-jdk8.0.275-linux_aarch64.tar.gz", 106 …penjdk8-binaries/releases/download/jdk8u292-b10/OpenJDK8U-jdk_s390x_linux_hotspot_8u292b10.tar.gz", 120 …azel.build/openjdk/azul-zulu-8.50.0.51-ca-jdk8.0.275/zulu8.50.0.51-ca-jdk8.0.275-linux_x64.tar.gz", 121 "https://cdn.azul.com/zulu/bin/zulu8.50.0.51-ca-jdk8.0.275-linux_x64.tar.gz", 135 …ttps://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu8.62.0.19-ca-jdk8.0.332-macosx_aarch64.tar.gz", 136 "https://cdn.azul.com/zulu/bin/zulu8.62.0.19-ca-jdk8.0.332-macosx_aarch64.tar.gz", 150 …zel.build/openjdk/azul-zulu-8.50.0.51-ca-jdk8.0.275/zulu8.50.0.51-ca-jdk8.0.275-macosx_x64.tar.gz", 151 "https://cdn.azul.com/zulu/bin/zulu8.50.0.51-ca-jdk8.0.275-macosx_x64.tar.gz", 183 … "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_x64.tar.gz", [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/ |
H A D | workspace2.bzl | 157 …urls("https://github.com/pytorch/cpuinfo/archive/5e63739504f0f8e18e941bd63b2d6d42536c7d90.tar.gz"), 164 …urls("https://github.com/pytorch/cpuinfo/archive/5e63739504f0f8e18e941bd63b2d6d42536c7d90.tar.gz"), 181 urls = tf_mirror_urls("https://github.com/oneapi-src/oneDNN/archive/v0.21.3.tar.gz"), 189 … urls = tf_mirror_urls("https://github.com/oneapi-src/oneDNN/archive/refs/tags/v2.6.1.tar.gz"), 197 …ls("https://github.com/oneapi-src/oneDNN/archive/70d1198de554e61081147c199d661df049233279.tar.gz"), 206 … urls = tf_mirror_urls("https://github.com/ARM-software/ComputeLibrary/archive/v22.05.tar.gz"), 214 …://github.com/rvagg/rpi-newer-crosstools/archive/eb68350c5c8ec1663b7fe52c742ac4271e3217c5.tar.gz"), 225 …iles/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz"), 233 …dia/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz"), 241 …a/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz"), [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/proto/protobuf/3rdparty/crates/ |
H A D | defs.bzl | 425 type = "tar.gz", 435 type = "tar.gz", 445 type = "tar.gz", 455 type = "tar.gz", 465 type = "tar.gz", 475 type = "tar.gz", 485 type = "tar.gz", 495 type = "tar.gz", 505 type = "tar.gz", 515 type = "tar.gz", [all …]
|