/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/external/tinyxml/ |
tinystr.h | 31 * - fixed buggy compares operator==(), operator<(), and operator>() 32 * - fixed operator+=() to take a const ref argument, following spec. 34 * - added swap(), clear(), size(), capacity(), operator+(). 94 // = operator 95 TiXmlString& operator = (const char * copy) 100 // = operator 101 TiXmlString& operator = (const TiXmlString & copy) 107 // += operator. Maps to appen [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
iomanip | 68 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 102 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 137 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) 179 operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f) 187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) 213 operator>>(basic_istream<_CharT, _Traits>& __is, _Setprecision __f) 221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 68 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 102 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 137 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) 179 operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f) 187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) 213 operator>>(basic_istream<_CharT, _Traits>& __is, _Setprecision __f) 221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 68 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 102 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 137 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) 179 operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f) 187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) 213 operator>>(basic_istream<_CharT, _Traits>& __is, _Setprecision __f) 221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 68 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 102 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 137 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) 179 operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f) 187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) 213 operator>>(basic_istream<_CharT, _Traits>& __is, _Setprecision __f) 221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 68 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 102 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 137 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) 179 operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f) 187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) 213 operator>>(basic_istream<_CharT, _Traits>& __is, _Setprecision __f) 221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f [all...] |
/abi/cpp/include/ |
new | 43 void* operator new(std::size_t size) throw(/*std::bad_alloc*/); 44 void* operator new(std::size_t size, const std::nothrow_t&) throw(); 45 void operator delete(void* ptr) throw(); 46 void operator delete(void*, const std::nothrow_t&) throw(); 47 void* operator new[](std::size_t size) throw(/*std::bad_alloc*/); 48 void* operator new[](std::size_t size, const std::nothrow_t&) throw(); 49 void operator delete[](void* ptr) throw(); 50 void operator delete[](void* const, std::nothrow_t&) throw(); 51 void* operator new(std::size_t size, void* ptr) throw(); 52 void* operator new[](std::size_t size, void* ptr) throw() [all...] |
/device/samsung/toroplus/ |
system.prop | 15 #Operator values 16 ro.cdma.home.operator.alpha=Sprint 17 ro.cdma.home.operator.numeric=310120
|
/external/chromium/webkit/glue/ |
web_io_operators.h | 16 std::ostream& operator<<(std::ostream& out, const WebString& s); 20 std::ostream& operator<<(std::ostream& out, const WebPoint& p); 23 std::ostream& operator<<(std::ostream& out, const WebRect& p);
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/ |
p6.cpp | 7 explicit operator int(); // expected-warning {{explicit conversion functions are a C++11 extension}} 11 operator bool(); 15 explicit A::operator bool() { return false; } // expected-warning {{explicit conversion functions are a C++11 extension}}\
|
/external/clang/test/SemaCXX/ |
new-delete-predefined-decl.cpp | 6 // Note that each test must be run separately so it can be the first operator 10 // Don't crash on global template operator new overloads. 11 template<typename T> void* operator new(size_t, T);
|
no-exceptions.cpp | 11 void* operator new(size_t x); 13 void operator delete(void *x); 18 // 'operator delete'.
|
warn-new-overaligned-2.cpp | 3 // This test verifies that we don't warn when the global operator new is 6 void* operator new(unsigned long); 7 void* operator new[](unsigned long);
|
/external/oprofile/libpp/ |
symbol_functors.h | 19 bool operator()(sample_entry const * lhs, 24 bool operator()(symbol_entry const * lhs, 34 bool operator()(symbol_entry const & lhs,
|
/external/stlport/test/unit/ |
unary.h | 12 bool operator()(int n_) const { return(n_ % 2) == 1; } 16 bool operator()(int n_) const { return n_ >= 0; } 20 double operator()(double x_) const
|
/external/webrtc/src/system_wrappers/source/ |
atomic32_linux.h | 29 inline WebRtc_Word32 operator++(); 30 inline WebRtc_Word32 operator--(); 32 inline Atomic32Impl& operator=(const Atomic32Impl& rhs); 33 inline Atomic32Impl& operator=(WebRtc_Word32 rhs); 34 inline WebRtc_Word32 operator+=(WebRtc_Word32 rhs); 35 inline WebRtc_Word32 operator-=(WebRtc_Word32 rhs); 67 inline WebRtc_Word32 Atomic32Impl::operator++() 74 inline WebRtc_Word32 Atomic32Impl::operator--() 81 inline Atomic32Impl& Atomic32Impl::operator=(const Atomic32Impl& rhs) 87 inline Atomic32Impl& Atomic32Impl::operator=(WebRtc_Word32 rhs [all...] |
atomic32_mac.h | 28 inline WebRtc_Word32 operator++(); 29 inline WebRtc_Word32 operator--(); 31 inline Atomic32Impl& operator=(const Atomic32Impl& rhs); 32 inline Atomic32Impl& operator=(WebRtc_Word32 rhs); 33 inline WebRtc_Word32 operator+=(WebRtc_Word32 rhs); 34 inline WebRtc_Word32 operator-=(WebRtc_Word32 rhs); 67 inline WebRtc_Word32 Atomic32Impl::operator++() 73 inline WebRtc_Word32 Atomic32Impl::operator--() 79 inline Atomic32Impl& Atomic32Impl::operator=(const Atomic32Impl& rhs) 85 inline Atomic32Impl& Atomic32Impl::operator=(WebRtc_Word32 rhs [all...] |
/ndk/sources/cxx-stl/gabi++/include/ |
new | 43 void* operator new(std::size_t size) throw(/*std::bad_alloc*/); 44 void* operator new(std::size_t size, const std::nothrow_t&) throw(); 45 void* operator new[](std::size_t size) throw(/*std::bad_alloc*/); 46 void* operator new[](std::size_t size, const std::nothrow_t&) throw(); 48 void operator delete[](void* ptr) throw(); 49 void operator delete[](void* const, std::nothrow_t&) throw(); 50 void operator delete(void* ptr) throw(); 51 void operator delete(void*, const std::nothrow_t&) throw(); 53 inline void* operator new(std::size_t, void* p) throw() { return p; } 54 inline void* operator new[](std::size_t, void* p) throw() { return p; [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
unary.h | 12 bool operator()(int n_) const { return(n_ % 2) == 1; } 16 bool operator()(int n_) const { return n_ >= 0; } 20 double operator()(double x_) const
|
/ndk/tests/device/test-stlport/unit/ |
unary.h | 12 bool operator()(int n_) const { return(n_ % 2) == 1; } 16 bool operator()(int n_) const { return n_ >= 0; } 20 double operator()(double x_) const
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
new | 43 void* operator new(std::size_t size) throw(/*std::bad_alloc*/); 44 void* operator new(std::size_t size, const std::nothrow_t&) throw(); 45 void* operator new[](std::size_t size) throw(/*std::bad_alloc*/); 46 void* operator new[](std::size_t size, const std::nothrow_t&) throw(); 48 void operator delete[](void* ptr) throw(); 49 void operator delete[](void* const, std::nothrow_t&) throw(); 50 void operator delete(void* ptr) throw(); 51 void operator delete(void*, const std::nothrow_t&) throw(); 53 inline void* operator new(std::size_t, void* p) throw() { return p; } 54 inline void* operator new[](std::size_t, void* p) throw() { return p; [all...] |