Home
last modified time | relevance | path

Searched +full:prelude +full:- +full:submodule (Results 1 – 7 of 7) sorted by relevance

/external/rust/cxx/
D.gitmodules1 [submodule "tools/buck/prelude"]
2 path = tools/buck/prelude
3 url = https://github.com/facebook/buck2-prelude
/external/rust/cxx/.github/workflows/
Dbuck2.yml14 runs-on: ${{matrix.os}}-latest
16 fail-fast: false
19 timeout-minutes: 45
21 - uses: actions/checkout@v4
22 - uses: dtolnay/rust-toolchain@stable
24 components: rust-src
25 - uses: dtolnay/install-buck2@latest
27 prelude-submodule: tools/buck/prelude
28 - run: buck2 run demo
29 - run: buck2 build ...
[all …]
/external/rust/crates/googletest/tests/
Dpointwise_matcher_test.rs7 // http://www.apache.org/licenses/LICENSE-2.0
15 use googletest::prelude::*;
19 fn pointwise_matches_single_element() -> Result<()> { in pointwise_matches_single_element()
25 fn pointwise_matches_two_elements() -> Result<()> { in pointwise_matches_two_elements()
31 fn pointwise_matches_two_elements_with_array() -> Result<()> { in pointwise_matches_two_elements_with_array()
37 fn pointwise_matches_two_element_slice() -> Result<()> { in pointwise_matches_two_element_slice()
44 fn pointwise_does_not_match_value_of_wrong_length() -> Result<()> { in pointwise_does_not_match_value_of_wrong_length()
50 fn pointwise_does_not_match_value_not_matching_in_first_position() -> Result<()> { in pointwise_does_not_match_value_not_matching_in_first_position()
56 fn pointwise_does_not_match_value_not_matching_in_second_position() -> Result<()> { in pointwise_does_not_match_value_not_matching_in_second_position()
62 fn pointwise_allows_qualified_matcher_name() -> Result<()> { in pointwise_allows_qualified_matcher_name()
[all …]
/external/crosvm/jail/
Dbuild.rs2 // Use of this source code is governed by a BSD-style license that can be
12 use rayon::prelude::*;
33 ) -> String { in compile_policy()
42 .arg("--arch-json") in compile_policy()
44 .arg("--default-action") in compile_policy()
92 println!("cargo:rerun-if-changed=build.rs"); in main()
93 println!("cargo:rerun-if-changed=seccomp"); in main()
106 // Otherwise, use compile_seccomp_policy.py from the minijail submodule. in main()
/external/rust/crates/flate2/src/
Dlib.rs1 //! A DEFLATE-based stream compression/decompression library
4 //! DEFLATE-based streams:
11 //! headers/footers. This crate has three types in each submodule for dealing
19 //! * `default`, or `rust_backend` - this implementation uses the `miniz_oxide`
23 //! * `zlib` - this feature will enable linking against the `libz` library, typically found on most
29 //! compiler at build time. `zlib-ng-compat` is useful if you're using zlib for compatibility but
30 //! want performance via zlib-ng's zlib-compat mode. `zlib` is useful if something else in your
31 //! dependencies links the original zlib so you cannot use zlib-ng-compat. The compression ratios
50 //! use std::io::prelude::*;
53 //! # fn run() -> io::Result<()> {
[all …]
/external/rust/crates/grpcio-sys/
Dbuild.rs1 // Copyright 2019 TiKV Project Authors. Licensed under Apache-2.0.
6 use std::io::prelude::*;
15 fn grpc_version() -> &'static str { in grpc_version()
19 label.split('-').next().unwrap() in grpc_version()
22 include!("link-deps.rs");
24 fn probe_library(library: &str, cargo_metadata: bool) -> Library { in probe_library()
31 Err(e) => panic!("can't find library {} via pkg-config: {:?}", library, e), in probe_library()
40 "grpc/third_party/abseil-cpp", in prepare_grpc()
47 "Can't find module {}. You need to run `git submodule \ in prepare_grpc()
48 update --init --recursive` first to build the project.", in prepare_grpc()
[all …]
/external/jline/src/src/test/resources/jline/example/
Denglish.gz