/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.cpp | 67 (*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 …]
|
D | UpdateCallbackConsole.cpp | 33 (*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 …]
|
D | PercentPrinter.cpp | 29 (*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()
|
D | UpdateCallbackConsole.h | 20 CStdOutStream *OutStream; variable 49 OutStream = outStream; in Init() 50 m_PercentPrinter.OutStream = outStream; in Init()
|
D | OpenCallbackConsole.h | 14 CStdOutStream *OutStream;
|
D | PercentPrinter.h | 17 CStdOutStream *OutStream;
|
D | OpenCallbackConsole.cpp | 35 Password = GetPassword(OutStream); in Open_CryptoGetTextPassword()
|
D | ExtractCallbackConsole.h | 61 CStdOutStream *OutStream; variable
|
D | Main.cpp | 386 ecs->OutStream = &stdStream; in Main2() 396 openCallback.OutStream = &stdStream; in Main2() 497 openCallback.OutStream = &stdStream; in Main2()
|
D | List.cpp | 453 openCallback.OutStream = &g_StdOut; in ListArchives()
|
/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/chromium_org/third_party/libxml/src/ |
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/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 | 70 llvm::raw_fd_ostream OutStream(FD, true); in createOnDiskFile() 71 OutStream << Content; in createOnDiskFile() 72 OutStream.close(); in createOnDiskFile()
|
D | RefactoringTest.cpp | 201 llvm::raw_fd_ostream OutStream(FD, true); in createFile() local 202 OutStream << Content; in createFile() 203 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/lzma/CPP/7zip/Archive/7z/ |
D | 7zCompressionMode.h | 27 UInt32 OutStream; member
|
D | 7zUpdate.cpp | 400 bind.OutStream = 0; in MakeExeMethod() 404 bind.OutStream = 1; in MakeExeMethod() 408 bind.OutStream = 2; in MakeExeMethod() 420 bind.OutStream = 0; in MakeExeMethod()
|
D | 7zHandlerOut.cpp | 442 RINOK(GetBindInfoPart(srcString, bind.OutCoder, bind.OutStream)); in GetBindInfo()
|
D | 7zEncode.cpp | 353 bindPair.OutIndex = _bindInfo.GetCoderOutStreamIndex(bind.OutCoder) + bind.OutStream; in EncoderConstr()
|
/external/webrtc/src/system_wrappers/interface/ |
D | file_wrapper.h | 24 class FileWrapper : public InStream, public OutStream
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 540 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));
|
D | webrtcvoiceengine.h | 75 class WebRtcMonitorStream : public webrtc::OutStream {
|