Searched refs:deny (Results 1 – 25 of 471) sorted by relevance
12345678910>>...19
/external/libcups/conf/ |
D | cupsd.conf.in | 27 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/ |
D | lib.rs | 11 #![cfg_attr(test, deny(warnings))] 13 #![deny(unused)] 14 #![deny(unstable_features)] 15 #![deny(missing_copy_implementations)] 16 #![deny(missing_debug_implementations)] 29 #[deny(missing_docs)] 32 #[deny(missing_docs)] 54 #[deny(missing_docs)] 57 #[deny(missing_docs)] 59 #[deny(missing_docs)]
|
/external/toybox/toys/lsb/ |
D | su.c | 63 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/ |
D | dbus-wpa_supplicant.conf | 13 <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/ |
D | lib.rs | 16 #![deny(missing_docs)] 17 #![deny(missing_debug_implementations)] 18 #![doc(test(attr(allow(unused_variables), deny(warnings))))]
|
/external/rust/crates/async-trait/tests/ui/ |
D | unreachable.stderr | 12 1 | #![deny(warnings)] 14 = note: `#[deny(unreachable_code)]` implied by `#[deny(warnings)]`
|
/external/rust/crates/rayon/src/ |
D | lib.rs | 2 #![deny(missing_debug_implementations)] 3 #![deny(missing_docs)] 4 #![deny(unreachable_pub)]
|
/external/rust/crates/paste/tests/ui/ |
D | case-warning.stderr | 13 1 | #![deny(warnings)] 15 = note: `#[deny(non_snake_case)]` implied by `#[deny(warnings)]`
|
/external/openssh/regress/ |
D | allow-deny-users.sh | 17 deny="$1" 23 echo DenyUsers="$deny" >> $OBJ/sshd_proxy 26 start_sshd -oDenyUsers="$deny" -oAllowUsers="$allow"
|
/external/rust/crates/mio/src/ |
D | lib.rs | 2 #![deny( 11 #![cfg_attr(test, deny(warnings))] 13 #![doc(test(attr(deny(warnings))))]
|
/external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
D | org.libwebsockets.wsclientproxy.conf | 10 <deny own="org.libwebsockets.wsclientproxy"/> 11 <deny send_destination="org.libwebsockets.wsclientproxy"/>
|
/external/rust/crates/tokio-test/src/ |
D | lib.rs | 7 #![cfg_attr(docsrs, deny(broken_intra_doc_links))] 10 attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
|
/external/rust/crates/rand/src/ |
D | lib.rs | 48 #![deny(missing_docs)] 49 #![deny(missing_debug_implementations)] 50 #![doc(test(attr(allow(unused_variables), deny(warnings))))]
|
/external/rust/crates/cfg-if/patches/ |
D | std.diff | 6 #![deny(missing_docs)] 7 #![cfg_attr(test, deny(warnings))]
|
/external/rust/crates/flate2/src/ |
D | lib.rs | 105 #![deny(missing_docs)] 106 #![deny(missing_debug_implementations)] 108 #![cfg_attr(test, deny(warnings))]
|
/external/rust/crates/tokio-stream/src/ |
D | lib.rs | 13 #![cfg_attr(docsrs, deny(broken_intra_doc_links))] 16 attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
|
/external/rust/crates/libc/src/ |
D | lib.rs | 18 #![cfg_attr(libc_deny_warnings, deny(warnings))] 23 #![cfg_attr(feature = "extra_traits", deny(missing_debug_implementations))] 24 #![deny(missing_copy_implementations, safe_packed_borrows)]
|
/external/python/httplib2/tests/ |
D | __init__.py | 587 def deny(**kwargs): function 613 return deny() 621 return deny(body=b"must use different auth scheme") 628 return deny(body=b"supplied credentials are not allowed") 652 return deny(nonce_stale=True) 653 return deny(body=b"invalid nonce") 655 return deny(body=b"auth-info nc missing") 657 return deny( 700 return deny(body=b"supplied credentials are not allowed")
|
/external/rust/crates/tokio-macros/src/ |
D | lib.rs | 9 #![cfg_attr(docsrs, deny(broken_intra_doc_links))] 12 attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
|
/external/rust/crates/regex/src/ |
D | lib.rs | 616 #![deny(missing_docs)] 617 #![cfg_attr(test, deny(warnings))]
|
/external/rust/crates/protobuf/src/ |
D | lib.rs | 3 #![deny(missing_docs)] 4 #![deny(broken_intra_doc_links)]
|
/external/rust/crates/tokio/src/ |
D | lib.rs | 12 #![cfg_attr(docsrs, deny(broken_intra_doc_links))] 15 attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
|
/external/rust/crates/rand_core/src/ |
D | lib.rs | 35 #![deny(missing_docs)] 36 #![deny(missing_debug_implementations)] 37 #![doc(test(attr(allow(unused_variables), deny(warnings))))]
|
/external/rust/crates/cfg-if/src/ |
D | lib.rs | 28 #![deny(missing_docs)] 29 #![cfg_attr(test, deny(warnings))]
|
/external/rust/crates/rand_xorshift/src/ |
D | lib.rs | 15 #![deny(missing_docs)] 16 #![deny(missing_debug_implementations)]
|
12345678910>>...19