Searched defs:operator (Results 26 - 50 of 182) sorted by relevance

12345678

/frameworks/native/include/ui/
H A DTMatHelpers.h181 * BASE only needs to implement operator[] and size().
190 BASE<T>& operator *= (T v) {
199 BASE<T>& operator /= (T v) {
209 friend BASE<T> PURE operator *(const BASE<T>& lhs, const BASE<U>& rhs) {
219 * - operator[]
H A DRect.h33 // we don't provide copy-ctor and operator= on purpose
115 inline bool operator == (const Rect& rhs) const {
120 inline bool operator != (const Rect& rhs) const {
121 return !operator == (rhs);
124 // operator < defines an order which allows to use rectangles in sorted
126 bool operator < (const Rect& rhs) const;
128 const Rect operator + (const Point& rhs) const;
129 const Rect operator - (const Point& rhs) const;
131 Rect& operator += (const Point& rhs) {
134 Rect& operator
[all...]
/frameworks/native/libs/ui/
H A DRect.cpp37 bool Rect::operator <(const Rect& rhs) const {
72 const Rect Rect::operator +(const Point& rhs) const {
77 const Rect Rect::operator -(const Point& rhs) const {
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp79 Directory& Directory::operator=(const Directory& pCopy)
184 DirIterator& DirIterator::operator=(const DirIterator& pCopy)
192 DirIterator& DirIterator::operator++()
215 DirIterator DirIterator::operator++(int)
237 bool DirIterator::operator==(const DirIterator& y) const
252 bool DirIterator::operator!=(const DirIterator& y) const
254 return !this->operator==(y);
H A DPath.cpp209 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS)
214 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS)
219 Path mcld::sys::fs::operator+(const Path& pLHS, const Path& pRHS)
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionBits.h46 unsigned char &operator[](size_t index) {
50 unsigned char const &operator[](size_t index) const {
H A DELFSectionSymTab.h52 ELFSymbolTy const *operator[](size_t index) const {
56 ELFSymbolTy *operator[](size_t index) {
/frameworks/compile/mclinker/lib/ADT/GraphLite/
H A DDigraph.cpp20 bool Digraph::Arc::operator==(const Digraph::Node& pOther) const
25 bool Digraph::Arc::operator!=(const Digraph::Node& pOther) const
/frameworks/native/services/sensorservice/
H A 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_
[all...]
H A Dmat.h155 mat& operator=(const mat& rhs) {
156 base::operator=(rhs);
160 mat& operator=(const base& rhs) {
161 base::operator=(rhs);
165 mat& operator=(pTYPE rhs) {
172 friend inline mat PURE operator + (const mat& lhs, const mat& rhs) {
177 friend inline mat PURE operator - (const mat& lhs, const mat& rhs) {
185 friend mat PURE operator * (
192 friend vec<TYPE, R> PURE operator * (
198 friend mat PURE operator * (
[all...]
/frameworks/base/include/androidfw/
H A DAssetDir.h70 const AssetDir& operator=(const AssetDir& src);
87 const FileInfo& operator= (const FileInfo& src) {
100 bool operator< (const FileInfo& rhs) const {
105 bool operator== (const FileInfo& rhs) const {
H A DByteBucketArray.h54 const T& operator[](size_t index) const {
/frameworks/base/libs/hwui/
H A DGradientCache.h53 GradientCacheEntry& operator=(const GradientCacheEntry& entry) {
68 bool operator==(const GradientCacheEntry& other) const {
72 bool operator!=(const GradientCacheEntry& other) const {
121 void operator()(GradientCacheEntry& shader, Texture*& texture);
H A DLayerCache.h114 bool operator==(const LayerEntry& other) const {
118 bool operator!=(const LayerEntry& other) const {
H A DRenderBufferCache.h95 bool operator==(const RenderBufferEntry& other) const {
99 bool operator!=(const RenderBufferEntry& other) const {
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.cpp45 Point Point::operator+(const Point& other) const {
52 Point Point::operator-(const Point& other) const {
59 Point Point::operator*(float factor) const {
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp44 Point Point::operator+(const Point& other) const {
51 Point Point::operator-(const Point& other) const {
58 Point Point::operator*(float factor) const {
/frameworks/rs/cpu_ref/linkloader/utils/
H A Dserialize.h103 void operator&(char (&array)[size]) {
109 void operator&(unsigned char (&array)[size]) {
115 void operator&(T &v) {
126 operator void const *() const {
130 bool operator!() const {
/frameworks/base/libs/hwui/utils/
H A DSortedList.h44 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);
/frameworks/rs/
H A DrsObjectBase.h116 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
152 inline T * operator-> () const {
/frameworks/av/include/media/stagefright/foundation/
H A DAString.h38 AString &operator=(const AString &from);
74 bool operator==(const AString &other) const;
75 bool operator!=(const AString &other) const {
76 return !operator==(other);
78 bool operator<(const AString &other) const;
79 bool operator>(const AString &other) const;
/frameworks/av/media/libmediaplayerservice/
H A DSharedLibrary.cpp39 bool SharedLibrary::operator!() const {
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp78 AString &AString::operator=(const AString &from) {
134 bool AString::operator==(const AString &other) const {
298 bool AString::operator<(const AString &other) const {
302 bool AString::operator>(const AString &other) const {
/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.cpp65 bool WebmFrame::operator<(const WebmFrame &other) const {
/frameworks/av/media/mtp/
H A DMtpStringBuffer.h55 inline operator const char*() const { return (const char *)mBuffer; }

Completed in 507 milliseconds

12345678