OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withxptr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/patches/
icu-win32
20
var
withXptr
= true;
28
txt += " xptr: Enable XPointer support (" + (
withXptr
? "yes" : "no") + ")\n";
36
vf.WriteLine("WITH_XPTR=" + (
withXptr
? "1" : "0"));
62
txtOut += " XPointer support: " + boolToStr(
withXptr
) + "\n";
/external/chromium_org/third_party/libxml/src/win32/
configure.js
40
var
withXptr
= true;
125
txt += " xptr: Enable XPointer support (" + (
withXptr
? "yes" : "no") + ")\n";
235
vf.WriteLine("WITH_XPTR=" + (
withXptr
? "1" : "0"));
320
of.WriteLine(s.replace(/\@WITH_XPTR\@/,
withXptr
? "1" : "0"));
465
withXptr
= strToBool(arg.substring(opt.length + 1, arg.length));
653
txtOut += " XPointer support: " + boolToStr(
withXptr
) + "\n";
Completed in 51 milliseconds