Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libxml/src/
Dconfigure.ac183 if test "$with_reader" = "yes"; then
239 test "$with_reader" = "" && with_reader=no
267 with_reader=no
455 if test "$with_reader" = "no" ; then
/external/cronet/tot/third_party/libxml/src/
Dconfigure.ac183 if test "$with_reader" = "yes"; then
239 test "$with_reader" = "" && with_reader=no
267 with_reader=no
455 if test "$with_reader" = "no" ; then
/external/libxml2/
Dconfigure.ac182 if test "$with_reader" = "yes"; then
232 test "$with_reader" = "" && with_reader=no
260 with_reader=no
447 if test "$with_reader" = "no" ; then
/external/rust/android-crates-io/crates/bincode/src/de/
Dmod.rs47 pub fn with_reader(r: IR, options: O) -> Self { in with_reader() method