HomeSort by relevance Sort by last modified time
    Searched defs:__STD (Results 1 - 6 of 6) sorted by null

  /external/stlport/test/unit/
math_aux.h 6 #undef __STD
8 # define __STD std::
10 # define __STD
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon();
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
28 #undef __STD
stack_allocator.h 11 #undef __STD
13 # define __STD std::
15 # define __STD
53 : public __STD __stlport_class<StackAllocator<_Tp> >
100 throw __STD bad_alloc();
149 __STD swap(m_state, other.m_state);
204 #undef __STD
  /ndk/tests/device/test-gnustl-full/unit/
math_aux.h 6 #undef __STD
8 # define __STD std::
10 # define __STD
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon();
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
28 #undef __STD
stack_allocator.h 11 #undef __STD
13 # define __STD std::
15 # define __STD
53 : public __STD __stlport_class<StackAllocator<_Tp> >
100 throw __STD bad_alloc();
149 __STD swap(m_state, other.m_state);
204 #undef __STD
  /ndk/tests/device/test-stlport/unit/
math_aux.h 6 #undef __STD
8 # define __STD std::
10 # define __STD
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon();
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
28 #undef __STD
stack_allocator.h 11 #undef __STD
13 # define __STD std::
15 # define __STD
53 : public __STD __stlport_class<StackAllocator<_Tp> >
100 throw __STD bad_alloc();
149 __STD swap(m_state, other.m_state);
204 #undef __STD

Completed in 415 milliseconds