Home
last modified time | relevance | path

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

1234

/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.cc81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasTebs()
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasPeb()
134 size_t memory_list_size = GetStream(MemoryListStream, &memory_list); in HasMemoryImpl()
158 memory_list_size = GetStream(Memory64ListStream, &memory64_list); in HasMemoryImpl()
Ddump_analysis.h56 size_t GetStream(ULONG stream_number, StreamType** stream) const { in GetStream() function
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_image.cpp21 (m_pImage->GetStream() && m_pImage->GetStream()->GetObjNum() == 0)) { in ~CPDF_ImageObject()
24 m_pImage->GetDocument()->GetPageData()->ReleaseImage(m_pImage->GetStream()); in ~CPDF_ImageObject()
/external/webrtc/talk/media/base/
Dstreamparams.cc46 bool GetStream(const StreamParamsVec& streams, in GetStream() function
49 const StreamParams* found = GetStream(streams, selector); in GetStream()
57 return GetStream(audio_, selector, stream); in GetAudioStream()
62 return GetStream(video_, selector, stream); in GetVideoStream()
67 return GetStream(data_, selector, stream); in GetDataStream()
Dstreamparams.h276 const StreamParams* GetStream(const StreamParamsVec& streams, in GetStream() function
285 return GetStream(streams, in GetStreamBySsrc()
292 return GetStream(streams, in GetStreamByIds()
298 inline const StreamParams* GetStream(const StreamParamsVec& streams, in GetStream() function
300 return GetStream(streams, in GetStream()
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp48 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream);
225 HRESULT result = volumeCallback->GetStream(fullName, &nextStream); in Open2()
311 RINOK(extractCallback->GetStream(0, &outStream, askMode)); in Extract()
337 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream) in GetStream() function in NArchive::NSplit::CHandler
DIArchive.h121 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode) x; \
133 STDMETHOD(GetStream)(const wchar_t *name, IInStream **inStream) x; \
143 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream) PURE;
333 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream) x; \
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_BitStream.cpp18 m_dwObjNum(pSrcStream->GetStream() ? pSrcStream->GetStream()->GetObjNum() in CJBig2_BitStream()
/external/pdfium/core/src/fpdfdoc/
Ddoc_metadata.cpp15 CPDF_Stream* pStream = pRoot->GetStream("Metadata"); in CPDF_Metadata()
/external/pdfium/fpdfsdk/src/javascript/
DIcon.h19 CPDF_Stream* GetStream();
DIcon.cpp38 CPDF_Stream* Icon::GetStream() { in GetStream() function in Icon
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp200 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode);
253 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, in GetStream() function in CArchiveExtractCallback
498 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream);
610 STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream) in GetStream() function in CArchiveUpdateCallback
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp417 STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream) in GetStream() function in CArchiveUpdateCallback
437 RINOK(Callback->GetStream(name, true)); in GetStream()
452 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), false)); in GetStream()
DArchiveOpenCallback.cpp76 STDMETHODIMP COpenCallbackImp::GetStream(const wchar_t *name, IInStream **inStream) in GetStream() function in COpenCallbackImp
DHashCalc.h77 virtual HRESULT GetStream(const wchar_t *name, bool isFolder) x; \
DUpdateCallback.h21 virtual HRESULT GetStream(const wchar_t *name, bool isAnti) x; \
/external/dng_sdk/source/
Ddng_gain_map.h138 static dng_gain_map * GetStream (dng_host &host,
Ddng_gain_map.cpp340 dng_gain_map * dng_gain_map::GetStream (dng_host &host, in GetStream() function in dng_gain_map
518 fGainMap.Reset (dng_gain_map::GetStream (host, stream)); in dng_opcode_GainMap()
/external/lzma/CPP/7zip/Archive/7z/
D7zFolderInStream.cpp36 HRESULT result = _updateCallback->GetStream(_fileIndices[_fileIndex], &stream); in OpenStream()
D7zFolderOutStream.cpp45 RINOK(_extractCallback->GetStream(_ref2Offset + index, &realOutStream, askMode)); in OpenFile()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_cache.cpp38 pCACHEINFO[i++].pStream = it.second->GetStream(); in CacheOptimization()
143 m_ImageCache[m_pCurImageCacheEntry->GetStream()] = m_pCurImageCacheEntry; in Continue()
/external/pdfium/fpdfsdk/src/
Dfpdf_flatten.cpp191 CPDF_Object* pContentsObj = pPage->GetStream("Contents"); in SetPageContents()
436 CPDF_Stream* pAPStream = pAnnotAP->GetStream("N"); in FPDFPage_Flatten()
443 pAPStream = pAPDic->GetStream(sAnnotState); in FPDFPage_Flatten()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h290 CPDF_Stream* GetStream(FX_DWORD index) const;
376 CPDF_Stream* GetStream(const CFX_ByteStringC& key) const;
515 const CPDF_Stream* GetStream() const { return m_pStream; } in GetStream() function
/external/protobuf/gtest/src/
Dgtest-port.cc432 GetStream() << ::std::endl << marker << " " in GTestLog()
438 GetStream() << ::std::endl; in ~GTestLog()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc466 GetStream() << ::std::endl << marker << " " in GTestLog()
472 GetStream() << ::std::endl; in ~GTestLog()

1234