OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withzlib
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libxml/patches/
icu-win32
25
var
withZlib
= false;
33
txt += " zlib: Enable zlib support (" + (
withZlib
? "yes" : "no") + ")\n";
41
vf.WriteLine("WITH_ZLIB=" + (
withZlib
? "1" : "0"));
67
txtOut += " zlib support: " + boolToStr(
withZlib
) + "\n";
/external/chromium_org/third_party/libxslt/win32/
configure.js
47
var
withZlib
= false;
107
txt += " zlib: Use zlib library (" + (
withZlib
? "yes" : "no") + ")\n";
194
vf.WriteLine("WITH_ZLIB=" + (
withZlib
? "1" : "0"));
347
withZlib
= strToBool(arg.substring(opt.length + 1, arg.length));
491
txtOut += " With zlib: " + boolToStr(
withZlib
) + "\n";
/external/chromium_org/third_party/libxml/src/win32/
configure.js
45
var
withZlib
= false;
130
txt += " zlib: Enable zlib support (" + (
withZlib
? "yes" : "no") + ")\n";
240
vf.WriteLine("WITH_ZLIB=" + (
withZlib
? "1" : "0"));
330
of.WriteLine(s.replace(/\@WITH_ZLIB\@/,
withZlib
? "1" : "0"));
475
withZlib
= strToBool(arg.substring(opt.length + 1, arg.length));
658
txtOut += " zlib support: " + boolToStr(
withZlib
) + "\n";
Completed in 698 milliseconds