Home
last modified time | relevance | path

Searched refs:with_output (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/bindgen/src/
Dtime.rs25 pub fn with_output(mut self, output: bool) -> Self { in with_output() method
Dlib.rs2285 let _t = time::Timer::new("parse").with_output(time_phases); in generate()
2384 .with_output(self.options.time_phases); in rustfmt_generated_string()
/external/libxml2/
Dconfigure.ac305 if test "$with_output" = ""
307 with_output=no
1212 if test "$with_output" = "no" ; then
1214 with_output=yes
1409 if test "$with_output" = "no" ; then
/external/rust/crates/bindgen/src/ir/
Dcontext.rs527 Timer::new("translation_unit").with_output(options.time_phases); in new()
597 Timer::new(name).with_output(self.options.time_phases) in timer()