HomeSort by relevance Sort by last modified time
    Searched defs:GetStream (Results 1 - 25 of 37) sorted by null

1 2

  /external/pdfium/fpdfsdk/src/javascript/
Icon.cpp 38 CPDF_Stream* Icon::GetStream() {
  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.h 56 size_t GetStream(ULONG stream_number, StreamType** stream) const {
94 // This is the implementation of GetStream<>.
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 76 STDMETHODIMP COpenCallbackImp::GetStream(const wchar_t *name, IInStream **inStream)
UpdateCallback.cpp 417 STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream)
437 RINOK(Callback->GetStream(name, true));
452 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), false));
ArchiveExtractCallback.cpp 426 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode)
  /bionic/tools/relocation_packer/src/
debug.h 47 std::ostream& GetStream() { return stream_; }
94 (relocation_packer::Logger(severity, INT_MIN, true).GetStream())
96 (relocation_packer::Logger(severity, INT_MIN, (predicate)).GetStream())
101 (relocation_packer::Logger(INFO, (level), true).GetStream())
103 (relocation_packer::Logger(INFO, (level), (predicate)).GetStream())
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 90 STDMETHODIMP CExtractCallbackImp::GetStream(UInt32 index,
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 168 HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isAnti)
HashCon.cpp 150 HRESULT CHashCallbackConsole::GetStream(const wchar_t *name, bool /* isFolder */)
  /art/compiler/
elf_writer_quick.cc 107 virtual OutputStream* GetStream() OVERRIDE;
275 OutputStream* ElfWriterQuick<ElfTypes>::GetStream() {
276 return builder_->GetStream();
elf_builder.h 739 OutputStream* GetStream() {
    [all...]
  /external/dng_sdk/source/
dng_gain_map.cpp 340 dng_gain_map * dng_gain_map::GetStream (dng_host &host,
518 fGainMap.Reset (dng_gain_map::GetStream (host, stream));
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 48 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream);
225 HRESULT result = volumeCallback->GetStream(fullName, &nextStream);
311 RINOK(extractCallback->GetStream(0, &outStream, askMode));
337 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream)
  /external/webrtc/talk/media/base/
streamparams.cc 46 bool GetStream(const StreamParamsVec& streams,
49 const StreamParams* found = GetStream(streams, selector);
57 return GetStream(audio_, selector, stream);
62 return GetStream(video_, selector, stream);
67 return GetStream(data_, selector, stream);
streamparams.h 276 const StreamParams* GetStream(const StreamParamsVec& streams,
285 return GetStream(streams,
292 return GetStream(streams,
298 inline const StreamParams* GetStream(const StreamParamsVec& streams,
300 return GetStream(streams,
  /external/webrtc/webrtc/base/
stream.h 644 StreamInterface* GetStream() { return stream(); }
  /external/pdfium/core/include/fpdfapi/
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; }
fpdf_resource.h 786 CPDF_Stream* GetStream() const { return m_pStream; }
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 200 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode);
253 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index,
498 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream);
610 STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream)
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 497 CPDF_Stream* CPDF_Array::GetStream(FX_DWORD i) const {
676 CPDF_Stream* CPDF_Dictionary::GetStream(const CFX_ByteStringC& key) const {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 439 CPDF_Stream* GetStream() const { return m_pStream; }
  /external/google-breakpad/src/processor/
minidump.cc     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 1302 milliseconds

1 2