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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 160 * @param shouldFlush if true this call is like the SAX
171 boolean shouldFlush)
ToUnknownStream.java 382 public boolean startPrefixMapping(String prefix, String uri, boolean shouldFlush)
388 if (m_firstElementName != null && shouldFlush)
395 pushed = m_handler.startPrefixMapping(prefix, uri, shouldFlush);
417 pushed = m_handler.startPrefixMapping(prefix, uri, shouldFlush);
    [all...]
ToXMLSAXHandler.java 329 * @param shouldFlush a flag indicating if the mapping applies to the
336 boolean shouldFlush)
348 if (shouldFlush)
ToTextSAXHandler.java 390 boolean shouldFlush)
ToTextStream.java 603 boolean shouldFlush)
ToStream.java 564 boolean shouldFlush = m_shouldFlush;
609 m_shouldFlush = shouldFlush;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py     [all...]
  /external/python/cpython2/Lib/logging/
handlers.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /external/python/cpython3/Lib/logging/
handlers.py     [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]
  /external/python/cpython3/Lib/test/
test_logging.py 585 self.assertTrue(h.shouldFlush(r))
588 self.assertFalse(h.shouldFlush(r))
    [all...]

Completed in 402 milliseconds