HomeSort by relevance Sort by last modified time
    Searched refs:position_ (Results 1 - 25 of 36) sorted by null

1 2

  /external/v8/src/
utils.cc 39 position_ = 0;
49 ASSERT(!is_finalized() && position_ + n < buffer_.length());
51 memcpy(&buffer_[position_], s, n * kCharSize);
52 position_ += n;
73 position_ += digits;
75 buffer_[position_ - i] = '0' + static_cast<char>(number % 10);
82 ASSERT(!is_finalized() && position_ < buffer_.length());
83 buffer_[position_] = '\0';
86 ASSERT(strlen(buffer_.start()) == static_cast<size_t>(position_));
87 position_ = -1
    [all...]
zone-inl.h 50 position_ += ((~size) & 4) & (reinterpret_cast<intptr_t>(position_) & 4);
56 Address result = position_;
58 if (size > limit_ - position_) {
61 position_ += size;
scanner.h 175 LiteralBuffer() : is_ascii_(true), position_(0), backing_store_() { }
184 if (position_ >= backing_store_.length()) ExpandBuffer();
187 backing_store_[position_] = static_cast<byte>(code_unit);
188 position_ += kASCIISize;
194 *reinterpret_cast<uc16*>(&backing_store_[position_]) = code_unit;
195 position_ += kUC16Size;
202 ASSERT((position_ & 0x1) == 0);
205 position_ >> 1);
212 position_);
216 return is_ascii_ ? position_ : (position_ >> 1)
267 int position_; member in class:v8::internal::LiteralBuffer
    [all...]
zone.cc 73 position_(0),
144 position_ = RoundUp(start, kAlignment);
151 position_ = limit_ = 0;
171 ASSERT(size > limit_ - position_);
204 position_ = result + size;
206 if (position_ < result) {
211 ASSERT(position_ <= limit_);
json-parser.h 57 position_++;
58 if (position_ >= source_length_) {
61 c0_ = seq_source_->SeqAsciiStringGet(position_);
63 c0_ = source_->Get(position_);
163 int position_; member in class:v8::internal::BASE_EMBEDDED
179 position_ = -1;
223 position_,
224 position_ + 1);
354 int beg_pos = position_;
393 int length = position_ - beg_pos
    [all...]
serialize.h 164 : data_(array), length_(length), position_(0) { }
166 bool HasMore() { return position_ < length_; }
169 ASSERT(position_ < length_);
170 return data_[position_++];
178 return position_ == length_;
181 int position() { return position_; }
186 int position_;
325 memcpy(to, data_ + position_, number_of_bytes);
326 position_ += number_of_bytes;
v8utils.cc 258 ASSERT(!is_finalized() && position_ < buffer_.length());
259 int n = OS::VSNPrintF(buffer_ + position_, format, list);
260 if (n < 0 || n >= (buffer_.length() - position_)) {
261 position_ = buffer_.length();
263 position_ += n;
zone.h 136 Address position_; member in class:v8::internal::Zone
utils.h 873 : buffer_(buffer, size), position_(0) { }
882 return position_;
886 void Reset() { position_ = 0; }
893 ASSERT(!is_finalized() && position_ < buffer_.length());
894 buffer_[position_++] = c;
917 int position_;
919 bool is_finalized() const { return position_ < 0; }
lithium.h 411 position_(position),
421 int position() const { return position_; }
437 int position_; member in class:v8::internal::LPointerMap
gdb-jit.cc 61 position_(0),
71 return position_;
98 Ensure(position_ + sizeof(T));
99 *RawSlotAt<T>(position_) = val;
100 position_ += sizeof(T);
116 uintptr_t slot_position = position_;
117 position_ += sizeof(T) * count;
118 Ensure(position_);
134 uintptr_t delta = position_ % align;
137 Ensure(position_ += padding)
    [all...]
debug.h 112 inline int position() { return position_; }
135 int position_; member in class:v8::internal::BreakLocationIterator
    [all...]
ast.cc 79 position_(RelocInfo::kNoPosition),
96 position_(position),
989 position_(pos),
    [all...]
ast.h 992 int position() const { return position_; }
993 void set_position(int pos) { position_ = pos; }
1009 int position_; member in class:v8::internal::CaseClause
1506 int position_; member in class:v8::internal::VariableProxy
    [all...]
  /external/chromium/net/spdy/
spdy_io_buffer.h 43 return position_ > other.position_;
49 uint64 position_; member in class:net::SpdyIOBuffer
spdy_io_buffer.cc 17 position_(++order_),
20 SpdyIOBuffer::SpdyIOBuffer() : priority_(0), position_(0), stream_(NULL) {}
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 57 position_(0),
65 if (position_ < size_) {
66 last_returned_size_ = min(block_size_, size_ - position_);
67 *data = data_ + position_;
69 position_ += last_returned_size_;
83 position_ -= count;
90 if (count > size_ - position_) {
91 position_ = size_;
94 position_ += count;
100 return position_;
    [all...]
zero_copy_stream_impl_lite.h 84 int position_; member in class:google::protobuf::io::ArrayInputStream
116 int position_; member in class:google::protobuf::io::ArrayOutputStream
230 int64 position_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
319 int64 position_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 46 return end_ - position_;
51 return position_ - start_;
57 const char* UnparsedData() const { return position_; }
60 const char** UnparsedDataAddr() { return &position_; }
70 position_ = end_;
81 position_ = start_;
89 // Must always respect start_ <= position_ <= end_.
90 const char* position_; member in class:open_vcdiff::ParseableChunk
headerparser.cc 31 position_ = end_;
34 position_ += number_of_bytes;
41 position_ = start_;
47 position_ = end_;
50 position_ = position;
61 position_ = end_ - number_of_bytes;
  /external/chromium/chrome/browser/notifications/
balloon.h 60 return position_.Add(offset_);
125 gfx::Point position_; member in class:Balloon
balloon.cc 25 position_ = upper_left;
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 585 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
586 top_left.y() + position_.y(),
598 position_.SetPoint(base_view_->GetMirroredXWithWidthInView(x, w), y);
720 relative_location.x() - (top_left.x() + position_.x()));
723 relative_location.y() - (top_left.y() + position_.y()));
760 const int bubble_bottom_y = top_left.y() + position_.y() + size_.height();
772 int right_position_x = window_width - (position_.x() + size_.width());
774 top_left.y() + position_.y(),
778 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
779 top_left.y() + position_.y() + offset_
    [all...]
status_bubble_views.h 106 gfx::Point position_; member in class:StatusBubbleViews
109 // How vertically offset the bubble is from its root position_.
  /external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc 387 CheckGeoposition(MockLocationProvider::instance_->position_);
416 CheckGeoposition(MockLocationProvider::instance_->position_);
444 CheckGeoposition(MockLocationProvider::instance_->position_);
453 CheckGeoposition(MockLocationProvider::instance_->position_);
459 CheckGeoposition(MockLocationProvider::instance_->position_);
471 CheckGeoposition(MockLocationProvider::instance_->position_);
510 CheckGeoposition(MockLocationProvider::instance_->position_);
546 CheckGeoposition(MockLocationProvider::instance_->position_);
590 CheckGeoposition(MockLocationProvider::instance_->position_);
597 CheckGeoposition(MockLocationProvider::instance_->position_);
    [all...]

Completed in 177 milliseconds

1 2