/external/google-breakpad/src/client/windows/unittests/ |
D | dump_analysis.cc | 81 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()
|
D | dump_analysis.h | 56 size_t GetStream(ULONG stream_number, StreamType** stream) const { in GetStream() function
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_image.cpp | 21 (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/ |
D | streamparams.cc | 46 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()
|
D | streamparams.h | 276 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/ |
D | SplitHandler.cpp | 48 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
|
D | IArchive.h | 121 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/ |
D | JBig2_BitStream.cpp | 18 m_dwObjNum(pSrcStream->GetStream() ? pSrcStream->GetStream()->GetObjNum() in CJBig2_BitStream()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_metadata.cpp | 15 CPDF_Stream* pStream = pRoot->GetStream("Metadata"); in CPDF_Metadata()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Icon.h | 19 CPDF_Stream* GetStream();
|
D | Icon.cpp | 38 CPDF_Stream* Icon::GetStream() { in GetStream() function in Icon
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 200 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/ |
D | UpdateCallback.cpp | 417 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()
|
D | ArchiveOpenCallback.cpp | 76 STDMETHODIMP COpenCallbackImp::GetStream(const wchar_t *name, IInStream **inStream) in GetStream() function in COpenCallbackImp
|
D | HashCalc.h | 77 virtual HRESULT GetStream(const wchar_t *name, bool isFolder) x; \
|
D | UpdateCallback.h | 21 virtual HRESULT GetStream(const wchar_t *name, bool isAnti) x; \
|
/external/dng_sdk/source/ |
D | dng_gain_map.h | 138 static dng_gain_map * GetStream (dng_host &host,
|
D | dng_gain_map.cpp | 340 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/ |
D | 7zFolderInStream.cpp | 36 HRESULT result = _updateCallback->GetStream(_fileIndices[_fileIndex], &stream); in OpenStream()
|
D | 7zFolderOutStream.cpp | 45 RINOK(_extractCallback->GetStream(_ref2Offset + index, &realOutStream, askMode)); in OpenFile()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_cache.cpp | 38 pCACHEINFO[i++].pStream = it.second->GetStream(); in CacheOptimization() 143 m_ImageCache[m_pCurImageCacheEntry->GetStream()] = m_pCurImageCacheEntry; in Continue()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_flatten.cpp | 191 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/ |
D | fpdf_objects.h | 290 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/ |
D | gtest-port.cc | 432 GetStream() << ::std::endl << marker << " " in GTestLog() 438 GetStream() << ::std::endl; in ~GTestLog()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 466 GetStream() << ::std::endl << marker << " " in GTestLog() 472 GetStream() << ::std::endl; in ~GTestLog()
|