HomeSort by relevance Sort by last modified time
    Searched full:strtobool (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libxml/src/win32/
configure.js 96 function strToBool(opt)
447 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
451 withFtp = strToBool(arg.substring(opt.length + 1, arg.length));
453 withHttp = strToBool(arg.substring(opt.length + 1, arg.length));
455 withHtml = strToBool(arg.substring(opt.length + 1, arg.length));
457 withC14n = strToBool(arg.substring(opt.length + 1, arg.length));
459 withCatalog = strToBool(arg.substring(opt.length + 1, arg.length));
461 withDocb = strToBool(arg.substring(opt.length + 1, arg.length));
463 withXpath = strToBool(arg.substring(opt.length + 1, arg.length));
465 withXptr = strToBool(arg.substring(opt.length + 1, arg.length))
    [all...]
  /external/chromium_org/third_party/libxml/patches/
icu-win32 53 withXinclude = strToBool(arg.substring(opt.length + 1, arg.length));
55 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));
57 + withIcu = strToBool(arg.substring(opt.length + 1, arg.length));
59 withIso8859x = strToBool(arg.substring(opt.length + 1, arg.length));
  /external/chromium_org/third_party/libxslt/win32/
configure.js 82 function strToBool(opt)
335 withXsltDebug = strToBool(arg.substring(opt.length + 1, arg.length));
337 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
339 withMemDebug = strToBool(arg.substring(opt.length + 1, arg.length));
341 withDebugger = strToBool(arg.substring(opt.length + 1, arg.length));
343 buildDebug = strToBool(arg.substring(opt.length + 1, arg.length));
345 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));
347 withZlib = strToBool(arg.substring(opt.length + 1, arg.length));
349 withCrypto = strToBool(arg.substring(opt.length + 1, arg.length));
351 withModules = strToBool(arg.substring(opt.length + 1, arg.length))
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
delphi.php 150 'StrPLCopy', 'StrPas', 'StrPos', 'StrRScan', 'StrScan', 'StrToBool',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 20 from distutils.util import check_environ, strtobool, rfc822_escape namespace
413 setattr(self, alias, not strtobool(val))
415 setattr(self, opt, strtobool(val))
    [all...]
util.py 334 def strtobool (val): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 20 from distutils.util import check_environ, strtobool, rfc822_escape namespace
413 setattr(self, alias, not strtobool(val))
415 setattr(self, opt, strtobool(val))
    [all...]
util.py 334 def strtobool (val): function

Completed in 350 milliseconds