Home
last modified time | relevance | path

Searched defs:testStream (Results 1 – 4 of 4) sorted by relevance

/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
DHTMLDocumentTest.java39 public void testStream() throws IOException { in testStream() method in HTMLDocumentTest
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
DXMLDocumentTest.java67 public void testStream() throws IOException { in testStream() method in XMLDocumentTest
/external/bzip2/
Dbzip2.c554 Bool testStream ( FILE *zStream ) in testStream() function
/external/python/cpython2/Lib/test/
Dtest_socket.py1768 def testStream(self): member in TIPCThreadableTest