/external/chromium_org/net/quic/ |
quic_data_reader.h | 126 size_t pos_; member in class:net::QuicDataReader
|
/external/chromium_org/v8/src/ |
gdb-jit.h | 76 : pc_(pc), pos_(pos), is_statement_(is_statement) { } 79 int pos_; member in struct:v8::internal::GDBJITLineInfo::PCInfo
|
log-utils.h | 112 int pos_; member in class:v8::internal::Log::BASE_EMBEDDED
|
scanner-character-streams.h | 37 // source (ReadBlock can be called with pos_ pointing to any position, 95 // Not necessarily the same as pos_. 111 pos_--;
|
assembler.h | 171 INLINE(void Unuse()) { pos_ = 0; } 174 INLINE(bool is_bound() const) { return pos_ < 0; } 175 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; } 176 INLINE(bool is_linked() const) { return pos_ > 0; } 185 // pos_ encodes both the binding state (via its sign) 188 // pos_ < 0 bound label, pos() returns the jump target position 189 // pos_ == 0 unused label 190 // pos_ > 0 linked label, pos() returns the last reference position 191 int pos_; member in class:v8::internal::BASE_EMBEDDED 193 // Behaves like |pos_| in the "> 0" case, but for near jumps to this label 546 byte* pos_; member in class:v8::internal::BASE_EMBEDDED 606 byte* pos_; member in class:v8::internal::RelocIterator [all...] |
scanner.h | 65 Utf16CharacterStream() : pos_(0) { } 73 pos_++; 80 pos_++; 87 inline unsigned pos() const { return pos_; } 98 pos_ += code_unit_count; 114 // position pos_ of the input, if possible. If the position 122 unsigned pos_; member in class:v8::internal::Utf16CharacterStream
|
prettyprinter.h | 63 int pos_; // current printing position member in class:v8::internal::PrettyPrinter
|
/external/v8/src/ |
gdb-jit.h | 76 : pc_(pc), pos_(pos), is_statement_(is_statement) { } 79 int pos_; member in struct:v8::internal::GDBJITLineInfo::PCInfo
|
assembler.h | 97 INLINE(void Unuse()) { pos_ = 0; } 100 INLINE(bool is_bound() const) { return pos_ < 0; } 101 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; } 102 INLINE(bool is_linked() const) { return pos_ > 0; } 111 // pos_ encodes both the binding state (via its sign) 114 // pos_ < 0 bound label, pos() returns the jump target position 115 // pos_ == 0 unused label 116 // pos_ > 0 linked label, pos() returns the last reference position 117 int pos_; member in class:v8::internal::BASE_EMBEDDED 119 // Behaves like |pos_| in the "> 0" case, but for near jumps to this label 423 byte* pos_; member in class:v8::internal::BASE_EMBEDDED 482 byte* pos_; member in class:v8::internal::RelocIterator [all...] |
preparser-api.cc | 80 ASSERT(pos_ > 0); 82 pos_--; 114 pos_--;
|
scanner.h | 82 Utf16CharacterStream() : pos_(0) { } 90 pos_++; 97 pos_++; 104 inline unsigned pos() const { return pos_; } 115 pos_ += code_unit_count; 131 // position pos_ of the input, if possible. If the position 139 unsigned pos_; member in class:v8::internal::Utf16CharacterStream
|
log-utils.h | 146 int pos_; member in class:v8::internal::BASE_EMBEDDED
|
scanner-character-streams.h | 37 // source (ReadBlock can be called with pos_ pointing to any position, 95 // Not necessarily the same as pos_. 111 pos_--;
|
prettyprinter.h | 63 int pos_; // current printing position member in class:v8::internal::PrettyPrinter
|
ast.h | 1553 int pos_; member in class:v8::internal::Property 1611 int pos_; member in class:v8::internal::Call 1656 int pos_; member in class:v8::internal::CallNew 1733 int pos_; member in class:v8::internal::UnaryOperation 1775 int pos_; member in class:v8::internal::BinaryOperation 1828 int pos_; member in class:v8::internal::CountOperation 1875 int pos_; member in class:v8::internal::CompareOperation 1983 int pos_; member in class:v8::internal::Assignment 2011 int pos_; member in class:v8::internal::Throw [all...] |
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/ |
memenv.cc | 150 explicit SequentialFileImpl(FileState* file) : file_(file), pos_(0) { 159 Status s = file_->Read(pos_, n, result, scratch); 161 pos_ += result->size(); 167 if (pos_ > file_->Size()) { 168 return Status::IOError("pos_ > file_->Size()"); 170 const size_t available = file_->Size() - pos_; 174 pos_ += n; 180 size_t pos_; member in class:leveldb::__anon14418::SequentialFileImpl
|
/external/openfst/src/include/fst/ |
symbol-table.h | 435 pos_(0), 443 return (pos_ == nsymbols_); 458 ++pos_; 459 if (pos_ < nsymbols_) key_ = table_.GetNthKey(pos_); 464 pos_ = 0; 470 ssize_t pos_; member in class:fst::SymbolTableIterator
|
/external/chromium_org/base/json/ |
json_parser.h | 136 const char* pos_; member in class:base::internal::JSONParser::StringBuilder 138 // Number of bytes in |pos_| that make up the string being built. 234 const char* pos_; member in class:base::internal::JSONParser
|
/external/chromium_org/base/test/expectations/ |
parser.h | 72 // Tests whether there is at least one more character at pos_ before end_. 120 const char* pos_; member in class:test_expectations::Parser
|
/external/chromium_org/third_party/skia/src/images/ |
bmpdecoderhelper.h | 93 size_t pos_; member in class:image_codec::BmpDecoderHelper
|
/external/skia/src/images/ |
bmpdecoderhelper.h | 93 size_t pos_; member in class:image_codec::BmpDecoderHelper
|
/bionic/libc/bionic/ |
libc_logging.cpp | 61 pos_ = buffer_; 62 pos_[0] = '\0'; 74 int avail = end_ - pos_; 81 memcpy(pos_, data, avail); 82 pos_ += avail; 83 pos_[0] = '\0'; 93 char* pos_; member in struct:BufferOutputStream
|
/external/chromium_org/third_party/leveldatabase/src/doc/bench/ |
db_bench_tree_db.cc | 90 int pos_; member in class:leveldb::__anon14417::RandomGenerator 105 pos_ = 0; 109 if (pos_ + len > data_.size()) { 110 pos_ = 0; 113 pos_ += len; 114 return Slice(data_.data() + pos_ - len, len);
|
/external/chromium_org/v8/src/third_party/vtune/ |
vtune-jit.cc | 98 : pc_(pc), pos_(pos) { } 101 int pos_; member in struct:vTune::internal::JITCodeLineInfo::LineNumInfo 227 script->GetLineNumber(Iter->pos_)+1;
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
exif_encoder.js | 423 this.pos_ = 0; 451 ByteWriter.prototype.tell = function() { return this.pos_ }; 459 this.pos_ += count; 468 if (this.pos_ + width > this.view_.byteLength) 506 this.view_[method](this.pos_, value, this.littleEndian_); 507 this.pos_ += width; 517 this.view_.setUint8(this.pos_++, str.charCodeAt(i)); 532 pos: this.pos_, 535 this.pos_ += width; 547 var curPos = this.pos_; [all...] |