Home
last modified time | relevance | path

Searched refs:head_ (Results 1 – 25 of 37) sorted by relevance

12

/external/protobuf/gtest/samples/
Dsample3-inl.h78 Queue() : head_(NULL), last_(NULL), size_(0) {} in Queue()
87 QueueNode<E>* node = head_; in Clear()
97 head_ = last_ = NULL; in Clear()
106 QueueNode<E>* Head() { return head_; } in Head()
107 const QueueNode<E>* Head() const { return head_; } in Head()
121 head_ = last_ = new_node; in Enqueue()
137 const QueueNode<E>* const old_head = head_; in Dequeue()
138 head_ = head_->next_; in Dequeue()
156 for (const QueueNode<E>* node = head_; node != NULL; node = node->next_) { in Map()
164 QueueNode<E>* head_; // The first node of the queue.
/external/google-breakpad/src/testing/gtest/samples/
Dsample3-inl.h77 Queue() : head_(NULL), last_(NULL), size_(0) {} in Queue()
86 QueueNode<E>* node = head_; in Clear()
96 head_ = last_ = NULL; in Clear()
105 QueueNode<E>* Head() { return head_; } in Head()
106 const QueueNode<E>* Head() const { return head_; } in Head()
120 head_ = last_ = new_node; in Enqueue()
136 const QueueNode<E>* const old_head = head_; in Dequeue()
137 head_ = head_->next_; in Dequeue()
155 for (const QueueNode<E>* node = head_; node != NULL; node = node->next_) { in Map()
163 QueueNode<E>* head_; // The first node of the queue.
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample3-inl.h77 Queue() : head_(NULL), last_(NULL), size_(0) {} in Queue()
86 QueueNode<E>* node = head_; in Clear()
96 head_ = last_ = NULL; in Clear()
105 QueueNode<E>* Head() { return head_; } in Head()
106 const QueueNode<E>* Head() const { return head_; } in Head()
120 head_ = last_ = new_node; in Enqueue()
136 const QueueNode<E>* const old_head = head_; in Dequeue()
137 head_ = head_->next_; in Dequeue()
155 for (const QueueNode<E>* node = head_; node != NULL; node = node->next_) { in Map()
163 QueueNode<E>* head_; // The first node of the queue.
/external/v8/src/
Dlocked-queue-inl.h24 head_ = new Node();
25 CHECK(head_ != nullptr);
26 tail_ = head_;
34 Node* cur_node = head_;
61 old_head = head_;
62 Node* const next_node = head_->next.Value();
65 head_ = next_node;
75 return head_->next.Value() == nullptr;
82 Node* const next_node = head_->next.Value();
Dfutex-emulation.cc41 FutexWaitList::FutexWaitList() : head_(nullptr), tail_(nullptr) {} in FutexWaitList()
49 head_ = node; in AddNode()
62 head_ = node->next_; in RemoveNode()
200 FutexWaitListNode* node = wait_list_.Pointer()->head_; in Wake()
234 FutexWaitListNode* node = wait_list_.Pointer()->head_; in WakeOrRequeue()
263 FutexWaitListNode* node = wait_list_.Pointer()->head_; in NumWaitersForTesting()
Dlocked-queue.h34 Node* head_; variable
Dfutex-emulation.h75 FutexWaitListNode* head_; variable
Dlog.cc621 if (Succ(head_) == static_cast<int>(base::NoBarrier_Load(&tail_))) { in Insert()
624 buffer_[head_] = *sample; in Insert()
625 head_ = Succ(head_); in Insert()
656 int head_; // Index to the buffer head. member in v8::internal::Profiler
713 head_(0), in Profiler()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_lfstack.h29 atomic_store(&head_, 0, memory_order_relaxed); in Clear()
33 return (atomic_load(&head_, memory_order_relaxed) & kPtrMask) == 0; in Empty()
37 u64 cmp = atomic_load(&head_, memory_order_relaxed); in Push()
42 if (atomic_compare_exchange_weak(&head_, &cmp, xch, in Push()
49 u64 cmp = atomic_load(&head_, memory_order_acquire); in Pop()
57 if (atomic_compare_exchange_weak(&head_, &cmp, xch, in Pop()
69 atomic_uint64_t head_; member
/external/v8/src/compiler/
Dbranch-elimination.cc200 BranchCondition* other_condition = other.head_; in Merge()
206 head_ = head_->next; in Merge()
212 while (head_ != other_condition) { in Merge()
216 head_ = head_->next; in Merge()
228 BranchCondition(condition, is_true, head_); in AddCondition()
239 for (BranchCondition* current = head_; current != nullptr; in LookupCondition()
252 BranchCondition* this_condition = head_; in operator ==()
253 BranchCondition* other_condition = other.head_; in operator ==()
Dbranch-elimination.h53 : head_(head), condition_count_(condition_count) {} in ControlPathConditions()
55 BranchCondition* head_; variable
/external/libchrome/sandbox/linux/bpf_dsl/
Dcons.h75 Cell(const T& head, const List<T>& tail) : head_(head), tail_(tail) {} in Cell()
78 const T& head() const { return head_; } in head()
86 T head_; variable
/external/v8/src/heap/
Dheap.cc6066 : heap_(heap), head_(head) {} in UnmapFreeMemoryTask()
6072 heap_->FreeQueuedChunks(head_); in Run()
6077 MemoryChunk* head_; member in v8::internal::Heap::UnmapFreeMemoryTask
/external/protobuf/gtest/
Dconfigure9175 …exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0…
14146 …exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Z…
/external/vulkan-validation-layers/tests/gtest-1.7.0/
Dconfigure8985 …exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0…
13970 …exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Z…
/external/pcre/dist/
Dconfigure11247 …exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0…
16463 …exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Z…
/external/protobuf/
Dconfigure9720 …exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0…
14691 …exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Z…
/external/libexif/auto-m4/
Dlibtool.m44516 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
4695 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
/external/vulkan-validation-layers/tests/gtest-1.7.0/m4/
Dlibtool.m44589 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
4770 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
/external/libopus/m4/
Dlibtool.m44581 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
4756 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
/external/protobuf/m4/
Dlibtool.m44588 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
4769 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
/external/libmicrohttpd/m4/
Dlibtool.m44588 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
4769 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
/external/libcap-ng/libcap-ng-0.7/m4/
Dlibtool.m44581 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
4756 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
/external/libedit/m4/
Dlibtool.m44577 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
4752 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
/external/ImageMagick/m4/
Dlibtool.m44938 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…
5113 …_LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-…

12