| /external/bazelbuild-rules_rust/rust/ |
| D | known_shas.bzl | 3 This is a generated file -- see //util:fetch_shas 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… [all …]
|
| D | repositories.bzl | 34 # Reexport `load_arbitrary_tool` as it's currently in use in https://github.com/google/cargo-raze 39 "aarch64-apple-darwin": "rust_darwin_aarch64", 40 "aarch64-pc-windows-msvc": "rust_windows_aarch64", 41 "aarch64-unknown-linux-gnu": "rust_linux_aarch64", 42 "x86_64-apple-darwin": "rust_darwin_x86_64", 43 "x86_64-pc-windows-msvc": "rust_windows_x86_64", 44 "x86_64-unknown-freebsd": "rust_freebsd_x86_64", 45 "x86_64-unknown-linux-gnu": "rust_linux_x86_64", 55 …mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", 56 … "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", [all …]
|
| /external/rust/crates/ahash/.github/workflows/ |
| D | rust.yml | 7 runs-on: ubuntu-latest 9 - uses: actions/checkout@v4 10 - name: Install latest stable 11 uses: dtolnay/rust-toolchain@master 15 - name: check nostd 16 run: cargo check --no-default-features 17 - name: test nostd 18 run: cargo test --no-default-features 19 - name: check constrandom 20 run: cargo check --no-default-features --features compile-time-rng [all …]
|
| /external/bazelbuild-rules_rust/test/unit/repository_utils/ |
| D | repository_utils_test.bzl | 6 # buildifier: disable=bzl-visibility 15 _PLATFORM_TRIPLE = triple("x86_64-unknown-linux-gnu") 21 "2020-05-22/rust-std-nightly-x86_64-unknown-linux-gnu", 23 iso_date = "2020-05-22", 24 tool_name = "rust-std", 25 version = "nightly", 31 "rust-std-nightly-x86_64-unknown-linux-gnu", 33 tool_name = "rust-std", 34 version = "nightly", 40 "2020-05-22/rust-src-nightly", [all …]
|
| /external/libjpeg-turbo/ |
| D | .travis.yml | 5 - /^[0-9]+\.[0-9]+\.[0-9]+/ 6 - /^jpeg-.*/ 10 - os: linux 14 - docker 15 - os: osx 18 - os: linux 22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer" 23 CMAKE_FLAGS="-DENABLE_SHARED=0" 29 - nasm 30 - os: linux [all …]
|
| /external/rust/crates/bytes/.github/workflows/ |
| D | ci.yml | 6 - master 9 - master 12 RUSTFLAGS: -Dwarnings 14 nightly: nightly-2022-11-12 24 runs-on: ubuntu-latest 26 - uses: actions/checkout@v3 27 - name: Install Rust 29 - name: Check formatting 30 run: cargo fmt --all -- --check 36 # runs-on: ubuntu-latest [all …]
|
| /external/rust/crates/hashlink/.circleci/ |
| D | config.yml | 6 - image: circleci/rust:latest 8 - checkout 9 - run: 12 rustup toolchain uninstall nightly 13 rustup toolchain install nightly -c miri rust-src rustfmt 14 - run: 17 rustc --version 18 cargo --version 19 rustc +nightly --version 20 cargo +nightly --version [all …]
|
| /external/tensorflow/tensorflow/java/ |
| D | README.md | 10 - Refer to [Installing TensorFlow for Java](https://www.tensorflow.org/install/lang_java) 11 - [Javadoc](https://www.tensorflow.org/api_docs/java/reference/org/tensorflow/package-summary) 12 - [ 21 - { rust: 1.34.0, os: ubuntu-latest } 22 - { rust: stable, os: ubuntu-latest } 23 - { rust: beta, os: ubuntu-latest } 24 - { rust: nightly, os: ubuntu-latest } 25 # non-linux platforms (ones which don't require `cross`) 26 - { rust: stable, os: macos-latest } 27 - { rust: stable, os: windows-latest } [all …]
|
| /external/tensorflow/tensorflow/c/ |
| D | README.md | 3 - See [www.tensorflow.org/install/lang_c](https://www.tensorflow.org/install/lang_c) 4 - Nightly builds: 5 …- [Linux CPU-only](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package… 6 …- [Linux GPU](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/libt… 7 …- [MacOS CPU-only](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package…
|
| /external/rust/crates/grpcio/.github/workflows/ |
| D | ci.yml | 7 - master 8 - v0.* 10 - cron: '0 22 * * *' 14 …# Some of the bindgen tests generate "deref-nullptr" warnings, see https://github.com/rust-lang/ru… 15 RUSTFLAGS: "--deny=warnings --allow deref-nullptr" 20 Linux-Format: 21 name: Linux-Format 22 runs-on: ubuntu-latest 24 - uses: actions/checkout@v2 25 …- run: which cargo && cargo version && clang --version && openssl version && which cmake && cmake … [all …]
|
| /external/rust/beto-rust/nearby/presence/ |
| D | README.md | 10 hyphen `-` in crate names 15 of [`LDT`](https://luca-giuzzi.unibs.it/corsi/Support/papers-cryptography/1619-2007-NIST-Submission… 16 which can use `xts-aes` as its tweakable block cipher. 25 Higher-level wrapper around the core LDT algorithm that does key derivation and 49 of [`XTS-AES`](https://luca-giuzzi.unibs.it/corsi/Support/papers-cryptography/1619-2007-NIST-Submis… 56 brew install protobuf rapidjson google-benchmark 62 The in-box version of Clang which comes from XCode developer tools does not have 73 $(brew --prefix llvm)/bin 86 clang --version 100 running with `--help` to see all args. [all …]
|
| /external/tensorflow/ |
| D | README.md | 10 …atus](https://oss-fuzz-build-logs.storage.googleapis.com/badges/tensorflow.svg)](https://bugs.chro… 11 …-fuzz-build-logs.storage.googleapis.com/badges/tensorflow-py.svg)](https://bugs.chromium.org/p/oss… 12 [](https://www.tensorflow.org/… 18 [TensorFlow](https://www.tensorflow.org/) is an end-to-end open source platform 21 [libraries](https://www.tensorflow.org/resources/libraries-extensions), and 23 researchers push the state-of-the-art in ML and developers easily build and 24 deploy ML-powered applications. 33 non-guaranteed backward compatible API for [all …]
|
| /external/rust/crates/num_cpus/.github/workflows/ |
| D | ci.yml | 6 - master 13 ci-pass: 15 runs-on: ubuntu-latest 17 - msrv 18 - test-linux 19 - test-macos 20 - test-windows 21 - build-cross 22 - test-cgroups 24 - run: exit 0 [all …]
|
| /external/rust/crates/semver/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 27 … rust: [nightly, beta, stable, 1.52.0, 1.46.0, 1.40.0, 1.39.0, 1.36.0, 1.33.0, 1.32.0, 1.31.0] 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 36 if: matrix.rust == 'nightly' [all …]
|
| /external/rust/crates/sharded-slab/.github/workflows/ |
| D | ci.yml | 9 RUSTFLAGS: -Dwarnings 16 runs-on: ubuntu-latest 20 - x86_64-unknown-linux-gnu 21 - i686-unknown-linux-musl 23 - uses: actions/checkout@master 24 - name: Install toolchain 25 uses: actions-rs/toolchain@v1 31 - name: cargo build --target ${{ matrix.target }} 32 uses: actions-rs/cargo@v1 35 args: --all-targets --target ${{ matrix.target }} [all …]
|
| /external/python/pyasn1/ |
| D | .travis.yml | 5 - os: linux 8 - os: linux 11 - os: linux 14 - os: linux 17 - os: linux 20 - os: linux 23 - os: linux 26 - os: linux 30 - os: linux 32 python: 'nightly' [all …]
|
| /external/rust/crates/byteorder/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 13 # For some builds, we use cross to test on 32-bit and big-endian 16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. 18 runs-on: ${{ matrix.os }} 22 - pinned 23 - stable 24 - stable-32 25 - stable-mips 26 - beta [all …]
|
| /external/rust/crates/aho-corasick/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 13 # For some builds, we use cross to test on 32-bit and big-endian 16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. 18 runs-on: ${{ matrix.os }} 22 - pinned 23 - stable 24 - stable-32 25 - stable-mips 26 - beta [all …]
|
| /external/rust/crates/parking_lot/.github/workflows/ |
| D | rust.yml | 6 - trying 7 - staging 16 runs-on: ${{ matrix.os }}-latest 20 channel: [1.49.0, stable, beta, nightly] 23 - feature: deadlock_detection 26 - channel: nightly 27 feature: nightly 29 - channel: nightly 30 feature: hardware-lock-elision 34 - uses: actions/checkout@v2 [all …]
|
| /external/rust/crates/parking_lot/ |
| D | README.md | 11 [Documentation (type-safe lock API)](https://docs.rs/lock_api/) 16 locking. It also exposes a low-level API for creating your own efficient 19 When tested on x86_64 Linux, `parking_lot::Mutex` was found to be 1.5x 33 OS-specific synchronization primitives. The small size of `Mutex` in 34 particular encourages the use of fine-grained locks to increase 53 This must be enabled with the `hardware-lock-elision` feature. 54 8. `RwLock` uses a task-fair locking policy, which avoids reader and writer 83 based on the Webkit [`WTF::ParkingLot`](https://webkit.org/blog/6161/locking-in-webkit/) 86 inspired by Linux [futexes](https://man7.org/linux/man-pages/man2/futex.2.html), 90 ## Nightly vs stable [all …]
|
| /external/rust/crates/gpio-cdev/.github/workflows/ |
| D | ci.yml | 3 branches-ignore: 4 - "gh-readonly-queue/**" 11 RUSTFLAGS: '--deny warnings' 15 runs-on: ubuntu-latest 20 - aarch64-unknown-linux-gnu 21 - aarch64-unknown-linux-musl 22 - arm-unknown-linux-gnueabi 23 - arm-unknown-linux-gnueabihf 24 - armv7-unknown-linux-gnueabihf 25 - i686-unknown-linux-gnu [all …]
|
| /external/tensorflow/tensorflow/tools/pip_package/ |
| D | setup_partner_builds.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 31 # third-party TensorFlow packages from Google's official partners. 39 # For pip, we will remove all '-' characters from this string, and use the 46 # We use the same setup.py for all tensorflow_* packages and for the nightly 50 if '--project_name' in sys.argv: 51 project_name_idx = sys.argv.index('--project_name') 53 sys.argv.remove('--project_name') 57 # Returns standard if a tensorflow-* package is being built, and nightly if a 58 # tf_nightly-* package is being built. 59 def standard_or_nightly(standard, nightly): argument [all …]
|
| /external/rust/crates/tempfile/src/file/imp/ |
| D | unix.rs | 11 #[cfg(feature = "nightly")] 23 pub fn cvt_err(result: c_int) -> io::Result<c_int> { in cvt_err() 24 if result == -1 { in cvt_err() 33 pub fn cvt_err(result: Result<usize, syscall::Error>) -> io::Result<usize> { in cvt_err() 38 pub fn cstr(path: &Path) -> io::Result<CString> { in cstr() 43 pub fn create_named(path: &Path, open_options: &mut OpenOptions) -> io::Result<File> { in create_named() 54 fn create_unlinked(path: &Path) -> io::Result<File> { in create_unlinked() 71 #[cfg(target_os = "linux")] 72 pub fn create(dir: &Path) -> io::Result<File> { in create() 88 #[cfg(not(target_os = "linux"))] [all …]
|
| /external/rust/crates/crc32fast/ |
| D | .travis.yml | 4 - cargo 8 - rust: 1.46.0 # MSRV 9 - rust: stable 10 - rust: beta 11 - rust: nightly 12 - os: osx 14 - env: CROSS_TEST=i686-unknown-linux-gnu 16 - env: CROSS_TEST=aarch64-unknown-linux-gnu 17 - env: CROSS_CHECK=wasm32-unknown-unknown 20 - | [all …]
|