Home
last modified time | relevance | path

Searched refs:__STD (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dmath_aux.h6 #undef __STD
8 # define __STD std:: macro
10 # define __STD macro
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()
28 #undef __STD
Dstack_allocator.h11 #undef __STD
13 # define __STD std:: macro
15 # define __STD macro
53 : public __STD __stlport_class<StackAllocator<_Tp> >
100 throw __STD bad_alloc();
149 __STD swap(m_state, other.m_state); in swap()
204 #undef __STD
/ndk/tests/device/test-stlport/unit/
Dmath_aux.h6 #undef __STD
8 # define __STD std:: macro
10 # define __STD macro
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()
28 #undef __STD
Dstack_allocator.h11 #undef __STD
13 # define __STD std:: macro
15 # define __STD macro
53 : public __STD __stlport_class<StackAllocator<_Tp> >
100 throw __STD bad_alloc();
149 __STD swap(m_state, other.m_state); in swap()
204 #undef __STD
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dconcept_checks.h499 typedef typename __STD::iterator_traits<_Iter>::value_type value_type;
504 typedef typename __STD::iterator_traits<_Iter>::difference_type
510 typedef typename __STD::iterator_traits<_Iter>::reference reference;
515 typedef typename __STD::iterator_traits<_Iter>::pointer pointer;
520 typedef typename __STD::iterator_traits<_Iter>::iterator_category