HomeSort by relevance Sort by last modified time
    Searched refs:old_head (Results 1 - 11 of 11) sorted by null

  /system/connectivity/wifilogd/
memory_reader.cpp 26 const uint8_t* old_head = head_; local
30 return old_head;
  /external/protobuf/gtest/samples/
sample3-inl.h 137 const QueueNode<E>* const old_head = head_; local
144 E* element = new E(old_head->element());
145 delete old_head;
  /external/v8/src/
locked-queue-inl.h 58 Node* old_head = nullptr; local
61 old_head = head_;
67 delete old_head;
  /external/google-breakpad/src/testing/gtest/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /external/googletest/googletest/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /external/v8/testing/gtest/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /art/runtime/gc/allocator/
rosalloc.h 164 Slot* old_head = *headp; local
165 if (old_head == nullptr) {
176 Slot* old_head_next = old_head->Next();
177 slot = old_head;
199 Slot* old_head = *headp; local
200 if (old_head == nullptr) {
215 slot->SetNext(old_head);
238 Slot* old_head = *headp; local
239 if (old_head == nullptr) {
251 list->Tail()->SetNext(old_head);
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
cg_arcs.c 441 Sym *old_head, *child; local
443 old_head = 0;
453 if (child->cg.cyc.head != old_head)
455 old_head = child->cg.cyc.head;

Completed in 206 milliseconds