Home
last modified time | relevance | path

Searched refs:emit_warning (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/
Ddhcp_handling_rule.py178 def emit_warning(self, warning): member in DhcpHandlingRule
262 self.emit_warning("Packet's message type was %s, not %s." % (
407 self.emit_warning("REQUEST packet's server ip did not match our "
413 self.emit_warning("REQUEST packet's requested IP did not match "
490 self.emit_warning("REQUEST packet's requested IP did not match "
536 self.emit_warning("RELEASE packet's server ip did not match our "
620 self.emit_warning("DECLINE packet's server ip did not match our "
/external/rust/crates/proc-macro-error/src/
Dmacros.rs174 macro_rules! emit_warning { macro
191 $crate::emit_warning!($crate::__export::proc_macro2::Span::call_site(), $($tts)*)
/external/rust/crates/proc-macro-error/
DCHANGELOG.md103 * Warnings via `emit_warning` and `emit_warning_call_site`. Nightly only, they're ignored on stable.