Searched refs:OutStream (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Support/ |
D | Statistic.cpp | 154 raw_ostream &OutStream = *CreateInfoOutputFile(); in PrintStatistics() local 155 PrintStatistics(OutStream); in PrintStatistics() 156 delete &OutStream; // Close the file. in PrintStatistics() 163 raw_ostream &OutStream = *CreateInfoOutputFile(); in PrintStatistics() 164 OutStream << "Statistics are disabled. " in PrintStatistics() 166 OutStream.flush(); in PrintStatistics() 167 delete &OutStream; // Close the file. in PrintStatistics()
|
D | Timer.cpp | 298 raw_ostream *OutStream = CreateInfoOutputFile(); in removeTimer() local 299 PrintQueuedTimers(*OutStream); in removeTimer() 300 delete OutStream; // Close the file. in removeTimer()
|
/external/libxml2/ |
D | trio.c | 683 void (*OutStream) TRIO_PROTO((struct _trio_class_t *, int)); member 2185 assert(VALID(self->OutStream)); 2289 self->OutStream(self, CHAR_ADJUST); 2294 self->OutStream(self, '-'); 2296 self->OutStream(self, '+'); 2298 self->OutStream(self, ' '); 2306 self->OutStream(self, '0'); 2307 self->OutStream(self, (flags & FLAGS_UPPER) ? 'B' : 'b'); 2312 self->OutStream(self, '0'); 2316 self->OutStream(self, '0'); [all …]
|
/external/llvm/utils/FileUpdate/ |
D | FileUpdate.cpp | 73 tool_output_file OutStream(OutputFilename.c_str(), ErrorStr, in main() local 81 OutStream.os().write(In->getBufferStart(), In->getBufferSize()); in main() 84 OutStream.keep(); in main()
|
/external/clang/unittests/Tooling/ |
D | RewriterTestContext.h | 78 llvm::raw_fd_ostream OutStream(Path.c_str(), in createOnDiskFile() 81 OutStream << Content; in createOnDiskFile() 82 OutStream.close(); in createOnDiskFile()
|
D | RefactoringTest.cpp | 172 llvm::raw_fd_ostream OutStream(Path.c_str(), in createFile() local 175 OutStream << Content; in createFile() 176 OutStream.close(); in createFile()
|
/external/webrtc/src/ |
D | common_types.h | 40 class OutStream 45 virtual ~OutStream() {} in ~OutStream() 47 OutStream() {} in OutStream() function
|
/external/webrtc/src/system_wrappers/interface/ |
D | file_wrapper.h | 24 class FileWrapper : public InStream, public OutStream
|