Home
last modified time | relevance | path

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

/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/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/llvm/unittests/ProfileData/
DSampleProfTest.cpp54 void createWriter(SampleProfileFormat Format) { in createWriter() function
67 createWriter(Format); in testRoundTrip()
/external/llvm-project/llvm/unittests/ProfileData/
DSampleProfTest.cpp48 void createWriter(SampleProfileFormat Format, StringRef Profile) { in createWriter() function
137 createWriter(Format, ProfileFile.path()); in testRoundTrip()
377 createWriter(Format, ProfileFile.path()); in testSuffixElisionPolicy()
/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
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp156 static std::unique_ptr<Writer> createWriter(const CopyConfig &Config, in createWriter() function
284 createWriter(Config, **DWOFile, FB, OutputElfType); in splitDWOToFile()
782 createWriter(Config, Obj, Out, OutputElfType); in writeOutput()