Searched defs:less (Results 1 - 9 of 9) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
H A Dless.hpp9 // Preprocessed version of "boost/mpl/less.hpp" header
67 struct less struct in namespace:boost::mpl
74 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, less, (N1, N2))
78 BOOST_MPL_AUX_NA_SPEC2(2, 2, less)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
H A Dassert.hpp99 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator in enum:assert_::relations
/ndk/tests/device/test-gnustl-full/unit/
H A Dmvctor_declaration_test.cpp113 struct less<struct_with_specialized_less> { struct in namespace:std
142 struct __move_traits<less<struct_with_specialized_less> > {
293 //For associative containers it is important that less is correctly recognize as
294 //the STLport less or a user specialized less:
296 CPPUNIT_ASSERT( is_move_complete(less<char>()) );
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) );
H A Dset_test.cpp58 set<int, less<int> > s;
70 typedef set<int, less<int> > int_set;
96 set<int, less<int> > s;
214 struct less<SetTestClass> { struct in namespace:std
285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
286 less<int> intLess;
/ndk/tests/device/test-stlport/unit/
H A Dmvctor_declaration_test.cpp113 struct less<struct_with_specialized_less> { struct in namespace:std
142 struct __move_traits<less<struct_with_specialized_less> > {
293 //For associative containers it is important that less is correctly recognize as
294 //the STLport less or a user specialized less:
296 CPPUNIT_ASSERT( is_move_complete(less<char>()) );
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) );
H A Dset_test.cpp58 set<int, less<int> > s;
70 typedef set<int, less<int> > int_set;
96 set<int, less<int> > s;
214 struct less<SetTestClass> { struct in namespace:std
285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
286 less<int> intLess;
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_function_base.h70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_T
[all...]
/ndk/sources/host-tools/make-3.81/
H A Dcommands.c49 char *at, *percent, *star, *less;
114 less = "";
118 less = dep_name (d);
125 less = at;
132 DEFINE_VARIABLE ("<", 1, less);
164 qmark_len = plus_len + 1; /* Will be this or less. */
48 char *at, *percent, *star, *less; local
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_set.h36 _STLP_EXPORT template struct _STLP_CLASS_DECLSPEC less<void*>; variable in typeref:struct:_STLP_CLASS_DECLSPEC
44 _STLP_EXPORT_TEMPLATE_CLASS _DbgCompare<void*, less<void*> >;
46 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, _DbgCompare<void*, less<void*> >, void*, _Identity<void*>,
50 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, less<void*>, void*, _Identity<void*>,
55 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),
302 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),

Completed in 708 milliseconds