HomeSort by relevance Sort by last modified time
    Searched refs:ustl (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
Vector.h 19 using namespace ustl;
stack.h 19 using namespace ustl;
DOMString.h 20 using namespace ustl;
DOMException.h 20 using namespace ustl;
  /frameworks/base/media/libdrm/mobile2/
Android.mk 13 src/util/ustl-1.0/bktrace.cpp \
14 src/util/ustl-1.0/memblock.cpp \
15 src/util/ustl-1.0/ofstream.cpp \
16 src/util/ustl-1.0/ualgobase.cpp \
17 src/util/ustl-1.0/unew.cpp \
18 src/util/ustl-1.0/cmemlink.cpp \
19 src/util/ustl-1.0/memlink.cpp \
20 src/util/ustl-1.0/sistream.cpp \
21 src/util/ustl-1.0/ubitset.cpp \
22 src/util/ustl-1.0/ustdxept.cpp
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
unew.cpp 1 // This file is part of the ustl library, an STL implementation.
16 void* throwing_malloc (size_t n) throw (ustl::bad_alloc)
23 throw ustl::bad_alloc (n);
unew.h 1 // This file is part of the ustl library, an STL implementation.
8 /// \brief Same as \<new\>, but throws ustl:: exceptions.
17 void* throwing_malloc (size_t n) throw (ustl::bad_alloc);
34 inline void* operator new (size_t n) throw (ustl::bad_alloc) { return (throwing_malloc (n)); }
35 inline void* operator new[] (size_t n) throw (ustl::bad_alloc) { return (throwing_malloc (n)); }
bktrace.h 1 // This file is part of the ustl library, an STL implementation.
14 namespace ustl { namespace
20 /// \class CBacktrace bktrace.h ustl.h
50 } // namespace ustl
52 ALIGNOF(ustl::CBacktrace, sizeof(void*))
strmsize.h 1 // This file is part of the ustl library, an STL implementation.
17 namespace ustl { namespace
50 } // namespace ustl
54 namespace ustl { \
71 namespace ustl { \
93 namespace ustl { \
101 namespace ustl { \
116 namespace ustl { \
123 namespace ustl { \
cmemlink.cpp 1 // This file is part of the ustl library, an STL implementation.
22 namespace ustl { namespace
97 ::ustl::swap (m_Data, l.m_Data);
98 ::ustl::swap (m_Size, l.m_Size);
109 } // namespace ustl
ulimits.h 1 // This file is part of the ustl library, an STL implementation.
15 namespace ustl { namespace
26 /// \class numeric_limits ulimits.h ustl.h
90 namespace ustl { _NUMERIC_LIMITS (type, minVal, maxVal, bSigned, bInteger, bIntegral); }
102 namespace ustl { \
105 } // namespace ustl
ulist.h 1 // This file is part of the ustl library, an STL implementation.
15 namespace ustl { namespace
17 /// \class list ulist.h ustl.h
45 inline void remove (const T& v) { ::ustl::remove (*this, v); }
46 inline void unique (void) { ::ustl::unique (*this); }
47 inline void sort (void) { ::ustl::sort (*this); }
75 } // namespace ustl
uiosfunc.h 1 // This file is part of the ustl library, an STL implementation.
14 namespace ustl { namespace
18 /// \class align uiosfunc.h ustl.h
34 /// \class talign uiosfunc.h ustl.h
43 /// \class skip uiosfunc.h ustl.h
59 /// \class width uiosfunc.h ustl.h
73 /// \class base uiosfunc.h ustl.h
97 } // namespace ustl
99 CAST_STREAMABLE(ustl::ios::fmtflags, uint32_t)
100 CAST_STREAMABLE(ustl::ios::seekdir, uint32_t
    [all...]
ubitset.cpp 1 // This file is part of the ustl library, an STL implementation.
11 namespace ustl { namespace
37 } // namespace ustl
  /frameworks/base/media/libdrm/mobile2/include/dcf/
DrmIStream.h 25 using namespace ustl;
  /frameworks/base/media/libdrm/mobile2/include/rights/
Right.h 24 using namespace ustl;
RoManager.h 23 using namespace ustl;
Asset.h 23 using namespace ustl;
Constraint.h 22 using namespace ustl;
  /frameworks/base/media/libdrm/mobile2/include/util/xml/
ExpatWrapper.h 23 using namespace ustl;
DomExpatAgent.h 29 using namespace ustl;
XMLElementImpl.h 24 using namespace ustl;
  /frameworks/base/media/libdrm/mobile2/src/drmmanager/
DrmManager.cpp 21 using namespace ustl;
  /frameworks/base/media/libdrm/mobile2/include/drmmanager/
DrmManager.h 26 using namespace ustl;
  /frameworks/base/media/libdrm/mobile2/src/roap/
RoapMessageHandler.cpp 22 using namespace ustl;

Completed in 295 milliseconds

1 2 3 4