HomeSort by relevance Sort by last modified time
    Searched full:_self (Results 76 - 100 of 453) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
htmlvalues.in 6 _self
  /external/stlport/stlport/stl/debug/
_iterator.h 210 typedef _DBG_iter<_Container, _Traits> _Self;
231 _DBG_iter(const _Self& __rhs) :
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
250 _Self& operator++() {
254 _Self operator++(int) {
255 _Self __tmp = *this;
259 _Self& operator--() {
263 _Self operator--(int)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 210 typedef _DBG_iter<_Container, _Traits> _Self;
231 _DBG_iter(const _Self& __rhs) :
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
250 _Self& operator++() {
254 _Self operator++(int) {
255 _Self __tmp = *this;
259 _Self& operator--() {
263 _Self operator--(int)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 210 typedef _DBG_iter<_Container, _Traits> _Self;
231 _DBG_iter(const _Self& __rhs) :
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
250 _Self& operator++() {
254 _Self operator++(int) {
255 _Self __tmp = *this;
259 _Self& operator--() {
263 _Self operator--(int)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 210 typedef _DBG_iter<_Container, _Traits> _Self;
231 _DBG_iter(const _Self& __rhs) :
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
250 _Self& operator++() {
254 _Self operator++(int) {
255 _Self __tmp = *this;
259 _Self& operator--() {
263 _Self operator--(int)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 210 typedef _DBG_iter<_Container, _Traits> _Self;
231 _DBG_iter(const _Self& __rhs) :
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
250 _Self& operator++() {
254 _Self operator++(int) {
255 _Self __tmp = *this;
259 _Self& operator--() {
263 _Self operator--(int)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 210 typedef _DBG_iter<_Container, _Traits> _Self;
231 _DBG_iter(const _Self& __rhs) :
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
250 _Self& operator++() {
254 _Self operator++(int) {
255 _Self __tmp = *this;
259 _Self& operator--() {
263 _Self operator--(int)
    [all...]
  /external/llvm/include/llvm/Analysis/
ConstantsScanner.h 30 typedef constant_iterator _Self;
50 inline bool operator==(const _Self& x) const { return OpIdx == x.OpIdx &&
52 inline bool operator!=(const _Self& x) const { return !operator==(x); }
60 inline _Self& operator++() { // Preincrement implementation
76 inline _Self operator++(int) { // Postincrement
77 _Self tmp = *this; ++*this; return tmp;
  /external/stlport/stlport/stl/
_monetary.h 273 typedef moneypunct_byname<char, true> _Self;
275 moneypunct_byname(_Self const&);
276 _Self& operator = (_Self const&);
306 typedef moneypunct_byname<char, false> _Self;
308 moneypunct_byname(_Self const&);
309 _Self& operator = (_Self const&);
340 typedef moneypunct_byname<wchar_t, true> _Self;
342 moneypunct_byname(_Self const&)
    [all...]
_rope.h 202 > _Self;
204 > _Self;
210 typedef sequence_buffer<_Sequence, _Buf_sz, _V> _Self;
223 sequence_buffer(const _Self& __x) {
228 sequence_buffer(_Self& __x) {
234 _Self& operator= (_Self& __x) {
240 _Self& operator= (const _Self& __x) {
271 _Self& write(const value_type *__s, size_t __len)
    [all...]
_queue.h 70 typedef queue<_Tp> _Self;
72 typedef queue<_Tp, _Sequence> _Self;
90 queue(__move_source<_Self> src)
105 void _M_swap_workaround(_Self& __x) {
154 typedef priority_queue<_Tp> _Self;
156 typedef priority_queue<_Tp, _Sequence, _Compare> _Self;
177 priority_queue(__move_source<_Self> src)
238 void _M_swap_workaround(_Self& __x) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 273 typedef moneypunct_byname<char, true> _Self;
275 moneypunct_byname(_Self const&);
276 _Self& operator = (_Self const&);
306 typedef moneypunct_byname<char, false> _Self;
308 moneypunct_byname(_Self const&);
309 _Self& operator = (_Self const&);
340 typedef moneypunct_byname<wchar_t, true> _Self;
342 moneypunct_byname(_Self const&)
    [all...]
_rope.h 202 > _Self;
204 > _Self;
210 typedef sequence_buffer<_Sequence, _Buf_sz, _V> _Self;
223 sequence_buffer(const _Self& __x) {
228 sequence_buffer(_Self& __x) {
234 _Self& operator= (_Self& __x) {
240 _Self& operator= (const _Self& __x) {
271 _Self& write(const value_type *__s, size_t __len)
    [all...]
_queue.h 70 typedef queue<_Tp> _Self;
72 typedef queue<_Tp, _Sequence> _Self;
90 queue(__move_source<_Self> src)
105 void _M_swap_workaround(_Self& __x) {
154 typedef priority_queue<_Tp> _Self;
156 typedef priority_queue<_Tp, _Sequence, _Compare> _Self;
177 priority_queue(__move_source<_Self> src)
238 void _M_swap_workaround(_Self& __x) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 273 typedef moneypunct_byname<char, true> _Self;
275 moneypunct_byname(_Self const&);
276 _Self& operator = (_Self const&);
306 typedef moneypunct_byname<char, false> _Self;
308 moneypunct_byname(_Self const&);
309 _Self& operator = (_Self const&);
340 typedef moneypunct_byname<wchar_t, true> _Self;
342 moneypunct_byname(_Self const&)
    [all...]
_rope.h 202 > _Self;
204 > _Self;
210 typedef sequence_buffer<_Sequence, _Buf_sz, _V> _Self;
223 sequence_buffer(const _Self& __x) {
228 sequence_buffer(_Self& __x) {
234 _Self& operator= (_Self& __x) {
240 _Self& operator= (const _Self& __x) {
271 _Self& write(const value_type *__s, size_t __len)
    [all...]
_queue.h 70 typedef queue<_Tp> _Self;
72 typedef queue<_Tp, _Sequence> _Self;
90 queue(__move_source<_Self> src)
105 void _M_swap_workaround(_Self& __x) {
154 typedef priority_queue<_Tp> _Self;
156 typedef priority_queue<_Tp, _Sequence, _Compare> _Self;
177 priority_queue(__move_source<_Self> src)
238 void _M_swap_workaround(_Self& __x) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 273 typedef moneypunct_byname<char, true> _Self;
275 moneypunct_byname(_Self const&);
276 _Self& operator = (_Self const&);
306 typedef moneypunct_byname<char, false> _Self;
308 moneypunct_byname(_Self const&);
309 _Self& operator = (_Self const&);
340 typedef moneypunct_byname<wchar_t, true> _Self;
342 moneypunct_byname(_Self const&)
    [all...]
_rope.h 202 > _Self;
204 > _Self;
210 typedef sequence_buffer<_Sequence, _Buf_sz, _V> _Self;
223 sequence_buffer(const _Self& __x) {
228 sequence_buffer(_Self& __x) {
234 _Self& operator= (_Self& __x) {
240 _Self& operator= (const _Self& __x) {
271 _Self& write(const value_type *__s, size_t __len)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 273 typedef moneypunct_byname<char, true> _Self;
275 moneypunct_byname(_Self const&);
276 _Self& operator = (_Self const&);
306 typedef moneypunct_byname<char, false> _Self;
308 moneypunct_byname(_Self const&);
309 _Self& operator = (_Self const&);
340 typedef moneypunct_byname<wchar_t, true> _Self;
342 moneypunct_byname(_Self const&)
    [all...]
_rope.h 202 > _Self;
204 > _Self;
210 typedef sequence_buffer<_Sequence, _Buf_sz, _V> _Self;
223 sequence_buffer(const _Self& __x) {
228 sequence_buffer(_Self& __x) {
234 _Self& operator= (_Self& __x) {
240 _Self& operator= (const _Self& __x) {
271 _Self& write(const value_type *__s, size_t __len)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 273 typedef moneypunct_byname<char, true> _Self;
275 moneypunct_byname(_Self const&);
276 _Self& operator = (_Self const&);
306 typedef moneypunct_byname<char, false> _Self;
308 moneypunct_byname(_Self const&);
309 _Self& operator = (_Self const&);
340 typedef moneypunct_byname<wchar_t, true> _Self;
342 moneypunct_byname(_Self const&)
    [all...]
_rope.h 202 > _Self;
204 > _Self;
210 typedef sequence_buffer<_Sequence, _Buf_sz, _V> _Self;
223 sequence_buffer(const _Self& __x) {
228 sequence_buffer(_Self& __x) {
234 _Self& operator= (_Self& __x) {
240 _Self& operator= (const _Self& __x) {
271 _Self& write(const value_type *__s, size_t __len)
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 376 var _self = this;
378 _self.testInfoDataLoaded(data, status);
538 var _self = this;
540 _self.chapterPopupChanged();
1174 var _self = this;
1178 _self.appendResultToOutput(kHTML4Data, item.test, item.hstatus, item.hcomment);
1181 _self.appendResultToOutput(kXHTML1Data, item.test, item.xstatus, item.xcomment);
1184 _self.endAppendingOutput();
1193 var _self = this;
1198 htmlLine= _self.createExportLine(kHTML4Data, item.test, item.hstatus, item.hcomment)
    [all...]
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 131 typedef df_iterator<GraphT, SetType, ExtStorage, GT> _Self;
134 static inline _Self begin(const GraphT& G) {
135 return _Self(GT::getEntryNode(G));
137 static inline _Self end(const GraphT& G) { return _Self(); }
140 static inline _Self begin(const GraphT& G, SetType &S) {
141 return _Self(GT::getEntryNode(G), S);
143 static inline _Self end(const GraphT& G, SetType &S) { return _Self(S); }
145 inline bool operator==(const _Self& x) const
    [all...]

Completed in 712 milliseconds

1 2 34 5 6 7 8 91011>>