Searched defs:operator (Results 76 - 100 of 309) sorted by relevance

1234567891011>>

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dstatus.h50 Status& operator=(const Status& other) = default;
51 Status& operator=(Status&& other) {
90 explicit operator bool() const { return ok(); }
154 explicit operator bool() const { return ok(); }
/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.h99 bool operator == (const Callback& other) const {
104 bool operator != (const Callback& other) const {
107 bool operator < (const Callback& other) const {
113 bool operator > (const Callback& other) const {
/frameworks/av/drm/libmediadrm/
H A DSharedLibrary.cpp38 bool SharedLibrary::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/libstagefright/foundation/
H A DAString.cpp91 AString &AString::operator=(const AString &from) {
147 bool AString::operator==(const AString &other) const {
311 bool AString::operator<(const AString &other) const {
315 bool AString::operator>(const AString &other) const {
/frameworks/av/media/libstagefright/foundation/include/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/libstagefright/include/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/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/libs/androidfw/include/androidfw/
H A DApkAssets.h58 void operator()(::ZipArchiveHandle handle) { ::CloseArchive(handle); }
H A DByteBucketArray.h49 const T& operator[](size_t index) const {
/frameworks/base/tools/aapt2/util/
H A DMaybe_test.cpp50 Dummy& operator=(const Dummy& rhs) {
63 Dummy& operator=(Dummy&& rhs) {
/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.h57 XmlNodeAction& operator[](const std::string& name) { return map_[name]; }
87 XmlNodeAction& operator[](const std::string& name) { return map_[name]; }
H A DXmlPullParser.h128 // Attributes must be in sorted order (according to the less than operator
138 bool operator<(const Attribute& rhs) const;
139 bool operator==(const Attribute& rhs) const;
140 bool operator!=(const Attribute& rhs) const;
206 inline ::std::ostream& operator<<(::std::ostream& out,
287 inline bool XmlPullParser::Attribute::operator<(const Attribute& rhs) const {
291 inline bool XmlPullParser::Attribute::operator==(const Attribute& rhs) const {
295 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,
/frameworks/compile/mclinker/lib/Script/
H A DAssertCmd.cpp30 AssertCmd& AssertCmd::operator=(const AssertCmd& pAssertCmd) {
/frameworks/native/include/binder/
H A DPermissionCache.h46 inline bool operator < (const Entry& e) const {
/frameworks/native/include/ui/
H A DFloatRect.h36 inline bool operator==(const FloatRect& a, const FloatRect& b) {
H A DRect.h40 // we don't provide copy-ctor and operator= on purpose
127 inline bool operator == (const Rect& rhs) const {
132 inline bool operator != (const Rect& rhs) const {
133 return !operator == (rhs);
136 // operator < defines an order which allows to use rectangles in sorted
138 bool operator < (const Rect& rhs) const;
140 const Rect operator + (const Point& rhs) const;
141 const Rect operator - (const Point& rhs) const;
143 Rect& operator += (const Point& rhs) {
146 Rect& operator
[all...]
/frameworks/native/libs/binder/
H A DTextOutput.cpp45 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
64 TextOutput& operator<<(TextOutput& to, const HexDump& val)

Completed in 3692 milliseconds

1234567891011>>