HomeSort by relevance Sort by last modified time
    Searched refs:boolToStr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/win32/
configure.js 84 function boolToStr(opt)
644 txtOut += " Trio: " + boolToStr(withTrio) + "\n";
646 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";
647 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";
648 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";
649 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";
650 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";
651 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";
652 txtOut += " XPath support: " + boolToStr(withXpath) + "\n";
653 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n"
    [all...]
  /external/chromium_org/third_party/libxslt/win32/
configure.js 70 function boolToStr(opt)
486 txtOut += " Trio: " + boolToStr(withTrio) + "\n";
487 txtOut += " Debugging module: " + boolToStr(withXsltDebug) + "\n";
488 txtOut += " Memory debugging: " + boolToStr(withMemDebug) + "\n";
489 txtOut += " Debugger support: " + boolToStr(withDebugger) + "\n";
490 txtOut += " Use iconv: " + boolToStr(withIconv) + "\n";
491 txtOut += " With zlib: " + boolToStr(withZlib) + "\n";
492 txtOut += " Crypto: " + boolToStr(withCrypto) + "\n";
493 txtOut += " Modules: " + boolToStr(withModules) + "\n";
494 txtOut += " Locale: " + boolToStr(withLocale) + "\n"
    [all...]

Completed in 270 milliseconds