HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 26 - 50 of 6351) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_relops.h 87 operator!=(const _Tp& __x, const _Tp& __y)
100 operator>(const _Tp& __x, const _Tp& __y)
113 operator<=(const _Tp& __x, const _Tp& __y)
126 operator>=(const _Tp& __x, const _Tp& __y)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_iterators.h 26 reference operator*() const {return *it_;}
28 output_iterator& operator++() {++it_; return *this;}
29 output_iterator operator++(int)
53 reference operator*() const {return *it_;}
54 pointer operator->() const {return it_;}
56 input_iterator& operator++() {++it_; return *this;}
57 input_iterator operator++(int)
60 friend bool operator==(const input_iterator& x, const input_iterator& y)
62 friend bool operator!=(const input_iterator& x, const input_iterator& y)
69 operator==(const input_iterator<T>& x, const input_iterator<U>& y
    [all...]
  /external/chromium_org/cc/layers/
layer_position_constraint.cc 15 bool LayerPositionConstraint::operator==(
24 bool LayerPositionConstraint::operator!=(
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_event_handler.cc 13 bool VideoCaptureControllerID::operator<(
18 bool VideoCaptureControllerID::operator==(
  /external/chromium_org/content/public/browser/android/
synchronous_compositor.cc 12 bool SynchronousCompositorMemoryPolicy::operator==(
18 bool SynchronousCompositorMemoryPolicy::operator!=(
  /external/chromium_org/third_party/libjingle/overrides/allocator_shim/
allocator_proxy.cc 21 void* operator new(std::size_t n) throw() {
25 void operator delete(void* p) throw() {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.cc 46 bool BitmapGlyphInfo::operator==(const BitmapGlyphInfo& rhs) const {
53 bool BitmapGlyphInfo::operator==(BitmapGlyphInfo* rhs) {
63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs,
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsPoint.cpp 9 SkDVector operator-(const SkDPoint& a, const SkDPoint& b) {
14 SkDPoint operator+(const SkDPoint& a, const SkDVector& b) {
  /external/clang/test/SemaCXX/Inputs/
warn-new-overaligned-3.h 6 void* operator new(unsigned long) {
9 void* operator new[](unsigned long) {
13 void* operator new(unsigned long, void *) {
17 void* operator new[](unsigned long, void *) {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.cc 46 bool BitmapGlyphInfo::operator==(const BitmapGlyphInfo& rhs) const {
53 bool BitmapGlyphInfo::operator==(BitmapGlyphInfo* rhs) {
63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs,
  /external/skia/src/pathops/
SkPathOpsPoint.cpp 9 SkDVector operator-(const SkDPoint& a, const SkDPoint& b) {
14 SkDPoint operator+(const SkDPoint& a, const SkDVector& b) {
  /external/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
pointer01.fail.cpp 28 Deleter& operator=(Deleter&) {}
30 void operator()(void*) const {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
pointer01.fail.cpp 27 Deleter& operator=(Deleter&) {}
29 void operator()(void*) const {}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 52 /** \deprecated ArrayBase::operator*() */
56 Cwise<ExpressionType>::operator*(const MatrixBase<OtherDerived> &other) const
61 /** \deprecated ArrayBase::operator/() */
65 Cwise<ExpressionType>::operator/(const MatrixBase<OtherDerived> &other) const
70 /** \deprecated ArrayBase::operator*=() */
73 inline ExpressionType& Cwise<ExpressionType>::operator*=(const MatrixBase<OtherDerived> &other)
78 /** \deprecated ArrayBase::operator/=() */
81 inline ExpressionType& Cwise<ExpressionType>::operator/=(const MatrixBase<OtherDerived> &other)
154 /** \deprecated ArrayBase::operator<() */
158 Cwise<ExpressionType>::operator<(const MatrixBase<OtherDerived> &other) cons
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
Flags.h 34 operator unsigned int () const
37 bool operator! () const
40 Flags operator& (int pMask ) const
43 Flags operator& (unsigned int pMask ) const
46 Flags operator& (Enum pMask ) const
49 Flags& operator&= (unsigned int pMask ) {
54 Flags& operator=(Flags pOther) {
59 Flags operator^ (Flags pOther) const
62 Flags operator^ (Enum pOther) const
65 Flags& operator^= (Flags pOther)
    [all...]
  /frameworks/native/include/ui/
Region.h 45 Region& operator = (const Region& rhs);
98 inline const Region operator | (const Region& rhs) const;
99 inline const Region operator ^ (const Region& rhs) const;
100 inline const Region operator & (const Region& rhs) const;
101 inline const Region operator - (const Region& rhs) const;
102 inline const Region operator + (const Point& pt) const;
104 inline Region& operator |= (const Region& rhs);
105 inline Region& operator ^= (const Region& rhs);
106 inline Region& operator &= (const Region& rhs);
107 inline Region& operator -= (const Region& rhs)
    [all...]
TVecHelpers.h 47 Impersonator& operator = (const TYPE& rhs) {
51 operator TYPE& () {
54 operator TYPE const& () const {
63 * BASE only needs to implement operator[] and size().
75 BASE<T>& operator += (const BASE<OTHER>& v) {
83 BASE<T>& operator -= (const BASE<OTHER>& v) {
96 BASE<T>& operator += (const BASE<T>& v) {
103 BASE<T>& operator -= (const BASE<T>& v) {
124 BASE<T> PURE operator +(const BASE<T>& lv, const BASE<RT>& rv) {
129 BASE<T> PURE operator -(const BASE<T>& lv, const BASE<RT>& rv)
    [all...]
  /external/llvm/include/llvm/ADT/
APSInt.h 36 APSInt &operator=(const APSInt &RHS) {
37 APInt::operator=(RHS);
42 APSInt &operator=(const APInt &RHS) {
44 APInt::operator=(RHS);
48 APSInt &operator=(uint64_t RHS) {
50 APInt::operator=(RHS);
89 const APSInt &operator%=(const APSInt &RHS) {
97 const APSInt &operator/=(const APSInt &RHS) {
105 APSInt operator%(const APSInt &RHS) const {
109 APSInt operator/(const APSInt &RHS) const
    [all...]

Completed in 1095 milliseconds

12 3 4 5 6 7 8 91011>>