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

  /system/core/adb/
shell_service.h 80 size_t data_capacity() const { return buffer_end_ - data(); }
121 char* buffer_end_ = buffer_ + sizeof(buffer_); member in class:ShellProtocol
shell_service_protocol_test.cpp 72 read_protocol_->buffer_end_ = read_protocol_->data() + size;
  /external/v8/src/parsing/
scanner-character-streams.cc 56 buffer_end_ = buffer_;
86 pushback_limit_ = buffer_end_;
87 buffer_end_ = buffer_ + kBufferSize;
88 buffer_cursor_ = buffer_end_;
107 buffer_end_ = pushback_limit_;
111 if (buffer_cursor_ < buffer_end_) return true;
115 buffer_end_ = buffer_ + length;
153 buffer_end_ = buffer_ + FillBuffer(pos_);
397 // - buffer_cursor_ and buffer_end_ (also from Utf16CharacterStream)
408 // - buffer_[buffer_cursor_ .. buffer_end_] => bookmark_buffer
    [all...]
scanner.h 46 if (buffer_cursor_ < buffer_end_ || ReadBlock()) {
68 size_t buffered_chars = buffer_end_ - buffer_cursor_;
97 const uint16_t* buffer_end_; member in class:v8::internal::Utf16CharacterStream
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 97 buffer_end_ = buffer_;
104 buffer_end_ += buffer_size_after_limit_;
110 buffer_end_ -= buffer_size_after_limit_;
206 buffer_end_ = buffer_;
374 (buffer_end_ > buffer_ && !(buffer_end_[-1] & 0x80))) {
388 if (buffer_ == buffer_end_) {
418 (buf_size > 0 && !(buffer_end_[-1] & 0x80))) {
454 while (buffer_ == buffer_end_) {
471 (buffer_end_ > buffer_ && !(buffer_end_[-1] & 0x80)))
    [all...]
coded_stream.h 475 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 513 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 460 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 460 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 460 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 460 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 209 : abbrev_shndx_(0), abbrev_offset_(0), buffer_(NULL), buffer_end_(NULL),
281 const unsigned char* buffer_end_; member in class:gold::Dwarf_abbrev_table
401 : dwinfo_(dwinfo), buffer_(NULL), buffer_end_(NULL), owns_buffer_(false),
444 const unsigned char* buffer_end_; member in class:gold::Dwarf_pubnames_table
701 buffer_(NULL), buffer_end_(NULL), cu_offset_(0), cu_length_(0),
889 const unsigned char* buffer_end_; member in class:gold::Dwarf_info_reader
1091 const unsigned char* buffer_end_; member in class:gold::Sized_dwarf_line_info
    [all...]
dwarf_reader.cc 213 this->buffer_end_ = this->buffer_ + buffer_size;
241 if (this->buffer_pos_ >= this->buffer_end_)
246 this->buffer_pos_ = this->buffer_end_;
252 if (this->buffer_pos_ >= this->buffer_end_)
258 if (this->buffer_pos_ >= this->buffer_end_)
268 if (this->buffer_pos_ >= this->buffer_end_)
274 if (this->buffer_pos_ >= this->buffer_end_)
526 this->buffer_end_ = this->buffer_ + buffer_size;
562 if (offset < 0 || offset + 14 >= this->buffer_end_ - this->buffer_)
587 if (this->end_of_table_ > this->buffer_end_)
    [all...]

Completed in 1632 milliseconds