OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strToBool
(Results
1 - 2
of
2
) 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/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
...]
Completed in 50 milliseconds