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

1 2 3 4

  /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);
ustdxept.h 1 // This file is part of the ustl library, an STL implementation.
15 namespace ustl { namespace
23 /// \class logic_error ustdxept.h ustl.h
41 /// \class logic_error ustdxept.h ustl.h
52 /// \class domain_error ustdxept.h ustl.h
63 /// \class invalid_argument ustdxept.h ustl.h
74 /// \class length_error ustdxept.h ustl.h
85 /// \class out_of_range ustdxept.h ustl.h
96 /// \class runtime_error ustdxept.h ustl.h
107 /// \class range_error ustdxept.h ustl.
    [all...]
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*))
ustack.h 1 // This file is part of the ustl library, an STL implementation.
12 namespace ustl { namespace
14 /// \class stack ustack.h ustl.h
17 /// \brief Stack adapter to uSTL containers.
43 } // 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...]
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)); }
uexception.h 1 // This file is part of the ustl library, an STL implementation.
9 // The standard C++ headers are duplicated because uSTL is intended
44 namespace ustl { namespace
58 /// \class exception uexception.h ustl.h
91 /// \class bad_cast uexception.h ustl.h
104 /// \class bad_alloc uexception.h ustl.h
125 /// \class libc_exception uexception.h ustl.h
130 /// Contains an errno and description. This is a uSTL extension.
147 /// \class file_exception uexception.h ustl.h
152 /// Contains the file name. This is a uSTL extension
    [all...]
memlink.cpp 1 // This file is part of the ustl library, an STL implementation.
19 namespace ustl { namespace
26 is.verify_remaining ("read", "ustl::memlink", n);
65 } // namespace ustl
upair.h 1 // This file is part of the ustl library, an STL implementation.
14 namespace ustl { namespace
16 /// \class pair upair.h ustl.h
60 } // namespace ustl
ubitset.cpp 1 // This file is part of the ustl library, an STL implementation.
11 namespace ustl { namespace
37 } // namespace ustl
uqueue.h 1 // This file is part of the ustl library, an STL implementation.
12 namespace ustl { namespace
14 /// \class queue uqueue.h ustl.h
17 /// \brief Queue adapter to uSTL containers.
68 } // namespace ustl
cmemlink.h 1 // This file is part of the ustl library, an STL implementation.
14 /// The ustl namespace contains all ustl classes and algorithms.
15 namespace ustl { namespace
21 /// \class cmemlink cmemlink.h ustl.h
78 inline void read (istream&) { assert (!"ustl::cmemlink is a read-only object."); }
98 } // namespace ustl
memblock.h 1 // This file is part of the ustl library, an STL implementation.
14 namespace ustl { namespace
16 /// \class memblock memblock.h ustl.h
71 } // namespace ustl
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
ofstream.h 1 // This file is part of the ustl library, an STL implementation.
16 namespace ustl { namespace
18 /// \class ofstream fdostream.h ustl.h
47 /// \class ifstream fdostream.h ustl.h
79 } // namespace ustl
uvector.h 1 // This file is part of the ustl library, an STL implementation.
16 namespace ustl { namespace
18 /// \class vector uvector.h ustl.h
41 typedef ::ustl::reverse_iterator<iterator> reverse_iterator;
42 typedef ::ustl::reverse_iterator<const_iterator> const_reverse_iterator;
158 ::ustl::fill (begin(), end(), v);
167 ::ustl::copy (v.begin(), v.end(), begin());
176 ::ustl::copy (i1, i2, begin());
193 ::ustl::copy (i1, i2, begin());
201 ::ustl::fill (begin(), end(), v)
    [all...]
ustdxept.cpp 1 // This file is part of the ustl library, an STL implementation.
16 namespace ustl { namespace
70 } // namespace ustl
sistream.h 1 // This file is part of the ustl library, an STL implementation.
16 namespace ustl { namespace
18 /// \class istringstream sistream.h ustl.h
130 } // namespace ustl
umatrix.h 1 // This file is part of the ustl library, an STL implementation.
14 namespace ustl { namespace
16 /// \class matrix umatrix.h ustl.h
77 } // 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/include/util/domcore/
Vector.h 19 using namespace ustl;
stack.h 19 using namespace ustl;
DOMString.h 20 using namespace ustl;

Completed in 68 milliseconds

1 2 3 4