HomeSort by relevance Sort by last modified time
    Searched full:withtree (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libxml/src/win32/
configure.js 53 var withTree = true;
136 txt += " tree: Enable tree api (" + (withTree? "yes" : "no") + ")\n";
248 vf.WriteLine("WITH_TREE=" + (withTree? "1" : "0"));
348 of.WriteLine(s.replace(/\@WITH_TREE\@/, withTree? "1" : "0"));
491 withTree = strToBool(arg.substring(opt.length + 1, arg.length));
664 txtOut += " Tree support: " + boolToStr(withTree) + "\n";

Completed in 25 milliseconds