Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/win32/
Dconfigure.js62 var withOutput = true; variable
145 txt += " output: Enable serialization support (" + (withOutput? "yes" : "no") + ")\n";
257 vf.WriteLine("WITH_OUTPUT=" + (withOutput? "1" : "0"));
366 of.WriteLine(s.replace(/\@WITH_OUTPUT\@/, withOutput? "1" : "0"));
509 withOutput = strToBool(arg.substring(opt.length + 1, arg.length));
673 txtOut += " Output support: " + boolToStr(withOutput) + "\n";