Searched defs:operator (Results 51 - 75 of 222) sorted by relevance

123456789

/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.h137 bool operator==(const Entry& other) const {
141 bool operator!=(const Entry& other) const {
145 bool operator<(const Entry& 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/compile/mclinker/lib/Support/
H A DPath.cpp191 bool operator==(const Path& pLHS, const Path& pRHS) {
195 bool operator!=(const Path& pLHS, const Path& pRHS) {
199 Path operator+(const Path& pLHS, const Path& pRHS) {
/frameworks/minikin/libs/minikin/
H A DFontLanguage.h43 bool operator==(const FontLanguage other) const {
47 bool operator!=(const FontLanguage other) const {
107 const FontLanguage& operator[] (size_t n) const { return mLanguages[n]; }
121 void operator=(const FontLanguages&) = delete;
/frameworks/base/tools/aapt2/
H A DResource.h103 ResourceNameRef& operator=(const ResourceNameRef& rhs) = default;
104 ResourceNameRef& operator=(ResourceNameRef&& rhs) = default;
105 ResourceNameRef& operator=(const ResourceName& rhs);
163 bool operator<(const ResourceKey& a, const ResourceKey& b);
183 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b);
217 inline bool operator<(const ResourceId& lhs, const ResourceId& rhs) {
221 inline bool operator>(const ResourceId& lhs, const ResourceId& rhs) {
225 inline bool operator==(const ResourceId& lhs, const ResourceId& rhs) {
229 inline bool operator!=(const ResourceId& lhs, const ResourceId& rhs) {
233 inline ::std::ostream& operator<<(
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DMutexed.h114 inline T* operator->() const { return mLocked ? &mTreasure : nullptr; }
115 inline T& operator*() const { return mLocked ? mTreasure : *(T*)nullptr; }
143 void operator=(const Locked&) = delete;
167 void operator=(const Mutexed<T>&) = delete;
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/native/include/binder/
H A DPersistableBundle.h82 friend bool operator==(const PersistableBundle& lhs, const PersistableBundle& rhs) {
93 friend bool operator!=(const PersistableBundle& lhs, const PersistableBundle& rhs) {
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h38 operator T() const {
51 JNIObject<T>& operator = (const JNIObject<T>& rhs) {
/frameworks/av/camera/ndk/impl/
H A DACameraManager.h94 bool operator == (const Callback& other) const {
99 bool operator != (const Callback& other) const {
102 bool operator < (const Callback& other) const {
108 bool operator > (const Callback& other) const {
/frameworks/av/drm/libmediadrm/
H A DSharedLibrary.cpp38 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; }
/frameworks/base/include/androidfw/
H A DByteBucketArray.h54 const T& operator[](size_t index) const {
/frameworks/base/libs/hwui/utils/
H A DStringUtils.h41 friend std::ostream& operator<<(std::ostream& stream, const SizePrinter& d) {
/frameworks/base/tools/aapt2/util/
H A DMaybe_test.cpp53 Dummy& operator=(const Dummy& rhs) {
67 Dummy& operator=(Dummy&& rhs) {
/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.h58 XmlNodeAction& operator[](const std::u16string& name) {
89 XmlNodeAction& operator[](const std::u16string& name) {
H A DXmlPullParser.h124 // Attributes must be in sorted order (according to the less than operator
134 bool operator<(const Attribute& rhs) const;
135 bool operator==(const Attribute& rhs) const;
136 bool operator!=(const Attribute& rhs) const;
194 inline ::std::ostream& operator<<(::std::ostream& out, XmlPullParser::Event event) {
261 inline bool XmlPullParser::Attribute::operator<(const Attribute& rhs) const {
265 inline bool XmlPullParser::Attribute::operator==(const Attribute& rhs) const {
269 inline bool XmlPullParser::Attribute::operator!=(const Attribute& rhs) const {
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h127 bool operator==(const ChainIteratorBase& pCopy) const {
137 bool operator!=(const ChainIteratorBase& pCopy) const {
219 bool operator==(const EntryIteratorBase& pCopy) const {
223 bool operator!=(const EntryIteratorBase& pCopy) const {
279 HashIterator& operator=(const HashIterator& pCopy) {
285 Self& operator++() {
290 Self operator++(int) {
/frameworks/compile/mclinker/include/mcld/LD/
H A 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<<(cons
[all...]
H A DSectionSymbolSet.h49 bool operator()(const LDSection* X, const LDSection* Y) const {
56 size_t operator()(const LDSection* pKey) const {
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h44 bool operator==(const DataIteratorBase& y) const {
48 bool operator!=(const DataIteratorBase& y) const {
84 reference operator*() {
90 Self& operator++() {
95 Self operator++(int) {
H A DRealPath.h56 bool operator()(const mcld::sys::fs::RealPath& pX,

Completed in 288 milliseconds

123456789