Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/frameworks/rs/rsov/compiler/spirit/
Dword_stream.h45 virtual uint32_t operator*() = 0;
47 virtual InputWordStream &operator>>(uint32_t *RHS) = 0;
48 virtual InputWordStream &operator>>(LiteralContextDependentNumber *num) = 0;
49 virtual InputWordStream &operator>>(std::string *str) = 0;
51 InputWordStream &operator>>(int32_t *RHS) { return *this >> (uint32_t *)RHS; }
53 InputWordStream &operator>>(OpCodeAndWordCount *codeCount) {
60 InputWordStream &operator>>(IdRef *RHS) {
70 InputWordStream &operator>>(PairLiteralIntegerIdRef *RHS) {
74 InputWordStream &operator>>(PairIdRefLiteralInteger *RHS) {
78 InputWordStream &operator>>(PairIdRefIdRef *RHS) {
[all …]
Dword_stream_impl.h37 uint32_t operator*() { return *mIter; }
39 WordStreamImpl &operator>>(uint32_t *RHS) override {
44 WordStreamImpl &operator>>(LiteralContextDependentNumber *RHS) override {
49 WordStreamImpl &operator>>(std::string *str) override;
53 WordStreamImpl &operator<<(const uint32_t RHS) override {
59 operator<<(const LiteralContextDependentNumber &RHS) override {
66 WordStreamImpl &operator<<(const std::string &str) override;
/frameworks/compile/mclinker/include/mcld/ADT/
DFlags.h26 operator unsigned int() const { return m_Data; }
28 bool operator!() const { return (m_Data == 0x0); }
30 Flags operator&(int pMask) const { return Flags(m_Data & pMask); }
32 Flags operator&(unsigned int pMask) const { return Flags(m_Data & pMask); }
34 Flags operator&(Enum pMask) const { return Flags(m_Data & pMask); }
36 Flags& operator&=(unsigned int pMask) {
41 Flags& operator=(Flags pOther) {
46 Flags operator^(Flags pOther) const { return Flags(m_Data ^ pOther.m_Data); }
48 Flags operator^(Enum pOther) const { return Flags(m_Data ^ pOther); }
50 Flags& operator^=(Flags pOther) {
[all …]
DStringHash.h30 uint32_t operator()(const llvm::StringRef pKey) const { in operator() function
42 uint32_t operator()(const llvm::StringRef pKey) const {
61 uint32_t operator()(const llvm::StringRef pKey) const {
77 uint32_t operator()(const llvm::StringRef pKey) const {
105 uint32_t operator()(const llvm::StringRef pKey) const {
125 uint32_t operator()(const llvm::StringRef pKey) const {
142 uint32_t operator()(const llvm::StringRef pKey) const {
158 uint32_t operator()(const llvm::StringRef pKey) const {
175 uint32_t operator()(const llvm::StringRef pKey) const {
192 uint32_t operator()(const llvm::StringRef pKey) const {
[all …]
/frameworks/base/tools/aapt2/
DConfigDescription.h58 ConfigDescription& operator=(const android::ResTable_config& o); member
59 ConfigDescription& operator=(const ConfigDescription& o); member
60 ConfigDescription& operator=(ConfigDescription&& o); member
100 bool operator<(const ConfigDescription& o) const;
101 bool operator<=(const ConfigDescription& o) const;
102 bool operator==(const ConfigDescription& o) const;
103 bool operator!=(const ConfigDescription& o) const;
104 bool operator>=(const ConfigDescription& o) const;
105 bool operator>(const ConfigDescription& o) const;
126 inline ConfigDescription& ConfigDescription::operator=(
[all …]
DLocale.h62 inline bool operator<(const LocaleValue& o) const;
63 inline bool operator<=(const LocaleValue& o) const;
64 inline bool operator==(const LocaleValue& o) const;
65 inline bool operator!=(const LocaleValue& o) const;
66 inline bool operator>=(const LocaleValue& o) const;
67 inline bool operator>(const LocaleValue& o) const;
86 bool LocaleValue::operator<(const LocaleValue& o) const {
90 bool LocaleValue::operator<=(const LocaleValue& o) const {
94 bool LocaleValue::operator==(const LocaleValue& o) const {
98 bool LocaleValue::operator!=(const LocaleValue& o) const {
[all …]
DResource.h114 ResourceNameRef& operator=(const ResourceNameRef& rhs) = default; member
115 ResourceNameRef& operator=(ResourceNameRef&& rhs) = default; member
116 ResourceNameRef& operator=(const ResourceName& rhs); member
182 bool operator<(const ResourceKey& a, const ResourceKey& b);
203 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b);
236 inline bool operator<(const ResourceId& lhs, const ResourceId& rhs) {
240 inline bool operator>(const ResourceId& lhs, const ResourceId& rhs) {
244 inline bool operator==(const ResourceId& lhs, const ResourceId& rhs) {
248 inline bool operator!=(const ResourceId& lhs, const ResourceId& rhs) {
252 inline ::std::ostream& operator<<(::std::ostream& out,
[all …]
/frameworks/native/libs/binder/include/binder/
DValue.h73 bool operator==(const Value& rhs) const;
74 bool operator!=(const Value& rhs) const { return !this->operator==(rhs); }
92 Value& operator=(const Value& rhs); variable
93 Value& operator=(const int8_t& rhs); variable
94 Value& operator=(const bool& rhs); variable
95 Value& operator=(const int32_t& rhs); variable
96 Value& operator=(const int64_t& rhs); variable
97 Value& operator=(const double& rhs); variable
98 Value& operator=(const String16& rhs); variable
99 Value& operator=(const std::vector<bool>& rhs); variable
[all …]
/frameworks/base/libs/hwui/
DVector.h43 void operator+=(const Vector2& v) {
48 void operator-=(const Vector2& v) {
53 void operator+=(const float v) {
58 void operator-=(const float v) {
63 void operator/=(float s) {
68 void operator*=(float s) {
73 Vector2 operator+(const Vector2& v) const {
77 Vector2 operator-(const Vector2& v) const {
81 Vector2 operator/(float s) const {
85 Vector2 operator*(float s) const {
[all …]
/frameworks/native/services/sensorservice/
DRingBuffer.h51 iterator& operator++();
53 iterator operator++(int);
55 bool operator==(const iterator& rhs);
57 bool operator!=(const iterator& rhs);
59 T& operator*();
61 T* operator->();
77 const_iterator& operator++();
79 const_iterator operator++(int);
81 bool operator==(const const_iterator& rhs);
83 bool operator!=(const const_iterator& rhs);
[all …]
Dvec.h145 inline VLHS<TYPE, SIZE> PURE operator + (
157 inline VLHS<TYPE, SIZE> PURE operator - (
168 inline VEC<TYPE, SIZE> PURE operator * (
179 inline VEC<TYPE, SIZE> PURE operator * (
245 vec<TYPE, SIZE> PURE operator - (const vec<TYPE, SIZE>& lhs) {
260 inline const TYPE& operator[](size_t i) const { return v[i]; }
261 inline TYPE& operator[](size_t i) { return v[i]; }
269 inline const float& operator[](size_t i) const { return v[i]; }
270 inline float& operator[](size_t i) { return v[i]; }
280 inline const float& operator[](size_t i) const { return v[i]; }
[all …]
/frameworks/av/include/media/
DRingBuffer.h51 iterator& operator++();
53 iterator operator++(int);
55 bool operator==(const iterator& rhs);
57 bool operator!=(const iterator& rhs);
59 T& operator*();
61 T* operator->();
77 const_iterator& operator++();
79 const_iterator operator++(int);
81 bool operator==(const const_iterator& rhs);
83 bool operator!=(const const_iterator& rhs);
[all …]
DModulo.h102 Modulo<T> operator +=(const Modulo<S> &other) {
110 Modulo<T> operator -=(const Modulo<S> &other) {
120 const Modulo<T> operator +(const Modulo<S> &other) const {
127 const Modulo<T> operator -(const Modulo<S> &other) const {
139 bool operator >(const Modulo<S> &other) const {
146 bool operator >=(const Modulo<S> &other) const {
153 bool operator ==(const Modulo<S> &other) const {
160 bool operator <=(const Modulo<S> &other) const {
167 bool operator <(const Modulo<S> &other) const {
177 Modulo<T> operator +=(const S &other) {
[all …]
/frameworks/av/media/libmedia/include/media/
DRingBuffer.h51 iterator& operator++();
53 iterator operator++(int);
55 bool operator==(const iterator& rhs);
57 bool operator!=(const iterator& rhs);
59 T& operator*();
61 T* operator->();
77 const_iterator& operator++();
79 const_iterator operator++(int);
81 bool operator==(const const_iterator& rhs);
83 bool operator!=(const const_iterator& rhs);
[all …]
DModulo.h102 Modulo<T> operator +=(const Modulo<S> &other) {
110 Modulo<T> operator -=(const Modulo<S> &other) {
120 const Modulo<T> operator +(const Modulo<S> &other) const {
127 const Modulo<T> operator -(const Modulo<S> &other) const {
139 bool operator >(const Modulo<S> &other) const {
146 bool operator >=(const Modulo<S> &other) const {
153 bool operator ==(const Modulo<S> &other) const {
160 bool operator <=(const Modulo<S> &other) const {
167 bool operator <(const Modulo<S> &other) const {
177 Modulo<T> operator +=(const S &other) {
[all …]
/frameworks/native/libs/ui/include/ui/
DRegion.h46 Region& operator = (const Region& rhs); variable
103 inline const Region operator | (const Region& rhs) const;
104 inline const Region operator ^ (const Region& rhs) const;
105 inline const Region operator & (const Region& rhs) const;
106 inline const Region operator - (const Region& rhs) const;
107 inline const Region operator + (const Point& pt) const;
109 inline Region& operator |= (const Region& rhs);
110 inline Region& operator ^= (const Region& rhs);
111 inline Region& operator &= (const Region& rhs);
112 inline Region& operator -= (const Region& rhs);
[all …]
DPoint.h40 inline bool operator == (const Point& rhs) const {
43 inline bool operator != (const Point& rhs) const {
44 return !operator == (rhs);
53 bool operator < (const Point& rhs) const {
57 inline Point& operator - () {
63 inline Point& operator += (const Point& rhs) {
68 inline Point& operator -= (const Point& rhs) {
74 const Point operator + (const Point& rhs) const {
78 const Point operator - (const Point& rhs) const {
/frameworks/base/libs/androidfw/include/androidfw/
DTypeWrappers.h30 iterator& operator=(const iterator& rhs) {
36 bool operator==(const iterator& rhs) const {
40 bool operator!=(const iterator& rhs) const {
44 iterator operator++(int) {
46 operator++();
50 const ResTable_entry* operator->() const {
51 return operator*();
58 iterator& operator++();
59 const ResTable_entry* operator*() const;
/frameworks/rs/cpp/util/
DStrongPointer.h38 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 { \
52 inline bool operator _op_ (const wp<T>& o) const { \
56 inline bool operator _op_ (const wp<U>& o) const { \
77 sp& operator = (T* other); variable
78 sp& operator = (const sp<T>& other); variable
80 template<typename U> sp& operator = (const sp<U>& other); variable
81 template<typename U> sp& operator = (U* other); variable
[all …]
DRefBase.h39 inline bool operator _op_ (const sp<T>& o) const { \
42 inline bool operator _op_ (const T* o) const { \
46 inline bool operator _op_ (const sp<U>& o) const { \
50 inline bool operator _op_ (const U* o) const { \
156 RefBase& operator=(const RefBase& o); variable
216 wp& operator = (T* other); variable
217 wp& operator = (const wp<T>& other); variable
218 wp& operator = (const sp<T>& other); variable
220 template<typename U> wp& operator = (U* other); variable
221 template<typename U> wp& operator = (const wp<U>& other); variable
[all …]
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_deleter.h48 void operator()(DvrBuffer* p) { dvrBufferDestroy(p); } in operator() function
49 void operator()(DvrReadBuffer* p) { dvrReadBufferDestroy(p); } in operator() function
50 void operator()(DvrWriteBuffer* p) { dvrWriteBufferDestroy(p); } in operator() function
51 void operator()(DvrReadBufferQueue* p) { dvrReadBufferQueueDestroy(p); } in operator() function
52 void operator()(DvrWriteBufferQueue* p) { dvrWriteBufferQueueDestroy(p); } in operator() function
53 void operator()(DvrDisplayManager* p) { dvrDisplayManagerDestroy(p); } in operator() function
54 void operator()(DvrSurfaceState* p) { dvrSurfaceStateDestroy(p); } in operator() function
55 void operator()(DvrSurface* p) { dvrSurfaceDestroy(p); } in operator() function
56 void operator()(DvrHwcClient* p) { dvrHwcClientDestroy(p); } in operator() function
57 void operator()(DvrHwcFrame* p) { dvrHwcFrameDestroy(p); } in operator() function
[all …]
/frameworks/native/libs/math/include/math/
Dquat.h76 inline constexpr T const& operator[](size_t i) const {
84 inline T& operator[](size_t i) {
93 TQuaternion& operator = (const TQuaternion&) = default; variable
127 constexpr TQuaternion operator~() const {
147 constexpr inline quat operator"" _i(long double v) {
150 constexpr inline quat operator"" _j(long double v) {
153 constexpr inline quat operator"" _k(long double v) {
157 constexpr inline quat operator"" _i(unsigned long long v) { // NOLINT
160 constexpr inline quat operator"" _j(unsigned long long v) { // NOLINT
163 constexpr inline quat operator"" _k(unsigned long long v) { // NOLINT
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DMsgHandler.h46 inline const MsgHandler& operator<<(const MsgHandler& pHandler,
52 inline const MsgHandler& operator<<(const MsgHandler& pHandler,
58 inline const MsgHandler& operator<<(const MsgHandler& pHandler,
64 inline const MsgHandler& operator<<(const MsgHandler& pHandler,
71 inline const MsgHandler& operator<<(const MsgHandler& pHandler, int pValue) {
76 inline const MsgHandler& operator<<(const MsgHandler& pHandler,
82 inline const MsgHandler& operator<<(const MsgHandler& pHandler, long pValue) {
87 inline const MsgHandler& operator<<(const MsgHandler& pHandler,
93 inline const MsgHandler& operator<<(const MsgHandler& pHandler,
99 inline const MsgHandler& operator<<(const MsgHandler& pHandler, bool pValue) {
/frameworks/base/tools/aapt/
DConfigDescription.h41 ConfigDescription& operator=(const android::ResTable_config& o) {
47 ConfigDescription& operator=(const ConfigDescription& o) {
52 inline bool operator<(const ConfigDescription& o) const { return compare(o) < 0; }
53 inline bool operator<=(const ConfigDescription& o) const { return compare(o) <= 0; }
54 inline bool operator==(const ConfigDescription& o) const { return compare(o) == 0; }
55 inline bool operator!=(const ConfigDescription& o) const { return compare(o) != 0; }
56 inline bool operator>=(const ConfigDescription& o) const { return compare(o) >= 0; }
57 inline bool operator>(const ConfigDescription& o) const { return compare(o) > 0; }
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dm4vh263_decoder_pv_types.h55 int32 operator=(int32 aStatus); variable
56 int32 operator==(int32 aStatus) const;
57 int32 operator!=(int32 aStatus) const;
58 int32 operator>=(int32 aStatus) const;
59 int32 operator<=(int32 aStatus) const;
60 int32 operator>(int32 aStatus) const;
61 int32 operator<(int32 aStatus) const;

12345678910>>...19