Searched defs:GetStream (Results 1 - 23 of 23) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
H A Ddump_analysis.h56 size_t GetStream(ULONG stream_number, StreamType** stream) const { function in class:DumpAnalysis
94 // This is the implementation of GetStream<>.
/external/pdfium/fpdfsdk/src/javascript/
H A DIcon.cpp45 CPDF_Stream* Icon::GetStream() function in class:Icon
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp87 STDMETHODIMP COpenCallbackImp::GetStream(const wchar_t *name, IInStream **inStream) function in class:COpenCallbackImp
H A DUpdateCallback.cpp158 STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream) function in class:CArchiveUpdateCallback
170 return Callback->GetStream((*ArcItems)[up.ArcIndex].Name, true);
173 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), false));
H A DArchiveExtractCallback.cpp147 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode) function in class:CArchiveExtractCallback
/external/lldb/include/lldb/Expression/
H A DIRForTarget.h630 lldb_private::StreamString &GetStream() function in class:IRForTarget::StaticDataAllocator
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp157 HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isAnti) function in class:CUpdateCallbackConsole
/external/lldb/source/Host/common/
H A DFile.cpp132 File::GetStream () function in class:File
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp45 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream);
235 HRESULT result = openVolumeCallback->GetStream(fullName, &nextStream);
312 RINOK(extractCallback->GetStream(0, &outStream, askMode));
338 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream) function in class:NArchive::NSplit::CHandler
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h330 CPDF_Stream* GetStream(FX_DWORD index) const;
427 CPDF_Stream* GetStream(FX_BSTR key) const;
584 const CPDF_Stream* GetStream() const function in class:CPDF_StreamAcc
640 const CPDF_Stream* GetStream() function in class:CPDF_StreamFilter
H A Dfpdf_resource.h865 CPDF_Stream* GetStream() const function in class:CPDF_Image
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp319 GetStream () const function in class:ReadUTFBufferAndDumpToStreamOptions
407 if (!options.GetStream())
439 options.GetStream()->Printf("unable to read data");
445 return DumpUTFBufferToStream(options.GetConversionFunction(), data, *options.GetStream(), options.GetPrefixToken(), options.GetQuote(), sourceSize);
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp175 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode);
228 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, function in class:CArchiveExtractCallback
449 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream);
561 STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream) function in class:CArchiveUpdateCallback
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp470 CPDF_Stream* CPDF_Array::GetStream(FX_DWORD i) const function in class:CPDF_Array
711 CPDF_Stream* CPDF_Dictionary::GetStream(FX_BSTR key) const function in class:CPDF_Dictionary
/external/google-breakpad/src/processor/
H A Dminidump.cc4246 return GetStream(&thread_list);
4252 return GetStream(&module_list);
4258 return GetStream(&memory_list);
4264 return GetStream(&exception);
4269 return GetStream(&assertion);
4275 return GetStream(&system_info);
4281 return GetStream(&misc_info);
4287 return GetStream(&breakpad_info);
4292 return GetStream(&memory_info_list);
4579 T* Minidump::GetStream( function in class:google_breakpad::Minidump
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h925 ::std::ostream& GetStream() { return ::std::cerr; } function in class:testing::internal::GTestLog
935 __FILE__, __LINE__).GetStream()
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h915 ::std::ostream& GetStream() { return ::std::cerr; } function in class:testing::internal::GTestLog
925 __FILE__, __LINE__).GetStream()
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h347 CPDF_Stream* GetStream() const function in class:CPDF_ImageCache
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h745 ::std::ostream& GetStream() { return ::std::cerr; } function in class:testing::internal::GTestLog
755 __FILE__, __LINE__).GetStream()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h939 ::std::ostream& GetStream() { return ::std::cerr; } function in class:testing::internal::GTestLog
949 __FILE__, __LINE__).GetStream()
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1031 ::std::ostream& GetStream() { return ::std::cerr; } function in class:testing::internal::GTestLog
1041 __FILE__, __LINE__).GetStream()
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h1807 ::std::ostream& GetStream() { return ::std::cerr; } function in class:std::tr1::GTestLog
1817 __FILE__, __LINE__).GetStream()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2138 ::std::ostream& GetStream() { return ::std::cerr; } function in class:std::tr1::GTestLog
2148 __FILE__, __LINE__).GetStream()

Completed in 916 milliseconds