OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withrundebug
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libxml/src/win32/
configure.js
48
var
withRunDebug
= false;
133
txt += " run_debug: Enable memory debugger (" + (
withRunDebug
? "yes" : "no") + ")\n";
243
vf.WriteLine("WITH_RUN_DEBUG=" + (
withRunDebug
? "1" : "0"));
336
of.WriteLine(s.replace(/\@WITH_RUN_DEBUG\@/,
withRunDebug
? "1" : "0"));
481
withRunDebug
= strToBool(arg.substring(opt.length + 1, arg.length));
661
txtOut += " Runtime debugging: " + boolToStr(
withRunDebug
) + "\n";
Completed in 40 milliseconds