HomeSort by relevance Sort by last modified time
    Searched defs:top_ (Results 1 - 9 of 9) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
call_stack.hpp 38 next_(call_stack<Key, Value>::top_)
41 call_stack<Key, Value>::top_ = this; member in class:asio::detail::call_stack::context::call_stack
48 next_(call_stack<Key, Value>::top_)
50 call_stack<Key, Value>::top_ = this; member in class:asio::detail::call_stack::context::call_stack
56 call_stack<Key, Value>::top_ = next_; member in class:asio::detail::call_stack::context::call_stack
91 context* elem = top_;
104 context* elem = top_;
110 static tss_ptr<context> top_; member in class:asio::detail::call_stack
115 call_stack<Key, Value>::top_; member in class:asio::detail::call_stack
  /external/v8/src/
allocation-site-scopes.h 25 Handle<AllocationSite> top() { return top_; }
38 top_ = site;
39 current_ = Handle<AllocationSite>::New(*top_, isolate());
44 Handle<AllocationSite> top_; member in class:v8::internal::AllocationSiteContext
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 99 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {}
102 int32_t top() const { return top_; }
106 int32_t height() const { return bottom_ - top_; }
108 DesktopVector top_left() const { return DesktopVector(left_, top_); }
111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; }
114 return left_ == other.left_ && top_ == other.top_ &&
133 : left_(left), top_(top), right_(right), bottom_(bottom) {
137 int32_t top_; member in class:webrtc::DesktopRect
  /external/webp/src/utils/
quant_levels_dec.c 60 uint16_t* top_; member in struct:__anon26642
83 const uint16_t* const top = p->top_;
96 p->top_ = p->cur_;
227 p->top_ = p->end_ - width;
228 memset(p->top_, 0, width * sizeof(*p->top_));
  /art/runtime/gc/space/
region_space.h 237 begin_(nullptr), top_(nullptr), end_(nullptr),
243 : idx_(idx), begin_(begin), top_(begin), end_(end),
260 top_ = begin_;
283 DCHECK_EQ(begin_, top_);
324 DCHECK_LT(begin_ + 1 * MB, top_);
333 DCHECK_EQ(begin_, top_);
403 DCHECK_LT(begin_ + kRegionSize, top_);
404 return static_cast<size_t>(top_ - begin_);
406 DCHECK_EQ(begin_, top_);
410 DCHECK_LE(begin_, top_);
467 uint8_t* top_; \/\/ The current position of the allocation. member in class:art::gc::space::FINAL::Region
    [all...]
  /external/v8/src/heap/
mark-compact.h 185 top_(0),
194 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
196 inline bool IsEmpty() { return top_ == bottom_; }
214 array_[top_] = object;
215 top_ = ((top_ + 1) & mask_);
222 top_ = ((top_ - 1) & mask_);
223 HeapObject* object = array_[top_];
244 int top() { return top_; }
253 int top_; member in class:v8::internal::MarkingDeque
    [all...]
spaces.h 1525 Address top_; member in class:v8::internal::AllocationInfo
1688 AtomicValue<FreeSpace*> top_; member in class:v8::internal::FreeListCategory
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 224 milliseconds