Searched defs:list2 (Results 1 - 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dabort_message.cpp40 va_list list2; local
41 va_start(list2, format);
42 vasprintf(&buffer, format, list2);
43 va_end(list2);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/preprocessed/plain/
H A Dlist10.hpp30 struct list2 struct in namespace:boost::mpl
37 typedef list2 type;
47 , list2< T1,T2 >
/ndk/tests/device/test-gnustl-full/unit/
H A Dlist_test.cpp22 CPPUNIT_TEST(list2);
37 void list2();
95 void ListTest::list2() function in class:ListTest
/ndk/tests/device/test-stlport/unit/
H A Dlist_test.cpp22 CPPUNIT_TEST(list2);
37 void list2();
95 void ListTest::list2() function in class:ListTest
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
H A Dtest.cpp78 std::list<int> list2; local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
H A Dbind.hpp275 template< class A1, class A2 > class list2: private storage2< A1, A2 > class in namespace:boost::_bi
283 list2( A1 a1, A2 a2 ): base_type( a1, a2 ) {} function in class:boost::_bi::list2
346 bool operator==(list2 const & rhs) const
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/android/cpufeatures/
H A Dcpu-features.c340 cpulist_and(CpuList* list1, CpuList* list2) { argument
341 list1->mask &= list2->mask;

Completed in 428 milliseconds