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

1 2

  /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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
65 : public _Head
68 : _Head() { }
70 _Head_base(const _Head& __h)
71 : _Head(__h) { }
75 : _Head(std::forward<_UHead>(__h)) { }
77 _Head& _M_head() { return *this; }
78 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
65 : public _Head
68 : _Head() { }
70 _Head_base(const _Head& __h)
71 : _Head(__h) { }
75 : _Head(std::forward<_UHead>(__h)) { }
77 _Head& _M_head() { return *this; }
78 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
65 : public _Head
68 : _Head() { }
70 _Head_base(const _Head& __h)
71 : _Head(__h) { }
75 : _Head(std::forward<_UHead>(__h)) { }
77 _Head& _M_head() { return *this; }
78 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
65 : public _Head
68 : _Head() { }
70 _Head_base(const _Head& __h)
71 : _Head(__h) { }
75 : _Head(std::forward<_UHead>(__h)) { }
77 _Head& _M_head() { return *this; }
78 const _Head& _M_head() const { return *this;
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-node.c 51 static node_t* _head = NULL; variable
215 g_assert (parent == _head);
216 child = _head;
232 return find_node_internal (_head, filename, NULL);
238 return find_node_internal (_head, filename, op);
249 g_assert (_head);
253 parent = _head;
306 if (node != _head) {
462 if (_head == NULL) {
463 _head = node_new (NULL, G_DIR_SEPARATOR_S)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
tuple 84 template<int _Idx, typename _Head, typename... _Tail>
85 struct _Tuple_impl<_Idx, _Head, _Tail...>
90 _Head _M_head;
98 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
227 template<int __i, typename _Head, typename... _Tail>
228 struct tuple_element<__i, tuple<_Head, _Tail...> >
234 template<typename _Head, typename... _Tail>
235 struct tuple_element<0, tuple<_Head, _Tail...> >
237 typedef _Head type;
254 template<int __i, typename _Head, typename... _Tail
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 84 template<int _Idx, typename _Head, typename... _Tail>
85 struct _Tuple_impl<_Idx, _Head, _Tail...>
90 _Head _M_head;
98 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
227 template<int __i, typename _Head, typename... _Tail>
228 struct tuple_element<__i, tuple<_Head, _Tail...> >
234 template<typename _Head, typename... _Tail>
235 struct tuple_element<0, tuple<_Head, _Tail...> >
237 typedef _Head type;
254 template<int __i, typename _Head, typename... _Tail
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 84 template<int _Idx, typename _Head, typename... _Tail>
85 struct _Tuple_impl<_Idx, _Head, _Tail...>
90 _Head _M_head;
98 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
227 template<int __i, typename _Head, typename... _Tail>
228 struct tuple_element<__i, tuple<_Head, _Tail...> >
234 template<typename _Head, typename... _Tail>
235 struct tuple_element<0, tuple<_Head, _Tail...> >
237 typedef _Head type;
254 template<int __i, typename _Head, typename... _Tail
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 84 template<int _Idx, typename _Head, typename... _Tail>
85 struct _Tuple_impl<_Idx, _Head, _Tail...>
90 _Head _M_head;
98 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
227 template<int __i, typename _Head, typename... _Tail>
228 struct tuple_element<__i, tuple<_Head, _Tail...> >
234 template<typename _Head, typename... _Tail>
235 struct tuple_element<0, tuple<_Head, _Tail...> >
237 typedef _Head type;
254 template<int __i, typename _Head, typename... _Tail
    [all...]
  /external/clang/test/SemaObjC/
nonnull.m 63 void _dispatch_queue_push_list(dispatch_object_t _head); // no warning
65 void func6(dispatch_object_t _head) {
67 _dispatch_queue_push_list(_head._do); // no warning
  /external/srec/portable/src/
pmalloc.c 274 if (p->_Head == 0)
276 for (q = p->_Head; q != 0; q = q->_Next)
303 for (qb = &_Aldata._Head; *qb != 0;
314 for (qb = &_Aldata._Head; *qb != q;
464 if (_Aldata._Head == 0
465 || _PTR_NORM(q) < _PTR_NORM(_Aldata._Head))
467 q->_Next = _Aldata._Head;
468 _Aldata._Head = q;
476 register _Cell *qp = _Aldata._Head;
514 * qp could have been set to _Aldata._Head prior to the binIndex loop above
    [all...]
  /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)
  /external/srec/portable/include/
pmalloc.h 68 _Cell *_Head; /* null, or lowest addressed free cell */
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 86 * _HEAD + + + +
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse.so 
libpulse.so.0 
libpulse.so.0.4 

Completed in 3641 milliseconds

1 2