Home
last modified time | relevance | path

Searched refs:OutStream (Results 1 – 25 of 25) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp67 (*OutStream) << "file " << existName << in AskOverwrite()
69 (*OutStream) << newName; in AskOverwrite()
71 NUserAnswerMode::EEnum overwriteAnswer = ScanUserYesNoAllQuit(OutStream); in AskOverwrite()
90 case NArchive::NExtract::NAskMode::kExtract: (*OutStream) << kExtractString; break; in PrepareOperation()
91 case NArchive::NExtract::NAskMode::kTest: (*OutStream) << kTestString; break; in PrepareOperation()
92 case NArchive::NExtract::NAskMode::kSkip: (*OutStream) << kSkipString; break; in PrepareOperation()
94 (*OutStream) << name; in PrepareOperation()
96 (*OutStream) << " <" << *position << ">"; in PrepareOperation()
102 (*OutStream) << message << endl; in MessageError()
118 (*OutStream) << " "; in SetOperationResult()
[all …]
DUpdateCallbackConsole.cpp33 (*OutStream) << endl; in OpenResult()
35 (*OutStream) << "Error: " << name << " is not supported archive" << endl; in OpenResult()
41 (*OutStream) << kScanningMessage; in StartScanning()
57 (*OutStream) << endl << endl; in CanNotFindError()
70 (*OutStream) << endl << endl; in FinishScanning()
77 (*OutStream) << kUpdatingArchiveMessage; in StartArchive()
79 (*OutStream) << kCreatingArchiveMessage; in StartArchive()
81 (*OutStream) << name; in StartArchive()
83 (*OutStream) << "StdOut"; in StartArchive()
84 (*OutStream) << endl << endl; in StartArchive()
[all …]
DPercentPrinter.cpp29 (*OutStream) << s; in ClosePrint()
36 (*OutStream) << s; in PrintString()
42 (*OutStream) << s; in PrintString()
48 (*OutStream) << "\n"; in PrintNewLine()
79 (*OutStream) << fullString; in RePrintRatio()
80 OutStream->Flush(); in RePrintRatio()
DUpdateCallbackConsole.h20 CStdOutStream *OutStream; variable
49 OutStream = outStream; in Init()
50 m_PercentPrinter.OutStream = outStream; in Init()
DOpenCallbackConsole.h14 CStdOutStream *OutStream;
DPercentPrinter.h17 CStdOutStream *OutStream;
DOpenCallbackConsole.cpp35 Password = GetPassword(OutStream); in Open_CryptoGetTextPassword()
DExtractCallbackConsole.h61 CStdOutStream *OutStream; variable
DMain.cpp386 ecs->OutStream = &stdStream; in Main2()
396 openCallback.OutStream = &stdStream; in Main2()
497 openCallback.OutStream = &stdStream; in Main2()
DList.cpp453 openCallback.OutStream = &g_StdOut; in ListArchives()
/external/llvm/lib/Support/
DStatistic.cpp154 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()
DTimer.cpp298 raw_ostream *OutStream = CreateInfoOutputFile(); in removeTimer() local
299 PrintQueuedTimers(*OutStream); in removeTimer()
300 delete OutStream; // Close the file. in removeTimer()
/external/chromium_org/third_party/libxml/src/
Dtrio.c683 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/libxml2/
Dtrio.c683 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/
DFileUpdate.cpp73 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/
DRewriterTestContext.h70 llvm::raw_fd_ostream OutStream(FD, true); in createOnDiskFile()
71 OutStream << Content; in createOnDiskFile()
72 OutStream.close(); in createOnDiskFile()
DRefactoringTest.cpp201 llvm::raw_fd_ostream OutStream(FD, true); in createFile() local
202 OutStream << Content; in createFile()
203 OutStream.close(); in createFile()
/external/webrtc/src/
Dcommon_types.h40 class OutStream
45 virtual ~OutStream() {} in ~OutStream()
47 OutStream() {} in OutStream() function
/external/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h27 UInt32 OutStream; member
D7zUpdate.cpp400 bind.OutStream = 0; in MakeExeMethod()
404 bind.OutStream = 1; in MakeExeMethod()
408 bind.OutStream = 2; in MakeExeMethod()
420 bind.OutStream = 0; in MakeExeMethod()
D7zHandlerOut.cpp442 RINOK(GetBindInfoPart(srcString, bind.OutCoder, bind.OutStream)); in GetBindInfo()
D7zEncode.cpp353 bindPair.OutIndex = _bindInfo.GetCoderOutStreamIndex(bind.OutCoder) + bind.OutStream; in EncoderConstr()
/external/webrtc/src/system_wrappers/interface/
Dfile_wrapper.h24 class FileWrapper : public InStream, public OutStream
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvoiceengine.h540 WEBRTC_STUB(StartRecordingPlayout, (int channel, webrtc::OutStream* stream,
552 WEBRTC_FUNC(StartRecordingMicrophone, (webrtc::OutStream* stream,
570 webrtc::OutStream* streamOut));
574 webrtc::OutStream* streamOut));
579 webrtc::OutStream* streamOut,
584 webrtc::OutStream* streamOut));
Dwebrtcvoiceengine.h75 class WebRtcMonitorStream : public webrtc::OutStream {