OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withxinclude
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/patches/
icu-win32
21
var
withXinclude
= true;
29
txt += " xinclude: Enable XInclude support (" + (
withXinclude
? "yes" : "no") + ")\n";
37
vf.WriteLine("WITH_XINCLUDE=" + (
withXinclude
? "1" : "0"));
44
of.WriteLine(s.replace(/\@WITH_XINCLUDE\@/,
withXinclude
? "1" : "0"));
53
withXinclude
= strToBool(arg.substring(opt.length + 1, arg.length));
63
txtOut += " XInclude support: " + boolToStr(
withXinclude
) + "\n";
/external/chromium_org/third_party/libxml/src/win32/
configure.js
41
var
withXinclude
= true;
126
txt += " xinclude: Enable XInclude support (" + (
withXinclude
? "yes" : "no") + ")\n";
236
vf.WriteLine("WITH_XINCLUDE=" + (
withXinclude
? "1" : "0"));
322
of.WriteLine(s.replace(/\@WITH_XINCLUDE\@/,
withXinclude
? "1" : "0"));
467
withXinclude
= strToBool(arg.substring(opt.length + 1, arg.length));
654
txtOut += " XInclude support: " + boolToStr(
withXinclude
) + "\n";
Completed in 87 milliseconds