Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/bindgen/
Dtime.rs25 pub fn with_output(mut self, output: bool) -> Self { in with_output() method
Dlib.rs909 let _t = time::Timer::new("parse").with_output(time_phases); in generate()
995 .with_output(self.options.time_phases); in format_tokens()
/external/cronet/stable/third_party/libxml/src/
Dconfigure.ac154 if test "$with_output" = "no"; then
157 with_output=yes
190 if test "$with_output" = "no"; then
193 with_output=yes
235 test "$with_output" = "" && with_output=no
258 if test "$with_output" = "no"; then
571 if test "$with_output" = "no" ; then
/external/cronet/tot/third_party/libxml/src/
Dconfigure.ac154 if test "$with_output" = "no"; then
157 with_output=yes
190 if test "$with_output" = "no"; then
193 with_output=yes
235 test "$with_output" = "" && with_output=no
258 if test "$with_output" = "no"; then
571 if test "$with_output" = "no" ; then
/external/libxml2/
Dconfigure.ac153 if test "$with_output" = "no"; then
156 with_output=yes
189 if test "$with_output" = "no"; then
192 with_output=yes
228 test "$with_output" = "" && with_output=no
251 if test "$with_output" = "no"; then
563 if test "$with_output" = "no" ; then
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc116 int with_output) { in ReplaceEdge() argument
123 g->AddEdge(with, with_output, replace_node, dst_input); in ReplaceEdge()
/external/rust/android-crates-io/crates/bindgen/ir/
Dcontext.rs548 Timer::new("translation_unit").with_output(options.time_phases); in new()
620 Timer::new(name).with_output(self.options.time_phases) in timer()