Home
last modified time | relevance | path

Searched refs:testStream (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DTest.h225 SkDynamicMemoryWStream testStream; \
226 sk_sp<SkDocument> testDoc(SkDocument::MakePDF(&testStream)); \
/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
1592 allOK = testStream ( inStr ); in testf()
/external/python/cpython2/Lib/test/
Dtest_socket.py1768 def testStream(self): member in TIPCThreadableTest