/external/webrtc/media/base/ |
D | stream_params.h | 253 const StreamParams* GetStream(const StreamParamsVec& streams, in GetStream() function 260 StreamParams* GetStream(StreamParamsVec& streams, Condition condition) { in GetStream() function 266 return GetStream(streams, in HasStreamWithNoSsrcs() 272 return GetStream( in GetStreamBySsrc() 279 return GetStream(streams, [&groupid, &id](const StreamParams& sp) { in GetStreamByIds() 287 return GetStream(streams, [&groupid, &id](const StreamParams& sp) { in GetStreamByIds() 292 inline const StreamParams* GetStream(const StreamParamsVec& streams, in GetStream() function 294 return GetStream(streams, [&selector](const StreamParams& sp) { in GetStream()
|
D | stream_params.cc | 73 bool GetStream(const StreamParamsVec& streams, in GetStream() function 76 const StreamParams* found = GetStream(streams, selector); in GetStream()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_pagerendercache.cpp | 45 it.second->GetImage()->GetStream()); in CacheOptimization() 81 CPDF_Stream* pStream = pImage->GetStream(); in StartGetCachedBitmap() 114 m_ImageCache[m_pCurImageCacheEntry->GetImage()->GetStream()] = in Continue() 124 CPDF_Stream* pStream = pImage->GetStream(); in ResetBitmapForImage()
|
/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/tensorflow/tensorflow/stream_executor/ |
D | tf_allocator_adapter.h | 57 port::StatusOr<Stream *> GetStream(int device_ordinal) override; 104 port::StatusOr<Stream *> GetStream(int device_ordinal) override { in GetStream() function 105 return per_device_allocators_[device_ordinal].GetStream(device_ordinal); in GetStream()
|
D | device_memory_allocator.h | 223 virtual port::StatusOr<Stream *> GetStream(int device_ordinal) = 0; 257 port::StatusOr<Stream *> GetStream(int device_ordinal) override;
|
D | tf_allocator_adapter.cc | 62 port::StatusOr<Stream *> TfAllocatorAdapter::GetStream(int device_ordinal) { in GetStream() function in stream_executor::TfAllocatorAdapter
|
/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/llvm-project/lldb/source/Commands/ |
D | CommandObjectGUI.cpp | 34 if (input.GetStream() && output.GetStream() && input.GetIsRealTerminal() && in DoExecute()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
D | ScriptInterpreterLua.cpp | 38 debugger.GetOutputFile().GetStream(), in IOHandlerLuaInterpreter() 39 debugger.GetErrorFile().GetStream())); in IOHandlerLuaInterpreter() 94 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(), in ExecuteOneLine() 95 io_redirect.GetErrorFile()->GetStream())) { in ExecuteOneLine()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | StringPrinter.cpp | 263 assert(dump_options.GetStream() && "need a Stream to print the string to"); in DumpEncodedBufferToStream() 264 Stream &stream(*dump_options.GetStream()); in DumpEncodedBufferToStream() 382 SetStream(options.GetStream()); in ReadBufferAndDumpToStreamOptions() 403 assert(options.GetStream() && "need a Stream to print the string to"); in ReadEncodedBufferAndDumpToStream() 404 if (!options.GetStream()) in ReadEncodedBufferAndDumpToStream() 474 options.GetStream()->Printf("unable to read data"); in ReadEncodedBufferAndDumpToStream()
|
/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 | fpdf_editimg.cpp | 229 CPDF_Stream* pImgStream = pImg->GetStream(); in FPDFImageObj_GetImageDataDecoded() 248 CPDF_Stream* pImgStream = pImg->GetStream(); in FPDFImageObj_GetImageDataRaw() 332 if (!pPage || !pPage->GetDocument() || !pImg->GetStream()) in FPDFImageObj_GetImageMetadata() 337 pPage->GetDocument(), pImg->GetStream(), false, nullptr, in FPDFImageObj_GetImageMetadata()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | MinidumpParser.cpp | 46 llvm::ArrayRef<uint8_t> MinidumpParser::GetStream(StreamType stream_type) { in GetStream() function in MinidumpParser 218 llvm::ArrayRef<uint8_t> data = GetStream(StreamType::MiscInfo); in GetMiscInfo() 227 llvm::ArrayRef<uint8_t> data = GetStream(StreamType::LinuxProcStatus); in GetLinuxProcStatus() 263 auto data = parser.GetStream(StreamType::LinuxMaps); in CreateRegionsCacheFromLinuxMaps() 432 llvm::ArrayRef<uint8_t> data64 = GetStream(StreamType::Memory64List); in FindMemoryRange() 581 parser.GetStream(StreamType::Memory64List); in CreateRegionsCacheFromMemory64List()
|
/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()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_transfer_manager.cc | 72 se::Stream* stream = infeed_manager->GetStream(executor); in EnqueueBuffersToInfeed() 103 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 | 71 se::Stream* GetStream(se::StreamExecutor* executor);
|
/external/pdfium/xfa/fgas/font/ |
D | cfx_fontsourceenum_file.h | 29 RetainPtr<IFX_SeekableStream> GetStream() const;
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | File.h | 152 virtual FILE *GetStream(); 400 FILE *GetStream() override;
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_iccprofile.h | 27 const CPDF_Stream* GetStream() const { return m_pStream.Get(); } in GetStream() function
|
D | cpdf_imageobject.cpp | 82 CPDF_Stream* pStream = m_pImage->GetStream(); in MaybePurgeCache()
|
D | cpdf_form.h | 54 const CPDF_Stream* GetStream() const;
|