HomeSort by relevance Sort by last modified time
    Searched refs:withModules (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxslt/win32/
configure.js 49 var withModules = false;
109 txt += " modules: Enable Module support (" + (withModules? "yes" : "no") + ")\n";
196 vf.WriteLine("WITH_MODULES=" + (withModules? "1" : "0"));
244 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
280 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
351 withModules = strToBool(arg.substring(opt.length + 1, arg.length));
408 if (buildStatic == 1 && withModules == 1) {
414 withModules=0;
493 txtOut += " Modules: " + boolToStr(withModules) + "\n";
  /external/chromium_org/third_party/libxml/src/win32/
configure.js 52 var withModules = true;
135 txt += " modules: Enable module support (" + (withModules? "yes" : "no") + ")\n";
247 vf.WriteLine("WITH_MODULES=" + (withModules? "1" : "0"));
344 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
489 withModules = strToBool(arg.substring(opt.length + 1, arg.length));
663 txtOut += " Module support: " + boolToStr(withModules) + "\n";

Completed in 129 milliseconds