HomeSort by relevance Sort by last modified time
    Searched defs:Head (Results 1 - 13 of 13) sorted by null

  /external/skia/include/core/
SkTRegistry.h 48 static const SkTRegistry* Head() { return gHead; }
  /external/gtest/samples/
sample3-inl.h 106 QueueNode<E> * Head() { return head_; }
107 const QueueNode<E> * Head() const { return head_; }
130 // Removes the head of the queue and returns it. Returns NULL if
  /external/protobuf/gtest/samples/
sample3-inl.h 106 QueueNode<E> * Head() { return head_; }
107 const QueueNode<E> * Head() const { return head_; }
130 // Removes the head of the queue and returns it. Returns NULL if
  /external/chromium/base/
mach_ipc_mac.h 218 mach_msg_header_t *Head() { return &(storage_->head); }
222 mach_msg_header_t head; member in struct:base::MachMessage::MachMessageData
  /external/skia/src/core/
SkDeque.cpp 22 struct SkDeque::Head {
23 Head* fNext;
24 Head* fPrev;
48 if (storageSize >= sizeof(Head) + elemSize) {
49 fFront = (Head*)storage;
58 Head* head = fFront; local
59 Head* initialHead = (Head*)fInitialStorage;
61 while (head) {
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
CmdQueue.h 133 int Head;
  /external/gtest/include/gtest/internal/
gtest-internal.h 671 typedef typename Types::Head Type;
713 typedef typename Tests::Head Head;
716 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 104 // Head for the first type in the list, and Tail for the rest of the
114 typedef T1 Head;
119 typedef T1 Head;
125 typedef T1 Head;
131 typedef T1 Head;
137 typedef T1 Head;
144 typedef T1 Head;
151 typedef T1 Head;
158 typedef T1 Head;
165 typedef T1 Head;
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 41 // // Returns the head of the queue
42 // StateId Head() const;
45 // // Removes the head of the queue
78 StateId Head() const { return Head_(); }
107 StateId Head() const { return front_; }
116 virtual StateId Head_() const { return Head(); }
140 StateId Head() const { return back(); }
148 virtual StateId Head_() const { return Head(); }
170 StateId Head() const { return front(); }
178 virtual StateId Head_() const { return Head(); }
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 670 typedef typename Types::Head Type;
712 typedef typename Tests::Head Head;
715 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 106 // Head for the first type in the list, and Tail for the rest of the
116 typedef T1 Head;
121 typedef T1 Head;
127 typedef T1 Head;
133 typedef T1 Head;
139 typedef T1 Head;
146 typedef T1 Head;
153 typedef T1 Head;
160 typedef T1 Head;
167 typedef T1 Head;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 227 ListNode<E> * Head() { return head_; }
228 const ListNode<E> * Head() const { return head_; }
295 return Head();
315 for ( const ListNode<E> * node = Head();
332 for ( const ListNode<E> * node = Head();
345 for ( const ListNode<E> * node = Head();
358 for ( ListNode<E> * node = Head();
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 289 ListNode<E> * Head() { return head_; }
290 const ListNode<E> * Head() const { return head_; }
357 return Head();
377 for ( const ListNode<E> * node = Head();
394 for ( const ListNode<E> * node = Head();
407 for ( const ListNode<E> * node = Head();
420 for ( ListNode<E> * node = Head();
    [all...]

Completed in 314 milliseconds