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

123456

/frameworks/native/include/utils/
H A DList.h21 // 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
[all...]
H A DBitSet.h102 inline bool operator== (const BitSet32& other) const { return value == other.value; }
103 inline bool operator!= (const BitSet32& other) const { return value != other.value; }
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp169 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS)
174 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS)
179 Path mcld::sys::fs::operator+(const Path& pLHS, const Path& pRHS)
209 std::ostream &mcld::sys::fs::operator<<(std::ostream& pOS,
215 std::istream &mcld::sys::fs::operator>>(std::istream& pOS,
221 llvm::raw_ostream &mcld::sys::fs::operator<<(llvm::raw_ostream &pOS,
/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 {
/frameworks/base/tools/aapt/
H A DSourcePos.cpp22 bool operator<(const ErrorPos& rhs) const;
23 bool operator==(const ErrorPos& rhs) const;
24 ErrorPos& operator=(const ErrorPos& rhs);
57 ErrorPos::operator<(const ErrorPos& rhs) const
70 ErrorPos::operator==(const ErrorPos& rhs) const
78 ErrorPos::operator=(const ErrorPos& rhs)
/frameworks/compile/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 {
H A Draw_ostream.cpp47 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, MyFormat const &mf) {
/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/base/libs/hwui/
H A DGradientCache.h54 GradientCacheEntry& operator=(const GradientCacheEntry& entry) {
65 bool operator<(const GradientCacheEntry& r) const {
111 void operator()(GradientCacheEntry& shader, Texture*& texture);
/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.h119 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
155 inline T * operator-> () const {
/frameworks/support/renderscript/v8/rs_support/
H A DrsObjectBase.h119 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
155 inline T * operator-> () const {
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp69 AString &AString::operator=(const AString &from) {
125 bool AString::operator==(const AString &other) const {
289 bool AString::operator<(const AString &other) const {
293 bool AString::operator>(const AString &other) const {
/frameworks/av/media/mtp/
H A DMtpStringBuffer.h52 inline operator const char*() const { return (const char *)mBuffer; }
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h136 bool operator==(const ChainIteratorBase& pCopy) const {
147 bool operator!=(const ChainIteratorBase& pCopy) const
232 bool operator==(const EntryIteratorBase& pCopy) const
236 bool operator!=(const EntryIteratorBase& pCopy) const
304 HashIterator& operator=(const HashIterator& pCopy) {
310 Self& operator++() {
315 Self operator++(int) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameHdr.h78 bool operator()(const typename BSTEntry<size>::EntryType& X,
H A DFragmentRef.h72 Address operator*()
75 ConstAddress operator*() const
H A DMsgHandler.h50 operator<<(const MsgHandler& pHandler, llvm::StringRef pStr)
57 operator<<(const MsgHandler& pHandler, const std::string& pStr)
64 operator<<(const MsgHandler& pHandler, const sys::fs::Path& pPath)
71 operator<<(const MsgHandler& pHandler, const char* pStr)
79 operator<<(const MsgHandler& pHandler, int pValue)
86 operator<<(const MsgHandler& pHandler, unsigned int pValue)
93 operator<<(const MsgHandler& pHandler, long pValue)
100 operator<<(const MsgHandler& pHandler, unsigned long pValue)
107 operator<<(const MsgHandler& pHandler, bool pValue)
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCFragmentRef.h71 Address operator*()
74 ConstAddress operator*() const
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h50 bool operator==(const DataIteratorBase& y) const
53 bool operator!=(const DataIteratorBase& y) const
96 reference operator*() {
102 Self& operator++() {
107 Self operator++(int) {
H A DRealPath.h60 bool operator() (const mcld::sys::fs::RealPath& pX,
/frameworks/native/include/binder/
H A DPermissionCache.h46 inline bool operator < (const Entry& e) const {
/frameworks/native/include/ui/
H A DRect.h33 // we don't provide copy-ctor and operator= on purpose
65 operator = (rhs);
110 inline bool operator == (const Rect& rhs) const {
115 inline bool operator != (const Rect& rhs) const {
116 return !operator == (rhs);
119 // operator < defines an order which allows to use rectangles in sorted
121 bool operator < (const Rect& rhs) const;
135 Rect& operator += (const Point& rhs) {
138 Rect& operator -= (const Point& rhs) {
141 const Rect operator
[all...]
/frameworks/native/libs/utils/
H A DTextOutput.cpp37 TextOutput& operator<<(TextOutput& to, bool val)
44 TextOutput& operator<<(TextOutput& to, int val)
52 TextOutput& operator<<(TextOutput& to, long val)
60 TextOutput& operator<<(TextOutput& to, unsigned int val)
68 TextOutput& operator<<(TextOutput& to, unsigned long val)
76 TextOutput& operator<<(TextOutput& to, long long val)
84 TextOutput& operator<<(TextOutput& to, unsigned long long val)
104 TextOutput& operator<<(TextOutput& to, float val)
109 TextOutput& operator<<(TextOutput& to, double val)
114 TextOutput& operator<<(TextOutpu
[all...]

Completed in 1392 milliseconds

123456