Home
last modified time | relevance | path

Searched defs:outStream (Results 1 – 25 of 59) sorted by relevance

123

/third_party/lzma/CPP/7zip/UI/Console/
DUserInputUtils.cpp23 NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream) in ScanUserYesNoAllQuit()
62 static bool GetPassword(CStdOutStream *outStream, UString &psw) in GetPassword()
101 HRESULT GetPassword_HRESULT(CStdOutStream *outStream, UString &psw) in GetPassword_HRESULT()
DExtractCallbackConsole.h59 void Init(CStdOutStream *outStream, CStdOutStream *errorStream, CStdOutStream *percentStream) in Init()
166 void Init(CStdOutStream *outStream, CStdOutStream *errorStream, CStdOutStream *percentStream) in Init()
DOpenCallbackConsole.h52 void Init(CStdOutStream *outStream, CStdOutStream *errorStream, CStdOutStream *percentStream) in Init()
DUpdateCallbackConsole.h66 void Init(CStdOutStream *outStream, CStdOutStream *errorStream, CStdOutStream *percentStream) in Init()
/third_party/skia/tests/
DAnnotationTest.cpp55 SkDynamicMemoryWStream outStream; in DEF_TEST() local
74 SkDynamicMemoryWStream outStream; in DEF_TEST() local
95 SkDynamicMemoryWStream outStream; in DEF_TEST() local
112 SkDynamicMemoryWStream outStream; in DEF_TEST() local
/third_party/lzma/CPP/7zip/Compress/
DCopyCoder.cpp24 ISequentialOutStream *outStream, in Code()
134 HRESULT CopyStream(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgres… in CopyStream()
140 HRESULT CopyStream_ExactSize(ISequentialInStream *inStream, ISequentialOutStream *outStream, UInt64… in CopyStream_ExactSize()
DLzmaDecoder.cpp116 HRESULT CDecoder::CodeSpec(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompres… in CodeSpec()
216 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
302 HRESULT CDecoder::CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgr… in CodeResume()
DLzma2Encoder.cpp93 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties()
103 STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
DPpmdEncoder.cpp130 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties()
139 HRESULT CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
DXzDecoder.cpp34 HRESULT CDecoder::Decode(ISequentialInStream *seqInStream, ISequentialOutStream *outStream, in Decode()
116 HRESULT CComDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
DLzmaEncoder.cpp198 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties()
296 STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
DDeltaFilter.cpp81 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties()
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c73 static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStream *inStream, in Decode2()
127 static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream) in Decode()
153 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize, char *rs) in Encode()
193 CFileOutStream outStream; in main2() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Renderer.cpp635 void GLES1Renderer::addShaderDefine(std::stringstream &outStream, in addShaderDefine()
643 void GLES1Renderer::addShaderInt(std::stringstream &outStream, const char *name, int value) in addShaderInt()
649 void GLES1Renderer::addShaderIntTexArray(std::stringstream &outStream, in addShaderIntTexArray()
666 void GLES1Renderer::addShaderBoolTexArray(std::stringstream &outStream, in addShaderBoolTexArray()
684 void GLES1Renderer::addShaderBoolLightArray(std::stringstream &outStream, in addShaderBoolLightArray()
702 void GLES1Renderer::addShaderBoolClipPlaneArray(std::stringstream &outStream, in addShaderBoolClipPlaneArray()
720 void GLES1Renderer::addVertexShaderDefs(std::stringstream &outStream) in addVertexShaderDefs()
728 void GLES1Renderer::addFragmentShaderDefs(std::stringstream &outStream) in addFragmentShaderDefs()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
DDuplexEngine.h58 oboe::ManagedStream outStream; variable
/third_party/lzma/CS/7zip/
DICoder.cs60 void Code(System.IO.Stream inStream, System.IO.Stream outStream, in Code()
150 void WriteCoderProperties(System.IO.Stream outStream); in WriteCoderProperties()
/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp84 STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
157 STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream) in SetOutStream()
421 STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties()
DStreamBinder.cpp71 …reateStreams2(CMyComPtr<ISequentialInStream> &inStream, CMyComPtr<ISequentialOutStream> &outStream) in CreateStreams2()
/third_party/lzma/CPP/7zip/Archive/Common/
DDummyOutStream.h17 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } in SetStream()
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs198 void Init(System.IO.Stream inStream, System.IO.Stream outStream) in Init()
230 public void Code(System.IO.Stream inStream, System.IO.Stream outStream, in Code()
DLzmaEncoder.cs1240 void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStream(outStream); } in SetOutStream()
1249 void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, in SetStreams()
1273 public void Code(System.IO.Stream inStream, System.IO.Stream outStream, in Code()
1303 public void WriteCoderProperties(System.IO.Stream outStream) in WriteCoderProperties()
/third_party/lzma/C/
DLzma2Enc.c130 size_t *packSizeRes, ISeqOutStream *outStream) in Lzma2EncInt_EncodeSubblock()
370 ISeqOutStream *outStream; member
500 ISeqOutStream *outStream, in Lzma2Enc_EncodeMt1()
717 ISeqOutStream *outStream, in Lzma2Enc_Encode2()
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java73 OutputStream outStream = new FileOutputStream(outFile); in executeBinary() local
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp96 ISequentialOutStream **outStream, Int32 askExtractMode) in GetStream()
/third_party/lzma/Java/SevenZip/
DLzmaAlone.java196 …java.io.BufferedOutputStream outStream = new java.io.BufferedOutputStream(new java.io.FileOutputSt… in main() local

123