Home
last modified time | relevance | path

Searched refs:list2 (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dabort_message.cpp40 va_list list2; in abort_message() local
41 va_start(list2, format); in abort_message()
42 vasprintf(&buffer, format, list2); in abort_message()
43 va_end(list2); in abort_message()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/preprocessed/plain/
Dlist10.hpp30 struct list2 struct
37 typedef list2 type; argument
47 , list2< T1,T2 >
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind_template.hpp60 list2<A1 &, A2 &> a(a1, a2); in operator ()()
66 list2<A1 &, A2 &> a(a1, a2); in operator ()()
75 list2<A1 const &, A2 &> a(a1, a2); in operator ()()
81 list2<A1 const &, A2 &> a(a1, a2); in operator ()()
88 list2<A1 &, A2 const &> a(a1, a2); in operator ()()
94 list2<A1 &, A2 const &> a(a1, a2); in operator ()()
101 list2<A1 const &, A2 const &> a(a1, a2); in operator ()()
107 list2<A1 const &, A2 const &> a(a1, a2); in operator ()()
Dbind.hpp275 template< class A1, class A2 > class list2: private storage2< A1, A2 > class
283 list2( A1 a1, A2 a2 ): base_type( a1, a2 ) {} in list2() function in boost::_bi::list2
346 bool operator==(list2 const & rhs) const in operator ==()
1087 typedef list2<B1, B2> type;
1192 bind_t< bool, name, list2< bind_t<R, F, L>, typename add_value<A2>::type > > \
1196 typedef list2< bind_t<R, F, L>, B2> list_type; \
1221 bind_t< bool, name, list2< bind_t<R, F, L>, bind_t<R, F, L> > > \
1224 typedef list2< bind_t<R, F, L>, bind_t<R, F, L> > list_type; \
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Dscript17 p list2
Dtest.cpp78 std::list<int> list2; in main() local
/ndk/tests/device/test-gnustl-full/unit/
Dlist_test.cpp22 CPPUNIT_TEST(list2);
37 void list2();
95 void ListTest::list2() in list2() function in ListTest
/ndk/tests/device/test-stlport/unit/
Dlist_test.cpp22 CPPUNIT_TEST(list2);
37 void list2();
95 void ListTest::list2() in list2() function in ListTest
/ndk/sources/android/cpufeatures/
Dcpu-features.c337 cpulist_and(CpuList* list1, CpuList* list2) { in cpulist_and() argument
338 list1->mask &= list2->mask; in cpulist_and()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dlist.hpp55 : list2< T0,T1 >
57 typedef typename list2< T0,T1 >::type type;
/ndk/sources/host-tools/make-3.81/doc/
Dmake.texi6745 @item $(join @var{list1},@var{list2})
10451 @item $(join @var{list1},@var{list2})