HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 751 - 775 of 6015) sorted by null

<<31323334353637383940>>

  /external/zlib/contrib/iostream3/
TODO 16 - Override operator<<(ostream&, gzfilebuf*) to allow direct copying
  /frameworks/base/include/media/stagefright/foundation/
AString.h 33 AString &operator=(const AString &from);
69 bool operator==(const AString &other) const;
70 bool operator<(const AString &other) const;
71 bool operator>(const AString &other) const;
  /frameworks/base/include/utils/
List.h 21 // Objects are copied into the list with the '=' operator or with copy-
38 * Objects added to the list are copied using the assignment operator,
108 * Dereference operator. Used to get at the juicy insides.
110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
116 inline bool operator==(const _Iter& right) const {
119 inline bool operator!=(const _Iter& right) const {
126 inline bool operator==(const OTHER& right) const {
130 inline bool operator!=(const OTHER& right) const {
136 inline _Iter& operator++() { // pre-incremen
    [all...]
RefBase.h 38 inline bool operator _op_ (const sp<T>& o) const { \
41 inline bool operator _op_ (const T* o) const { \
45 inline bool operator _op_ (const sp<U>& o) const { \
49 inline bool operator _op_ (const U* o) const { \
155 RefBase& operator=(const RefBase& o);
215 wp& operator = (T* other);
216 wp& operator = (const wp<T>& other);
217 wp& operator = (const sp<T>& other);
219 template<typename U> wp& operator = (U* other);
220 template<typename U> wp& operator = (const wp<U>& other)
    [all...]
  /frameworks/base/libs/hwui/utils/
SortedList.h 44 const SortedList<TYPE>& operator =(const SortedList<TYPE>& rhs) const;
45 SortedList<TYPE>& operator =(const SortedList<TYPE>& rhs);
74 inline const TYPE& operator [](size_t index) const;
125 inline SortedList<TYPE>& SortedList<TYPE>::operator =(const SortedList<TYPE>& rhs) {
126 SortedListImpl::operator =(rhs);
131 inline const SortedList<TYPE>& SortedList<TYPE>::operator =(
133 SortedListImpl::operator =(rhs);
148 inline const TYPE& SortedList<TYPE>::operator[](size_t index) const {
155 return operator[](index);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 93 void operator=(const facet&);
141 const locale& operator=(const locale&) _STLP_NOTHROW;
164 bool operator==(const locale&) const;
165 bool operator!=(const locale&) const;
168 bool operator()(const string& __x, const string& __y) const;
170 bool operator()(const wstring& __x, const wstring& __y) const;
174 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x,
244 const locale& operator=(const locale& __loc) _STLP_NOTHROW {
245 _Locale::operator=(__loc);
259 bool operator==(const locale& __loc) const { return _Locale::operator==(__loc);
    [all...]
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
_stream_iterator.h 111 reference operator*() const {
120 _Self& operator++() {
124 _Self operator++(int) {
180 _Self& operator=(const _TpP& __val) {
185 _Self& operator*() { return *this; }
186 _Self& operator++() { return *this; }
187 _Self& operator++(int) { return *this; }
212 operator==(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x,
219 operator!=(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 93 void operator=(const facet&);
141 const locale& operator=(const locale&) _STLP_NOTHROW;
164 bool operator==(const locale&) const;
165 bool operator!=(const locale&) const;
168 bool operator()(const string& __x, const string& __y) const;
170 bool operator()(const wstring& __x, const wstring& __y) const;
174 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x,
244 const locale& operator=(const locale& __loc) _STLP_NOTHROW {
245 _Locale::operator=(__loc);
259 bool operator==(const locale& __loc) const { return _Locale::operator==(__loc);
    [all...]
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
_stream_iterator.h 111 reference operator*() const {
120 _Self& operator++() {
124 _Self operator++(int) {
180 _Self& operator=(const _TpP& __val) {
185 _Self& operator*() { return *this; }
186 _Self& operator++() { return *this; }
187 _Self& operator++(int) { return *this; }
212 operator==(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x,
219 operator!=(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 93 void operator=(const facet&);
141 const locale& operator=(const locale&) _STLP_NOTHROW;
164 bool operator==(const locale&) const;
165 bool operator!=(const locale&) const;
168 bool operator()(const string& __x, const string& __y) const;
170 bool operator()(const wstring& __x, const wstring& __y) const;
174 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x,
244 const locale& operator=(const locale& __loc) _STLP_NOTHROW {
245 _Locale::operator=(__loc);
259 bool operator==(const locale& __loc) const { return _Locale::operator==(__loc);
    [all...]
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
_stream_iterator.h 111 reference operator*() const {
120 _Self& operator++() {
124 _Self operator++(int) {
180 _Self& operator=(const _TpP& __val) {
185 _Self& operator*() { return *this; }
186 _Self& operator++() { return *this; }
187 _Self& operator++(int) { return *this; }
212 operator==(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x,
219 operator!=(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x,
  /external/llvm/include/llvm/ADT/
STLExtras.h 34 bool operator()(const Ty* left, const Ty* right) const {
41 bool operator()(const Ty* left, const Ty* right) const {
46 // deleter - Very very very simple method that is used to invoke operator
63 // be dereferenced whenever operator* is invoked on the iterator.
91 inline value_type operator*() const { // All this work to do this
95 _Self& operator++() { ++current; return *this; }
96 _Self& operator--() { --current; return *this; }
97 _Self operator++(int) { _Self __tmp = *this; ++current; return __tmp; }
98 _Self operator--(int) { _Self __tmp = *this; --current; return __tmp; }
99 _Self operator+ (difference_type n) const
    [all...]
  /external/llvm/include/llvm/Support/
ValueHandle.h 77 Value *operator=(Value *RHS) {
85 Value *operator=(const ValueHandleBase &RHS) {
93 Value *operator->() const { return getValPtr(); }
94 Value &operator*() const { return *getValPtr(); }
141 Value *operator=(Value *RHS) {
142 return ValueHandleBase::operator=(RHS);
144 Value *operator=(const ValueHandleBase &RHS) {
145 return ValueHandleBase::operator=(RHS);
148 operator Value*() const {
189 ValueHandleBase::operator=(GetAsValue(P))
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
api.cpp 36 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
55 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
77 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
102 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
124 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
145 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
166 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
189 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
213 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
232 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
string 122 operator=(const basic_string& __str)
130 operator=(const _CharT* __s)
139 operator=(_CharT __c)
148 operator=(initializer_list<_CharT> __l)
219 operator[](size_type __pos) const
230 operator[](size_type __pos)
249 operator+=(const basic_string& __str)
257 operator+=(const _CharT* __s)
266 operator+=(_CharT __c)
275 operator+=(initializer_list<_CharT> __l
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
string 122 operator=(const basic_string& __str)
130 operator=(const _CharT* __s)
139 operator=(_CharT __c)
148 operator=(initializer_list<_CharT> __l)
219 operator[](size_type __pos) const
230 operator[](size_type __pos)
249 operator+=(const basic_string& __str)
257 operator+=(const _CharT* __s)
266 operator+=(_CharT __c)
275 operator+=(initializer_list<_CharT> __l
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
string 122 operator=(const basic_string& __str)
130 operator=(const _CharT* __s)
139 operator=(_CharT __c)
148 operator=(initializer_list<_CharT> __l)
219 operator[](size_type __pos) const
230 operator[](size_type __pos)
249 operator+=(const basic_string& __str)
257 operator+=(const _CharT* __s)
266 operator+=(_CharT __c)
275 operator+=(initializer_list<_CharT> __l
    [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 251 LazyOffsetPtr &operator=(T *Ptr) {
256 LazyOffsetPtr &operator=(uint64_t Offset) {
269 operator bool() const { return Ptr != 0; }
335 reference operator*() const {
341 pointer operator->() const {
348 reference operator[](difference_type D) {
352 iterator &operator++() {
357 iterator operator++(int) {
363 iterator &operator--() {
368 iterator operator--(int)
    [all...]
  /external/collada/include/1.4/dom/
domFx_sampler2D_common.h 65 * Overloaded assignment operator
67 virtual domSource &operator=( const domSource &cpy ) { (void)cpy; return *this; }
123 * Overloaded assignment operator
125 virtual domWrap_s &operator=( const domWrap_s &cpy ) { (void)cpy; return *this; }
181 * Overloaded assignment operator
183 virtual domWrap_t &operator=( const domWrap_t &cpy ) { (void)cpy; return *this; }
239 * Overloaded assignment operator
241 virtual domMinfilter &operator=( const domMinfilter &cpy ) { (void)cpy; return *this; }
297 * Overloaded assignment operator
299 virtual domMagfilter &operator=( const domMagfilter &cpy ) { (void)cpy; return *this;
    [all...]
domFx_samplerRECT_common.h 65 * Overloaded assignment operator
67 virtual domSource &operator=( const domSource &cpy ) { (void)cpy; return *this; }
123 * Overloaded assignment operator
125 virtual domWrap_s &operator=( const domWrap_s &cpy ) { (void)cpy; return *this; }
181 * Overloaded assignment operator
183 virtual domWrap_t &operator=( const domWrap_t &cpy ) { (void)cpy; return *this; }
239 * Overloaded assignment operator
241 virtual domMinfilter &operator=( const domMinfilter &cpy ) { (void)cpy; return *this; }
297 * Overloaded assignment operator
299 virtual domMagfilter &operator=( const domMagfilter &cpy ) { (void)cpy; return *this;
    [all...]
  /external/icu4c/common/
cmemory.h 101 * Adds operator[] for array item access.
155 T &operator[](ptrdiff_t i) const { return LocalPointerBase<T>::ptr[i]; }
236 operator T *() const { return ptr; }
243 T &operator[](ptrdiff_t i) { return ptr[i]; }
292 bool operator==(const MaybeStackArray & /*other*/) {return FALSE;};
293 bool operator!=(const MaybeStackArray & /*other*/) {return TRUE;};
294 /* No ownership transfer: No copy constructor, no assignment operator. */
296 void operator=(const MaybeStackArray & /*other*/) {};
303 // Returning NULL is rejected by gcc for operator new.
304 // The expedient thing is just not to override operator new
    [all...]
  /external/llvm/lib/VMCore/
ConstantsContext.h 20 #include "llvm/Operator.h"
33 void *operator new(size_t, unsigned); // DO NOT IMPLEMENT
36 void *operator new(size_t s) {
37 return User::operator new(s, 1);
49 void *operator new(size_t, unsigned); // DO NOT IMPLEMENT
52 void *operator new(size_t s) {
53 return User::operator new(s, 2);
69 void *operator new(size_t, unsigned); // DO NOT IMPLEMENT
72 void *operator new(size_t s) {
73 return User::operator new(s, 3)
    [all...]

Completed in 1316 milliseconds

<<31323334353637383940>>