HomeSort by relevance Sort by last modified time
    Searched full:_stream (Results 26 - 50 of 62) sorted by null

12 3

  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 10 System.IO.Stream _stream; field in class:SevenZip.Compression.LZ.InWindow
48 int numReadBytes = _stream.Read(_bufferBase, (int)(_bufferOffset + _streamPos), size);
81 public void SetStream(System.IO.Stream stream) { _stream = stream; }
82 public void ReleaseStream() { _stream = null; }
  /external/lzma/Java/SevenZip/Compression/LZ/
InWindow.java 10 java.io.InputStream _stream; field in class:InWindow
48 int numReadBytes = _stream.read(_bufferBase, _bufferOffset + _streamPos, size);
81 public void SetStream(java.io.InputStream stream) { _stream = stream; }
82 public void ReleaseStream() { _stream = null; }
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 184 CMyComPtr<IInStream> _stream; member in class:NArchive::NLzma::CHandler
261 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break;
264 if (_stream)
300 _stream = inStream;
315 _stream.Release();
330 if (_stream)
354 if (_stream)
356 RINOK(_stream->Seek(_startPosition, STREAM_SEEK_SET, NULL));
XzHandler.cpp 62 CMyComPtr<IInStream> _stream; member in class:NArchive::NXz::CHandler
383 _stream = inStream;
413 _stream.Release();
475 if (_stream)
477 RINOK(_stream->Seek(_startPosition, STREAM_SEEK_SET, NULL));
676 if (_stream)
677 RINOK(_stream->Seek(_startPosition, STREAM_SEEK_SET, NULL));
678 return NCompress::CopyStream(_stream, outStream, 0);
  /external/lzma/CPP/7zip/Common/
StreamObjects.h 99 CMyComPtr<ISequentialOutStream> _stream; member in class:CSequentialOutStreamSizeCount
102 void SetStream(ISequentialOutStream *stream) { _stream = stream; }
StreamObjects.cpp 115 HRESULT result = _stream->Write(data, size, &realProcessedSize);
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 162 self._stream = stream
169 if self._stream == None:
174 stream = self._stream
201 if self._stream == None:
218 self._stream = StringIO()
230 runner = XMLTestRunner(self._stream)
233 got = self._stream.getvalue()
352 runner = XMLTestRunner(self._stream)
364 runner = XMLTestRunner(self._stream)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h     [all...]
cdosys.h 450 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
518 HRESULT (WINAPI *GetStream)(IMessage *This,_Stream **ppStream);
    [all...]
cdoex.h 656 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
    [all...]
cdosysstr.h 112 #define cdoAdoStream L"_Stream"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 112 self._stream = stream
114 self._stream = _sys.stdout
117 self._format(object, self._stream, 0, 0, {}, 0)
118 self._stream.write("\n")
tarfile.py 387 class _Stream:
395 _Stream is intended to be used only internally.
399 """Construct a _Stream object.
483 """Close the _Stream object. No operation should be
614 # class _Stream
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 112 self._stream = stream
114 self._stream = _sys.stdout
117 self._format(object, self._stream, 0, 0, {}, 0)
118 self._stream.write("\n")
tarfile.py 387 class _Stream:
395 _Stream is intended to be used only internally.
399 """Construct a _Stream object.
483 """Close the _Stream object. No operation should be
614 # class _Stream
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 366 _stream = stream;
372 _stream.Release();
839 _stream, dataStartPos,
1163 RINOK(_stream->Seek(0, STREAM_SEEK_CUR, &cur));
1166 RINOK(_stream->Seek(0, STREAM_SEEK_END, &cur2));
1170 RINOK(_stream->Seek(-checkSize, STREAM_SEEK_END, &cur2));
1172 RINOK(ReadStream_FALSE(_stream, buf, (size_t)checkSize));
1183 RINOK(_stream->Seek(cur, STREAM_SEEK_SET, NULL));
1203 RINOK(_stream->Seek(nextHeaderOffset, STREAM_SEEK_CUR, NULL));
1208 RINOK(ReadStream_FALSE(_stream, buffer2, (size_t)nextHeaderSize));
    [all...]
7zIn.h 130 CMyComPtr<IInStream> _stream; member in class:NArchive::N7z::CInArchive
  /external/libcxx/include/
ostream 1059 template <class _Stream, class _Tp>
1063 !is_lvalue_reference<_Stream>::value &&
1064 is_base_of<ios_base, _Stream>::value,
1065 _Stream&&
1067 operator<<(_Stream&& __os, const _Tp& __x)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ostream 1047 template <class _Stream, class _Tp>
1051 !is_lvalue_reference<_Stream>::value &&
1052 is_base_of<ios_base, _Stream>::value,
1053 _Stream&&
1055 operator<<(_Stream&& __os, const _Tp& __x)
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
ostream 1047 template <class _Stream, class _Tp>
1051 !is_lvalue_reference<_Stream>::value &&
1052 is_base_of<ios_base, _Stream>::value,
1053 _Stream&&
1055 operator<<(_Stream&& __os, const _Tp& __x)
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 349 void glUtilsWritePackPointerData(void* _stream, unsigned char *src,
353 IOStream* stream = reinterpret_cast<IOStream*>(_stream);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
AST.stg 130 {it | stream_<it> = <rewriteElementType; format="snakecase">_stream( "token <it>", <it; format="label"> )};
133 {it | stream_<it> = <rewriteElementType; format="snakecase">_stream( "token <it>", list_of_<it; format="label"> )};
  /external/google-breakpad/src/processor/
logging.h 39 // The streams may be changed by redefining BPLOG_*_STREAM, the logging
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 80 :{it | pANTLR3_REWRITE_RULE_<rewriteElementType>_STREAM stream_<it>;}; separator="\n">
291 :{it | pANTLR3_REWRITE_RULE_<rewriteElementType>_STREAM stream_<it>;};
295 :{it | pANTLR3_REWRITE_RULE_<rewriteElementType>_STREAM stream_<it>;};
  /external/flac/include/FLAC/
stream_decoder.h 471 * FLAC__stream_decoder_init*_stream(). The supplied function will be
522 * FLAC__stream_decoder_init*_stream(). The supplied function will be
557 * FLAC__stream_decoder_init*_stream(). The supplied function will be
595 * FLAC__stream_decoder_init*_stream(). The supplied function will be
633 * FLAC__stream_decoder_init*_stream(). The supplied function will be
    [all...]

Completed in 1243 milliseconds

12 3