Home
last modified time | relevance | path

Searched refs:deny (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/external/rust/crates/coset/
Ddeny.toml1 # Configuration used for dependency checking with cargo-deny.
4 # https://embarkstudios.github.io/cargo-deny/checks/cfg.html
13 vulnerability = "deny"
14 unmaintained = "deny"
15 yanked = "deny"
16 notice = "deny"
21 multiple-versions = "deny"
32 copyleft = "deny"
/external/libcups/conf/
Dcupsd.conf.in27 Order allow,deny
32 Order allow,deny
39 Order allow,deny
46 Order allow,deny
59 Order deny,allow
64 Order deny,allow
71 Order deny,allow
78 Order deny,allow
84 Order deny,allow
88 Order deny,allow
[all …]
/external/rust/crates/nix/src/
Dlib.rs46 #![cfg_attr(test, deny(warnings))]
48 #![deny(unused)]
51 #![deny(unstable_features)]
52 #![deny(missing_copy_implementations)]
53 #![deny(missing_debug_implementations)]
56 #![deny(clippy::cast_ptr_alignment)]
80 #[deny(missing_docs)]
97 #[deny(missing_docs)]
100 #[deny(missing_docs)]
130 #[deny(missing_docs)]
/external/rust/crates/glam/
Ddeny.toml2 # criterion is currently failing cargo-deny due to serde_cbor being unmaintained
6 multiple-versions = "deny"
7 deny = []
14 unlicensed = "deny"
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/
Ddeny.toml4 # * deny - An error will be produced and the check will fail
13 # only the specified targets will be checked when running `cargo deny check`.
30 # This section is considered when running `cargo deny check advisories`
32 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
39 vulnerability = "deny"
63 # If this is true, then cargo deny will use the git executable to fetch advisory database.
65 …ue can be helpful if you have special authentication requirements that cargo-deny does not support.
69 # This section is considered when running `cargo deny check licenses`
71 # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
74 unlicensed = "deny"
[all …]
/external/boringssl/src/rust/bssl-crypto/
Ddeny.toml4 # * deny - An error will be produced and the check will fail
13 # only the specified targets will be checked when running `cargo deny check`.
30 # This section is considered when running `cargo deny check advisories`
32 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
39 vulnerability = "deny"
63 # If this is true, then cargo deny will use the git executable to fetch advisory database.
65 …ue can be helpful if you have special authentication requirements that cargo-deny does not support.
69 # This section is considered when running `cargo deny check licenses`
71 # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
74 unlicensed = "deny"
[all …]
/external/ot-br-posix/script/
Dotbr-firewall59 ipset create -exist otbr-ingress-deny-src hash:net family inet6
60 ipset create -exist otbr-ingress-deny-src-swap hash:net family inet6
68 ip6tables -A $OTBR_FORWARD_INGRESS_CHAIN -m set --match-set otbr-ingress-deny-src src -j DROP
85 ipset_destroy_if_exist otbr-ingress-deny-src
86 ipset_destroy_if_exist otbr-ingress-deny-src-swap
/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/
Ddeny.toml4 # * deny - An error will be produced and the check will fail
13 # only the specified targets will be checked when running `cargo deny check`.
30 # This section is considered when running `cargo deny check advisories`
32 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
39 vulnerability = "deny"
63 # If this is true, then cargo deny will use the git executable to fetch advisory database.
65 …ue can be helpful if you have special authentication requirements that cargo-deny does not support.
69 # This section is considered when running `cargo deny check licenses`
71 # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
74 unlicensed = "deny"
[all …]
/external/rust/beto-rust/nearby/
Ddeny.toml4 # * deny - An error will be produced and the check will fail
13 # only the specified targets will be checked when running `cargo deny check`.
30 # This section is considered when running `cargo deny check advisories`
32 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
39 vulnerability = "deny"
64 # If this is true, then cargo deny will use the git executable to fetch advisory database.
66 …ue can be helpful if you have special authentication requirements that cargo-deny does not support.
70 # This section is considered when running `cargo deny check licenses`
72 # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
75 unlicensed = "deny"
[all …]
/external/rust/crates/num-bigint/out/
Dradix_bases.rs1 #[deny(overflowing_literals)]
261 #[deny(overflowing_literals)]
521 #[deny(overflowing_literals)]
/external/toybox/toys/lsb/
Dsu.c63 if (*shp->sp_pwdp != '$') goto deny;
64 if (read_password(toybuf, sizeof(toybuf), "Password: ")) goto deny;
67 if (!passhash || strcmp(passhash, shp->sp_pwdp)) goto deny;
90 deny:
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus-wpa_supplicant.conf13 <deny own="fi.w1.wpa_supplicant1"/>
14 <deny send_destination="fi.w1.wpa_supplicant1"/>
15 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
/external/rust/crates/rand_chacha/src/
Dlib.rs16 #![deny(missing_docs)]
17 #![deny(missing_debug_implementations)]
18 #![doc(test(attr(allow(unused_variables), deny(warnings))))]
/external/rust/crates/remove_dir_all/src/
Dlib.rs9 #![deny(missing_debug_implementations)]
10 #![deny(missing_docs)]
11 #![deny(rust_2018_idioms)]
/external/rust/crates/async-trait/tests/ui/
Dunreachable.stderr12 1 | #![deny(warnings)]
14 = note: `#[deny(unreachable_code)]` implied by `#[deny(warnings)]`
/external/rust/crates/paste/tests/ui/
Dcase-warning.stderr13 1 | #![deny(warnings)]
15 = note: `#[deny(non_snake_case)]` implied by `#[deny(warnings)]`
/external/rust/crates/rayon/src/
Dlib.rs1 #![deny(missing_debug_implementations)]
2 #![deny(missing_docs)]
3 #![deny(unreachable_pub)]
/external/rust/crates/der-parser/src/
Dlib.rs222 #![deny(/*missing_docs,*/
234 #![deny(broken_intra_doc_links)]
238 attr(deny(warnings/*, rust_2018_idioms*/), allow(dead_code, unused_variables))
/external/rust/crates/x509-parser/src/
Dlib.rs117 #![deny(/*missing_docs,*/
127 #![deny(broken_intra_doc_links)]
130 attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
/external/rust/crates/mio/src/
Dlib.rs1 #![deny(
10 #![cfg_attr(test, deny(warnings))]
12 #![doc(test(attr(deny(warnings))))]
/external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
Dorg.libwebsockets.wsclientproxy.conf10 <deny own="org.libwebsockets.wsclientproxy"/>
11 <deny send_destination="org.libwebsockets.wsclientproxy"/>
/external/rust/crates/pin-project/tests/ui/pin_project/
Dsafe_packed_borrows.rs1 #![deny(renamed_and_removed_lints)]
2 #![deny(safe_packed_borrows)] //~ ERROR has been renamed to `unaligned_references`
Dsafe_packed_borrows.stderr4 2 | #![deny(safe_packed_borrows)] //~ ERROR has been renamed to `unaligned_references`
10 1 | #![deny(renamed_and_removed_lints)]
/external/rust/crates/rand/src/
Dlib.rs48 #![deny(missing_docs)]
49 #![deny(missing_debug_implementations)]
50 #![doc(test(attr(allow(unused_variables), deny(warnings))))]
/external/rust/crates/ciborium-io/patches/
Dstd.diff6 #![deny(clippy::all)]
7 #![deny(clippy::cargo)]

12345678910>>...27