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

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 283 theFeatures.put(namespacesFeature, truthValue(DEFAULT_NAMESPACES));
299 theFeatures.put(ignoreBogonsFeature, truthValue(DEFAULT_IGNORE_BOGONS));
300 theFeatures.put(bogonsEmptyFeature, truthValue(DEFAULT_BOGONS_EMPTY));
301 theFeatures.put(rootBogonsFeature, truthValue(DEFAULT_ROOT_BOGONS));
302 theFeatures.put(defaultAttributesFeature, truthValue(DEFAULT_DEFAULT_ATTRIBUTES));
303 theFeatures.put(translateColonsFeature, truthValue(DEFAULT_TRANSLATE_COLONS));
304 theFeatures.put(restartElementsFeature, truthValue(DEFAULT_RESTART_ELEMENTS));
305 theFeatures.put(ignorableWhitespaceFeature, truthValue(DEFAULT_IGNORABLE_WHITESPACE));
306 theFeatures.put(CDATAElementsFeature, truthValue(DEFAULT_CDATA_ELEMENTS));
311 private static Boolean truthValue(boolean b)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]

Completed in 80 milliseconds