| /third_party/lzma/CPP/7zip/UI/Console/ |
| D | UserInputUtils.cpp | 23 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()
|
| D | ExtractCallbackConsole.h | 59 void Init(CStdOutStream *outStream, CStdOutStream *errorStream, CStdOutStream *percentStream) in Init() 166 void Init(CStdOutStream *outStream, CStdOutStream *errorStream, CStdOutStream *percentStream) in Init()
|
| D | OpenCallbackConsole.h | 52 void Init(CStdOutStream *outStream, CStdOutStream *errorStream, CStdOutStream *percentStream) in Init()
|
| D | UpdateCallbackConsole.h | 66 void Init(CStdOutStream *outStream, CStdOutStream *errorStream, CStdOutStream *percentStream) in Init()
|
| /third_party/skia/tests/ |
| D | AnnotationTest.cpp | 55 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/ |
| D | CopyCoder.cpp | 24 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()
|
| D | LzmaDecoder.cpp | 116 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()
|
| D | Lzma2Encoder.cpp | 93 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() 103 STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
|
| D | PpmdEncoder.cpp | 130 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() 139 HRESULT CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
|
| D | XzDecoder.cpp | 34 HRESULT CDecoder::Decode(ISequentialInStream *seqInStream, ISequentialOutStream *outStream, in Decode() 116 HRESULT CComDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
|
| D | LzmaEncoder.cpp | 198 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() 296 STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
|
| D | DeltaFilter.cpp | 81 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties()
|
| /third_party/lzma/C/Util/Lzma/ |
| D | LzmaUtil.c | 73 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/ |
| D | GLES1Renderer.cpp | 635 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/ |
| D | DuplexEngine.h | 58 oboe::ManagedStream outStream; variable
|
| /third_party/lzma/CS/7zip/ |
| D | ICoder.cs | 60 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/ |
| D | FilterCoder.cpp | 84 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()
|
| D | StreamBinder.cpp | 71 …reateStreams2(CMyComPtr<ISequentialInStream> &inStream, CMyComPtr<ISequentialOutStream> &outStream) in CreateStreams2()
|
| /third_party/lzma/CPP/7zip/Archive/Common/ |
| D | DummyOutStream.h | 17 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } in SetStream()
|
| /third_party/lzma/CS/7zip/Compress/LZMA/ |
| D | LzmaDecoder.cs | 198 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()
|
| D | LzmaEncoder.cs | 1240 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/ |
| D | Lzma2Enc.c | 130 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/ |
| D | MainActivity.java | 73 OutputStream outStream = new FileOutputStream(outFile); in executeBinary() local
|
| /third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
| D | ExtractCallbackSfx.cpp | 96 ISequentialOutStream **outStream, Int32 askExtractMode) in GetStream()
|
| /third_party/lzma/Java/SevenZip/ |
| D | LzmaAlone.java | 196 …java.io.BufferedOutputStream outStream = new java.io.BufferedOutputStream(new java.io.FileOutputSt… in main() local
|