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

12 3 4

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
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
ustdxept.cpp 1 // This file is part of the ustl library, an STL implementation.
16 namespace ustl { namespace
70 } // 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...]
uexception.cpp 1 // This file is part of the ustl library, an STL implementation.
21 namespace ustl { namespace
78 : ustl::exception(),
98 ustl::exception::read (is);
105 ustl::exception::write (os);
112 return (ustl::exception::stream_size() + stream_size_of(m_nBytesRequested));
304 } // namespace ustl
mistream.cpp 1 // This file is part of the ustl library, an STL implementation.
21 namespace ustl { namespace
60 ::ustl::swap (m_Pos, is.m_Pos);
236 ::ustl::swap (m_Pos, os.m_Pos);
241 } // 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
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
uios.h 1 // This file is part of the ustl library, an STL implementation.
16 namespace ustl { namespace
104 } // 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
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
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...]
memblock.cpp 1 // This file is part of the ustl library, an STL implementation.
20 namespace ustl { namespace
161 ::ustl::swap (m_Capacity, l.m_Capacity);
196 is.verify_remaining ("read", "ustl::memblock", n);
215 } // 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
fstream.h 1 // This file is part of the ustl library, an STL implementation.
17 namespace ustl { namespace
19 /// \class fstream fstream.h ustl.h
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...]
utuple.h 1 // This file is part of the ustl library, an STL implementation.
18 namespace ustl { namespace
20 /// \class tuple utuple.h ustl.h
36 typedef ::ustl::reverse_iterator<iterator> reverse_iterator;
37 typedef ::ustl::reverse_iterator<const_iterator> const_reverse_iterator;
78 { for (uoff_t i = 0; i < N; ++ i) ::ustl::swap (m_v[i], v.m_v[i]); }
83 } // namespace ustl
87 namespace ustl { namespace
244 } // namespace ustl
bktrace.cpp 1 // This file is part of the ustl library, an STL implementation.
23 namespace ustl { namespace
159 } // namespace ustl
memlink.h 1 // This file is part of the ustl library, an STL implementation.
15 namespace ustl { namespace
17 /// \class memlink memlink.h ustl.h
112 } // namespace ustl
ofstream.cpp 1 // This file is part of the ustl library, an STL implementation.
17 namespace ustl { namespace
162 } // 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
  /frameworks/base/media/libdrm/mobile2/include/dcf/
DrmDcfCommon.h 25 using namespace ustl;
  /frameworks/base/media/libdrm/mobile2/include/rights/
Ro.h 25 using namespace ustl;
  /frameworks/base/media/libdrm/mobile2/src/util/xml/
ExpatWrapper.cpp 18 using namespace ustl;
  /frameworks/base/media/libdrm/mobile2/src/rights/
RoManager.cpp 20 using namespace ustl;
  /frameworks/base/media/libdrm/mobile2/src/util/crypto/
DrmCrypto.cpp 20 using namespace ustl;

Completed in 98 milliseconds

12 3 4