HomeSort by relevance Sort by last modified time
    Searched full:_head (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/javassist/src/main/javassist/compiler/ast/
Stmnt.java 27 public Stmnt(int op, ASTree _head, ASTList _tail) {
28 super(_head, _tail);
32 public Stmnt(int op, ASTree _head) {
33 super(_head);
Expr.java 33 Expr(int op, ASTree _head, ASTList _tail) {
34 super(_head, _tail);
38 Expr(int op, ASTree _head) {
39 super(_head);
ASTList.java 28 public ASTList(ASTree _head, ASTList _tail) {
29 left = _head;
33 public ASTList(ASTree _head) {
34 left = _head;
57 public void setHead(ASTree _head) {
58 left = _head;
AssignExpr.java 28 private AssignExpr(int op, ASTree _head, ASTList _tail) {
29 super(op, _head, _tail);
BinExpr.java 32 private BinExpr(int op, ASTree _head, ASTList _tail) {
33 super(op, _head, _tail);
CallExpr.java 28 private CallExpr(ASTree _head, ASTList _tail) {
29 super(TokenId.CALL, _head, _tail);
FieldDecl.java 21 public FieldDecl(ASTree _head, ASTList _tail) {
22 super(_head, _tail);
MethodDecl.java 23 public MethodDecl(ASTree _head, ASTList _tail) {
24 super(_head, _tail);
  /external/avahi/avahi-common/
llist.h 50 t **_head = &(head), *_item = (item); \
52 if ((_item->name##_next = *_head)) \
55 *_head = _item; \
60 t **_head = &(head), *_item = (item); \
67 assert(*_head == _item); \
68 *_head = _item->name##_next; \
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
tuple 78 template<std::size_t _Idx, typename _Head, bool _IsEmptyNotFinal>
81 template<std::size_t _Idx, typename _Head>
82 struct _Head_base<_Idx, _Head, true>
83 : public _Head
86 : _Head() { }
88 constexpr _Head_base(const _Head& __h)
89 : _Head(__h) { }
95 : _Head(std::forward<_UHead>(__h)) { }
98 : _Head() { }
102 : _Head(allocator_arg, *__a._M_a) {
    [all...]
  /hardware/intel/bootstub/
2ndbootloader.lds 8 _head = . ;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
tuple 78 template<std::size_t _Idx, typename _Head, bool _IsEmptyNotFinal>
81 template<std::size_t _Idx, typename _Head>
82 struct _Head_base<_Idx, _Head, true>
83 : public _Head
86 : _Head() { }
88 constexpr _Head_base(const _Head& __h)
89 : _Head(__h) { }
95 : _Head(std::forward<_UHead>(__h)) { }
98 : _Head() { }
102 : _Head(allocator_arg, *__a._M_a) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
tuple 78 template<std::size_t _Idx, typename _Head, bool _IsEmptyNotFinal>
81 template<std::size_t _Idx, typename _Head>
82 struct _Head_base<_Idx, _Head, true>
83 : public _Head
86 : _Head() { }
88 constexpr _Head_base(const _Head& __h)
89 : _Head(__h) { }
95 : _Head(std::forward<_UHead>(__h)) { }
98 : _Head() { }
102 : _Head(allocator_arg, *__a._M_a) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
tuple 78 template<std::size_t _Idx, typename _Head, bool _IsEmptyNotFinal>
81 template<std::size_t _Idx, typename _Head>
82 struct _Head_base<_Idx, _Head, true>
83 : public _Head
86 : _Head() { }
88 constexpr _Head_base(const _Head& __h)
89 : _Head(__h) { }
95 : _Head(std::forward<_UHead>(__h)) { }
98 : _Head() { }
102 : _Head(allocator_arg, *__a._M_a) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
tuple 86 template<int _Idx, typename _Head, typename... _Tail>
87 struct _Tuple_impl<_Idx, _Head, _Tail...>
92 _Head _M_head;
100 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
229 template<int __i, typename _Head, typename... _Tail>
230 struct tuple_element<__i, tuple<_Head, _Tail...> >
236 template<typename _Head, typename... _Tail>
237 struct tuple_element<0, tuple<_Head, _Tail...> >
239 typedef _Head type;
256 template<int __i, typename _Head, typename... _Tail
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
tuple 86 template<int _Idx, typename _Head, typename... _Tail>
87 struct _Tuple_impl<_Idx, _Head, _Tail...>
92 _Head _M_head;
100 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
229 template<int __i, typename _Head, typename... _Tail>
230 struct tuple_element<__i, tuple<_Head, _Tail...> >
236 template<typename _Head, typename... _Tail>
237 struct tuple_element<0, tuple<_Head, _Tail...> >
239 typedef _Head type;
256 template<int __i, typename _Head, typename... _Tail
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
tuple 86 template<int _Idx, typename _Head, typename... _Tail>
87 struct _Tuple_impl<_Idx, _Head, _Tail...>
92 _Head _M_head;
100 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
229 template<int __i, typename _Head, typename... _Tail>
230 struct tuple_element<__i, tuple<_Head, _Tail...> >
236 template<typename _Head, typename... _Tail>
237 struct tuple_element<0, tuple<_Head, _Tail...> >
239 typedef _Head type;
256 template<int __i, typename _Head, typename... _Tail
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
tuple 86 template<int _Idx, typename _Head, typename... _Tail>
87 struct _Tuple_impl<_Idx, _Head, _Tail...>
92 _Head _M_head;
100 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
229 template<int __i, typename _Head, typename... _Tail>
230 struct tuple_element<__i, tuple<_Head, _Tail...> >
236 template<typename _Head, typename... _Tail>
237 struct tuple_element<0, tuple<_Head, _Tail...> >
239 typedef _Head type;
256 template<int __i, typename _Head, typename... _Tail
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/thread/
Timeout.java 40 private Task _head=new Task(); field in class:Timeout
46 _head._timeout=this;
53 _head._timeout=this;
106 if (_head._next!=_head)
108 Task task = _head._next;
132 task= _head._next;
133 if (task==_head || task._timestamp>expiry)
181 Task last=_head._prev;
182 while (last!=_head)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
BlockingArrayQueue.java 61 private int _head; field in class:BlockingArrayQueue
172 e = (E)_elements[_head];
252 final int head=_head;
255 _head=(head+1)%_capacity;
296 final int head=_head;
299 _head=(head+1)%_capacity;
351 e = (E)_elements[_head];
352 _elements[_head]=null;
353 _head=(_head+1)%_capacity
    [all...]
  /external/clang/test/SemaObjC/
nonnull.m 64 void _dispatch_queue_push_list(dispatch_object_t _head); // no warning
66 void func6(dispatch_object_t _head) {
68 _dispatch_queue_push_list(_head._do); // no warning
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 95 #define DNS_BYTE_FLIP_HEADER_COUNTS(pHeader) { PDNS_HEADER _head = (pHeader); INLINE_HTONS(_head->Xid,_head->Xid); INLINE_HTONS(_head->QuestionCount,_head->QuestionCount); INLINE_HTONS(_head->AnswerCount,_head->AnswerCount); INLINE_HTONS(_head->NameServerCount,_head->NameServerCount); INLINE_HTONS(_head->AdditionalCount,_head->AdditionalCount);
    [all...]
  /external/libevent/
ht-internal.h 424 struct name *_##var##_head = head; \
426 if (!_##var##_head->hth_table || \
427 _##var##_head->hth_n_entries >= _##var##_head->hth_load_limit) \
428 name##_HT_GROW(_##var##_head, _##var##_head->hth_n_entries+1); \
430 var = _##name##_HT_FIND_P(_##var##_head, (elm)); \
  /external/clang/www/
libstdc++4.4-clang0x.patch 547 _Head& _M_head() { return *this; }
548 const _Head& _M_head() const { return *this; }
550 - void _M_swap_impl(_Head&&) { /* no-op */ }
551 + void _M_swap_impl(_Head&) { /* no-op */ }
554 template<std::size_t _Idx, typename _Head>
556 const _Head& _M_head() const { return _M_head_impl; }
559 - _M_swap_impl(_Head&& __h)
560 + _M_swap_impl(_Head& __h)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
traits.hpp 77 typedef base_type::_Head<synth_access_traits, metadata> head;
124 typedef base_type::_Head<synth_access_traits, metadata> head;

Completed in 850 milliseconds

1 2 3