Home
last modified time | relevance | path

Searched refs:createWriter (Results 1 – 6 of 6) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
DExecutionDataReaderWriterTest.java51 writer = createWriter(buffer); in setup()
203 final ExecutionDataWriter writer = createWriter(new OutputStream() { in testSessionInfoIOException()
288 final ExecutionDataWriter writer = createWriter(new OutputStream() { in testExecutionDataIOException()
324 protected ExecutionDataWriter createWriter(OutputStream out) in createWriter() method in ExecutionDataReaderWriterTest
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DRemoteControlReaderWriterTest.java42 writer = createWriter(buffer); in setup()
101 protected RemoteControlWriter createWriter(OutputStream out) in createWriter() method in RemoteControlReaderWriterTest
/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp54 void createWriter(SampleProfileFormat Format) { in createWriter() function
67 createWriter(Format); in testRoundTrip()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DSampleProfTest.cpp48 void createWriter(SampleProfileFormat Format) { in createWriter() function
61 createWriter(Format); in testRoundTrip()
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter.java59 m_out = createWriter(outdir); in generateReport()
74 protected PrintWriter createWriter(String outdir) throws IOException { in createWriter() method in EmailableReporter
DEmailableReporter2.java48 writer = createWriter(outputDirectory); in generateReport()
65 protected PrintWriter createWriter(String outdir) throws IOException { in createWriter() method in EmailableReporter2