/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | next_prior.hpp | 29 struct next struct 31 typedef typename T::next type;
|
D | bind.hpp | 140 typedef Arg next; typedef 149 typedef typename Arg::next next; typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | next_prior.hpp | 30 inline T next(T x) { return ++x; } in next() function 33 inline T next(T x, Distance n) in next() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/ |
D | iterator.hpp | 43 struct next< l_iter<Node> > struct 45 typedef l_iter< typename Node::next > type; 68 typedef l_iter next; typedef
|
D | item.hpp | 40 typedef Next next; typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | integral_wrapper.hpp | 64 typedef AUX_WRAPPER_INST(next_value) next; typedef 69 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N + 1)) ) next; typedef 72 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value + 1)) ) next; typedef
|
/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample3-inl.h | 57 QueueNode* next() { return next_; } in next() function 58 const QueueNode* next() const { return next_; } in next() function 87 QueueNode<E>* next = node->next(); in Clear() local
|
/ndk/sources/host-tools/make-3.81/ |
D | dep.h | 38 struct dep *next; member 53 struct nameseq *next; member
|
D | rule.h | 23 struct rule *next; member
|
D | vpath.c | 31 struct vpath *next; /* Pointer to next struct in the linked list. */ member 183 struct vpath *next = path->next; in construct_vpath_list() local
|
D | implicit.c | 71 struct idep *next; /* struct dep -compatible interface */ member 813 struct dep *next = dep->next; in pattern_search() local
|
D | rule.c | 85 struct rule *next = rule->next; in count_implicit_rule_limits() local 412 struct rule *next = rule->next; in freerule() local
|
D | job.h | 42 struct child *next; /* Link in the chain. */ member
|
D | variable.h | 93 struct variable_set_list *next; /* Link in the chain. */ member 101 struct pattern_var *next; member
|
D | strcache.c | 32 struct strcache *next; /* The next block of strings. */ member
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
D | iterator.hpp | 52 typedef v_iter<Vector,next_> next; typedef 65 struct next< v_iter<Vector,n_> > struct 67 typedef v_iter<Vector,(n_ + 1)> type;
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 85 def next (self): member in RbtreeIterator 165 def next (self): member in DequePrinter.Iterator 231 def next (self): member in ListPrinter.Iterator 277 def next (self): member in MapPrinter.Iterator 322 def next (self): member in SetPrinter.Iterator 360 def next (self): member in SlistPrinter.Iterator 447 def next (self): member in VectorPrinter.Iterator 544 def next (self): member in UnorderedMapPrinter.Iterator 596 def next (self): member in UnorderedSetPrinter.Iterator
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | execution_monitor.hpp | 62 explicit translate_exception_base( boost::scoped_ptr<translate_exception_base>& next ) in translate_exception_base() 208 explicit translate_exception( ExceptionTranslator const& tr, base_ptr& next ) in translate_exception()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | foreach.hpp | 164 next( static_any_t cur, C&, mpl::false_ ) in next() function 173 next( static_any_t cur, C const&, mpl::true_ ) in next() function
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind_AppleExtras.cpp | 31 libgcc_object *next; member
|
/ndk/sources/cxx-stl/stlport/src/ |
D | cxa.c | 60 struct exit_function_list *next; member
|
/ndk/sources/android/support/tests/minitest/ |
D | minitest.cc | 14 TestInfo* next; member
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
D | converter_policies.hpp | 106 S next = ceil(s); in nearbyint() local
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 389 const char *next; local 1223 struct globlink *next; member
|