/external/protobuf/gtest/samples/ |
D | sample3-inl.h | 78 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/ |
D | sample3-inl.h | 77 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/ |
D | sample3-inl.h | 77 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/ |
D | locked-queue-inl.h | 24 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();
|
D | futex-emulation.cc | 41 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()
|
D | locked-queue.h | 34 Node* head_; variable
|
D | futex-emulation.h | 75 FutexWaitListNode* head_; variable
|
D | log.cc | 621 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/ |
D | sanitizer_lfstack.h | 29 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/ |
D | branch-elimination.cc | 200 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 ==()
|
D | branch-elimination.h | 53 : head_(head), condition_count_(condition_count) {} in ControlPathConditions() 55 BranchCondition* head_; variable
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | cons.h | 75 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/ |
D | heap.cc | 6066 : heap_(heap), head_(head) {} in UnmapFreeMemoryTask() 6072 heap_->FreeQueuedChunks(head_); in Run() 6077 MemoryChunk* head_; member in v8::internal::Heap::UnmapFreeMemoryTask
|
/external/protobuf/gtest/ |
D | configure | 9175 …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/ |
D | configure | 8985 …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/ |
D | configure | 11247 …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/ |
D | configure | 9720 …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/ |
D | libtool.m4 | 4516 …_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/ |
D | libtool.m4 | 4589 …_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/ |
D | libtool.m4 | 4581 …_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/ |
D | libtool.m4 | 4588 …_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/ |
D | libtool.m4 | 4588 …_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/ |
D | libtool.m4 | 4581 …_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/ |
D | libtool.m4 | 4577 …_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/ |
D | libtool.m4 | 4938 …_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-…
|