/external/chromium/net/disk_cache/ |
mem_rankings.h | 20 MemRankings() : head_(NULL), tail_(NULL) {} 37 MemEntryImpl* head_; member in class:disk_cache::MemRankings
|
/external/chromium_org/net/disk_cache/ |
mem_rankings.h | 19 MemRankings() : head_(NULL), tail_(NULL) {} 36 MemEntryImpl* head_; member in class:disk_cache::MemRankings
|
/external/chromium_org/media/mp4/ |
offset_byte_queue.h | 49 int64 head() { return head_; } 50 int64 tail() { return head_ + size_; } 59 int64 head_; member in class:media::OffsetByteQueue
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_lfstack.h | 29 atomic_store(&head_, 0, memory_order_relaxed); 33 return (atomic_load(&head_, memory_order_relaxed) & kPtrMask) == 0; 37 u64 cmp = atomic_load(&head_, memory_order_relaxed); 42 if (atomic_compare_exchange_weak(&head_, &cmp, xch, 49 u64 cmp = atomic_load(&head_, memory_order_acquire); 57 if (atomic_compare_exchange_weak(&head_, &cmp, xch, 69 atomic_uint64_t head_; member in struct:__sanitizer::LFStack
|
/frameworks/ex/variablespeed/jni/ |
ring_buffer.h | 107 int head_; member in class:video_editing::RingBuffer
|
/external/chromium_org/net/websockets/ |
websocket_inflater.h | 87 size_t head_; member in class:net::WebSocketInflater::OutputBuffer
|
/external/chromium/testing/gtest/samples/ |
sample3-inl.h | 78 Queue() : head_(NULL), last_(NULL), size_(0) {} 87 QueueNode<E>* node = head_; 97 head_ = last_ = NULL; 106 QueueNode<E>* Head() { return head_; } 107 const QueueNode<E>* Head() const { return head_; } 121 head_ = last_ = new_node; 137 const QueueNode<E>* const old_head = head_; 138 head_ = head_->next_; 156 for (const QueueNode<E>* node = head_; node != NULL; node = node->next_) 164 QueueNode<E>* head_; \/\/ The first node of the queue. member in class:Queue [all...] |
/external/chromium_org/testing/gtest/samples/ |
sample3-inl.h | 77 Queue() : head_(NULL), last_(NULL), size_(0) {} 86 QueueNode<E>* node = head_; 96 head_ = last_ = NULL; 105 QueueNode<E>* Head() { return head_; } 106 const QueueNode<E>* Head() const { return head_; } 120 head_ = last_ = new_node; 136 const QueueNode<E>* const old_head = head_; 137 head_ = head_->next_; 155 for (const QueueNode<E>* node = head_; node != NULL; node = node->next_) 163 QueueNode<E>* head_; \/\/ The first node of the queue. member in class:Queue [all...] |
/external/gtest/samples/ |
sample3-inl.h | 78 Queue() : head_(NULL), last_(NULL), size_(0) {} 87 QueueNode<E>* node = head_; 97 head_ = last_ = NULL; 106 QueueNode<E>* Head() { return head_; } 107 const QueueNode<E>* Head() const { return head_; } 121 head_ = last_ = new_node; 137 const QueueNode<E>* const old_head = head_; 138 head_ = head_->next_; 156 for (const QueueNode<E>* node = head_; node != NULL; node = node->next_) 164 QueueNode<E>* head_; \/\/ The first node of the queue. member in class:Queue [all...] |
/external/protobuf/gtest/samples/ |
sample3-inl.h | 78 Queue() : head_(NULL), last_(NULL), size_(0) {} 87 QueueNode<E> * node = head_; 97 head_ = last_ = NULL; 106 QueueNode<E> * Head() { return head_; } 107 const QueueNode<E> * Head() const { return head_; } 121 head_ = last_ = new_node; 137 const QueueNode<E> * const old_head = head_; 138 head_ = head_->next_; 156 for (const QueueNode<E> * node = head_; node != NULL; node = node->next_) 164 QueueNode<E> * head_; \/\/ The first node of the queue. member in class:Queue [all...] |
/external/v8/src/ |
d8-debug.h | 60 head_(NULL), tail_(NULL) {} 90 RemoteDebuggerEvent* head_; member in class:v8::RemoteDebugger
|
log.cc | 94 if (Succ(head_) == tail_) { 97 buffer_[head_] = *sample; 98 head_ = Succ(head_); 129 int head_; // Index to the buffer head. member in class:v8::internal::Profiler 272 head_(0), [all...] |
/ndk/sources/third_party/googletest/googletest/samples/ |
sample3-inl.h | 77 Queue() : head_(NULL), last_(NULL), size_(0) {} 86 QueueNode<E>* node = head_; 96 head_ = last_ = NULL; 105 QueueNode<E>* Head() { return head_; } 106 const QueueNode<E>* Head() const { return head_; } 120 head_ = last_ = new_node; 136 const QueueNode<E>* const old_head = head_; 137 head_ = head_->next_; 155 for (const QueueNode<E>* node = head_; node != NULL; node = node->next_) 163 QueueNode<E>* head_; \/\/ The first node of the queue. member in class:Queue [all...] |
/external/chromium_org/ppapi/tests/ |
testing_instance.cc | 19 TestCaseFactory* TestCaseFactory::head_ = NULL; member in class:TestCaseFactory 239 TestCaseFactory* iter = TestCaseFactory::head_; 263 TestCaseFactory* iter = TestCaseFactory::head_;
|
test_case.h | 260 : next_(head_), 263 head_ = this; 273 static TestCaseFactory* head_; member in class:TestCaseFactory
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
skiplist.h | 101 Node* const head_; member in class:leveldb::SkipList 130 // Return head_ if there is no such node. 134 // Return head_ if list is empty. 216 if (node_ == list_->head_) { 228 node_ = list_->head_->Next(0); 234 if (node_ == list_->head_) { 261 Node* x = head_; 283 Node* x = head_; 286 assert(x == head_ || compare_(x->key, key) < 0); 304 Node* x = head_; [all...] |
/external/chromium_org/v8/src/ |
d8-debug.h | 57 head_(NULL), tail_(NULL) {} 88 RemoteDebuggerEvent* head_; member in class:v8::RemoteDebugger
|
log.cc | 779 if (Succ(head_) == tail_) { 782 buffer_[head_] = *sample; 783 head_ = Succ(head_); 813 int head_; // Index to the buffer head. member in class:v8::internal::Profiler 870 head_(0), [all...] |
/sdk/emulator/qtools/ |
trace_reader_base.h | 184 Future *head_; member in class:BBReader
|
/external/chromium/sdch/open-vcdiff/src/gtest/src/ |
gtest-internal-inl.h | 196 List() : head_(NULL), last_(NULL), size_(0) {} 205 ListNode<E> * node = head_; 215 head_ = last_ = NULL; 227 ListNode<E> * Head() { return head_; } 228 const ListNode<E> * Head() const { return head_; } 242 head_ = last_ = new_node; 256 head_ = last_ = new_node; 259 new_node->next_ = head_; 260 head_ = new_node; 273 *result = head_->element_ 370 ListNode<E>* head_; \/\/ The first node of the list. member in class:testing::internal::List [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
basic-block.h | 171 rtx head_; variable 406 #define BB_HEAD(B) (B)->il.rtl->head_
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
basic-block.h | 171 rtx head_; variable 406 #define BB_HEAD(B) (B)->il.rtl->head_
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
basic-block.h | 171 rtx head_; variable 406 #define BB_HEAD(B) (B)->il.rtl->head_
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
basic-block.h | 171 rtx head_; variable 406 #define BB_HEAD(B) (B)->il.rtl->head_
|