HomeSort by relevance Sort by last modified time
    Searched refs:BigBufferInputStream (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/aapt2/io/
BigBufferStream.cpp 23 // BigBufferInputStream
26 bool BigBufferInputStream::Next(const void** data, size_t* size) {
46 void BigBufferInputStream::BackUp(size_t count) {
56 bool BigBufferInputStream::CanRewind() const {
60 bool BigBufferInputStream::Rewind() {
67 size_t BigBufferInputStream::ByteCount() const {
71 bool BigBufferInputStream::HadError() const {
75 size_t BigBufferInputStream::TotalSize() const {
BigBufferStream.h 26 class BigBufferInputStream : public KnownSizeInputStream {
28 inline explicit BigBufferInputStream(const BigBuffer* buffer)
31 virtual ~BigBufferInputStream() = default;
48 DISALLOW_COPY_AND_ASSIGN(BigBufferInputStream);
  /frameworks/base/tools/aapt2/
LoadedApk.cpp 218 io::BigBufferInputStream input_stream(&buffer);
246 io::BigBufferInputStream manifest_buffer_in(&buffer);
  /frameworks/base/tools/aapt2/cmd/
Convert.cpp 148 io::BigBufferInputStream input_stream(&buffer);
160 io::BigBufferInputStream input_stream(&buffer);
Optimize.cpp 230 io::BigBufferInputStream manifest_buffer_in(&manifest_buffer);
278 io::BigBufferInputStream table_buffer_in(&table_buffer);
Compile.cpp 607 io::BigBufferInputStream buffer_in(&buffer);
Link.cpp 293 io::BigBufferInputStream input_stream(&buffer);
    [all...]

Completed in 976 milliseconds