/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 130 raw_ostream& GetStream() { in GetStream() function in SubSectionWriter 145 encodeULEB128(Section.SymbolTable.size(), SubSection.GetStream()); in writeSectionContent() 151 writeUint8(SubSection.GetStream(), Info.Kind); in writeSectionContent() 152 encodeULEB128(Info.Flags, SubSection.GetStream()); in writeSectionContent() 156 encodeULEB128(Info.ElementIndex, SubSection.GetStream()); in writeSectionContent() 158 writeStringRef(Info.Name, SubSection.GetStream()); in writeSectionContent() 161 writeStringRef(Info.Name, SubSection.GetStream()); in writeSectionContent() 163 encodeULEB128(Info.DataRef.Segment, SubSection.GetStream()); in writeSectionContent() 164 encodeULEB128(Info.DataRef.Offset, SubSection.GetStream()); in writeSectionContent() 165 encodeULEB128(Info.DataRef.Size, SubSection.GetStream()); in writeSectionContent() [all …]
|
/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/fpdfapi/render/ |
D | cpdf_pagerendercache.cpp | 51 it.second->GetImage()->GetStream()); in CacheOptimization() 88 CPDF_Stream* pStream = pImage->GetStream(); in StartGetCachedBitmap() 121 m_ImageCache[m_pCurImageCacheEntry->GetImage()->GetStream()] = in Continue() 132 CPDF_Stream* pStream = pImage->GetStream(); in ResetBitmap()
|
D | cpdf_imagecacheentry.cpp | 72 m_pDocument.Get(), m_pImage->GetStream(), true, pFormResources, in StartGetCachedBitmap()
|
/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/vixl/examples/aarch32/ |
D | custom-aarch32-disasm.cc | 73 CustomStream* GetStream() const { in GetStream() function in vixl::aarch32::CustomDisassembler 80 GetStream()->GetSymbols().find(pc); in PrintCodeAddress() 81 if (symbol != GetStream()->GetSymbols().end()) { in PrintCodeAddress()
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 48 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream); 216 HRESULT result = volumeCallback->GetStream(fullName, &nextStream); in Open2() 306 RINOK(extractCallback->GetStream(0, &outStream, askMode)); in Extract() 332 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream) in GetStream() function in NArchive::NSplit::CHandler
|
D | IArchive.h | 175 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode) x; \ 206 STDMETHOD(GetStream)(const wchar_t *name, IInStream **inStream) x; \ 216 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream) PURE; 407 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream) x; \
|
/external/pdfium/fpdfsdk/ |
D | fpdfeditimg.cpp | 182 CPDF_Stream* pImgStream = pImg->GetStream(); in FPDFImageObj_GetImageDataDecoded() 201 CPDF_Stream* pImgStream = pImg->GetStream(); in FPDFImageObj_GetImageDataRaw() 289 if (!pPage || !pPage->m_pDocument.Get() || !pImg->GetStream()) in FPDFImageObj_GetImageMetadata() 293 if (!pSource->StartLoadDIBSource(pPage->m_pDocument.Get(), pImg->GetStream(), in FPDFImageObj_GetImageMetadata()
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_BitStream.cpp | 19 m_dwObjNum(pSrcStream->GetStream() ? pSrcStream->GetStream()->GetObjNum() in CJBig2_BitStream()
|
/external/grpc-grpc/test/cpp/util/ |
D | proto_reflection_descriptor_database.cc | 311 ProtoReflectionDescriptorDatabase::GetStream() { in GetStream() function in grpc::ProtoReflectionDescriptorDatabase 323 if (GetStream()->Write(request) && GetStream()->Read(&response)) { in DoOneRequest()
|
D | proto_reflection_descriptor_database.h | 91 const std::shared_ptr<ClientStream> GetStream();
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_transfer_manager.cc | 77 se::Stream* stream = infeed_manager->GetStream(executor); in EnqueueBuffersToInfeed() 107 se::Stream* stream = infeed_manager->GetStream(executor); in TransferBufferToInfeedInternal()
|
D | infeed_manager.cc | 23 se::Stream* InfeedManager::GetStream(se::StreamExecutor* executor) { in GetStream() function in xla::gpu::InfeedManager
|
D | infeed_manager.h | 70 se::Stream* GetStream(se::StreamExecutor* executor);
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_iccprofile.h | 23 CPDF_Stream* GetStream() const { return m_pStream.Get(); } in GetStream() function
|
D | cpdf_imageobject.cpp | 65 CPDF_Stream* pStream = m_pImage->GetStream(); in MaybePurgeCache()
|
D | cpdf_image.h | 33 CPDF_Stream* GetStream() const { return m_pStream.Get(); } in GetStream() function
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_stream_acc.h | 30 const CPDF_Stream* GetStream() const { return m_pStream.Get(); } in GetStream() function
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 238 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode); 291 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, in GetStream() function in CArchiveExtractCallback 535 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream); 641 STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream) in GetStream() function in CArchiveUpdateCallback
|
/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 | 40 HRESULT result = _updateCallback->GetStream(_indexes[_index], &stream); in OpenStream()
|