HomeSort by relevance Sort by last modified time
    Searched defs:top_ (Results 1 - 12 of 12) 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 23 Handle<AllocationSite> top() { return top_; }
36 top_ = site;
37 current_ = Handle<AllocationSite>::New(*top_, isolate());
42 Handle<AllocationSite> top_; member in class:v8::internal::AllocationSiteContext
  /external/v8/src/compiler/
memory-optimizer.h 81 Node* top() const { return top_; }
93 Node* const top_; member in class:v8::internal::compiler::final::final
  /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
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
field_of_view.h 19 FieldOfView() : left_(0.0f), right_(0.0f), bottom_(0.0f), top_(0.0f) {}
23 : left_(left), right_(right), bottom_(bottom), top_(top) {}
32 float GetTop() const { return top_; }
38 void SetTop(float top) { top_ = top; }
45 float y_top = std::tan(top_) * z_near;
89 float top_; member in class:android::dvr::FieldOfView
  /external/v8/src/heap/
store-buffer.h 41 inline Address* top_address() { return reinterpret_cast<Address*>(&top_); }
96 if (top_ + sizeof(Address) * 2 > limit_[current_]) {
99 *top_ = MarkDeletionAddress(start);
100 top_++;
101 *top_ = end;
102 top_++;
117 if (top_ + sizeof(Address) > limit_[current_]) {
120 *top_ = slot;
121 top_++;
152 return top_ == start_[current_]
187 Address* top_; member in class:v8::internal::StoreBuffer
    [all...]
mark-compact.h 131 top_(0),
148 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
150 inline bool IsEmpty() { return top_ == bottom_; }
166 array_[top_] = object;
167 top_ = ((top_ + 1) & mask_);
174 top_ = ((top_ - 1) & mask_);
175 HeapObject* object = array_[top_];
196 int top() { return top_; }
242 int top_; member in class:v8::internal::MarkingDeque
    [all...]
spaces.h 140 kPointerSize + // FreeSpace* top_
147 top_(nullptr),
154 top_ = nullptr;
203 FreeSpace* top() { return top_; }
204 void set_top(FreeSpace* top) { top_ = top; }
217 // |top_|: Points to the top FreeSpace* in the free list category.
218 FreeSpace* top_; member in class:v8::internal::FreeListCategory
1554 Address top_; member in class:v8::internal::AllocationInfo
    [all...]
  /external/webp/src/utils/
quant_levels_dec_utils.c 61 uint16_t* top_; member in struct:__anon38584
84 const uint16_t* const top = p->top_;
97 p->top_ = p->cur_;
231 p->top_ = p->end_ - width;
232 memset(p->top_, 0, width * sizeof(*p->top_));
  /art/runtime/gc/space/
region_space.h 258 begin_(nullptr), top_(nullptr), end_(nullptr),
266 top_.StoreRelaxed(begin);
427 return top_.LoadRelaxed();
431 top_.StoreRelaxed(new_top);
449 top_.StoreRelaxed(begin_ + num_bytes);
456 Atomic<uint8_t*> top_; // The current position of the allocation. member in class:art::gc::space::FINAL::Region
  /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 379 milliseconds