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

1234567891011>>

/frameworks/base/cmds/statsd/src/
H A DFieldValue.cpp167 bool Value::operator==(const Value& that) const {
184 bool Value::operator!=(const Value& that) const {
200 bool Value::operator<(const Value& that) const {
H A DHashableDimensionKey.cpp127 bool HashableDimensionKey::operator==(const HashableDimensionKey& that) const {
140 bool HashableDimensionKey::operator<(const HashableDimensionKey& that) const {
178 bool MetricDimensionKey::operator==(const MetricDimensionKey& that) const {
187 bool MetricDimensionKey::operator<(const MetricDimensionKey& that) const {
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetDir.h70 const AssetDir& operator=(const AssetDir& src);
88 const FileInfo& operator= (const FileInfo& src) {
101 bool operator< (const FileInfo& rhs) const {
106 bool operator== (const FileInfo& rhs) const {
/frameworks/base/libs/hwui/
H A DGradientCache.h51 GradientCacheEntry& operator=(const GradientCacheEntry& entry) {
63 bool operator==(const GradientCacheEntry& other) const { return compare(*this, other) == 0; }
65 bool operator!=(const GradientCacheEntry& other) const { return compare(*this, other) != 0; }
111 void operator()(GradientCacheEntry& shader, Texture*& texture) override;
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.h141 bool operator==(const Entry& other) const { return compare(*this, other) == 0; }
143 bool operator!=(const Entry& other) const { return compare(*this, other) != 0; }
145 bool operator<(const Entry& other) const { return Entry::compare(*this, other) < 0; }
/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.cpp46 Point Point::operator+(const Point& other) const {
53 Point Point::operator-(const Point& other) const {
60 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 DStringPiece.h38 inline char operator[](size_t i) const { return mData[i]; }
59 inline bool operator==(const StringPiece& l, const StringPiece& r) {
72 inline bool operator==(const StringPiece& l, const char* s) {
80 inline bool operator!=(const StringPiece& l, const StringPiece& r) {
84 inline bool operator!=(const StringPiece& l, const char* s) {
/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/av/media/libstagefright/foundation/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/av/media/libstagefright/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;
/frameworks/base/tools/aapt2/java/
H A DProguardRules.h95 inline bool operator==(const UsageLocation& lhs, const UsageLocation& rhs) {
99 inline int operator<(const UsageLocation& lhs, const UsageLocation& rhs) {
/frameworks/native/include/binder/
H A DPersistableBundle.h96 friend bool operator==(const PersistableBundle& lhs, const PersistableBundle& rhs) {
107 friend bool operator!=(const PersistableBundle& lhs, const PersistableBundle& rhs) {
/frameworks/native/include/input/
H A DDisplayViewport.h51 bool operator==(const DisplayViewport& other) const {
67 bool operator!=(const DisplayViewport& other) const {
/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h96 friend bool operator==(const PersistableBundle& lhs, const PersistableBundle& rhs) {
107 friend bool operator!=(const PersistableBundle& lhs, const PersistableBundle& rhs) {
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dpose.h61 Pose& operator*=(const Pose& other) {
66 Pose operator*(const Pose& other) const { return Compose(other); }
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dchannel_handle.h32 ChannelHandleBase& operator=(const ChannelHandleBase&) = delete;
36 explicit operator bool() const { return valid(); }
60 ChannelHandle& operator=(ChannelHandle&& other) {
75 ChannelHandle& operator=(const ChannelHandle&) = delete;
83 ChannelHandle& operator=(ChannelHandle&& other) {
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/native/libs/vr/libpdx/private/pdx/rpc/
H A Darray_wrapper.h44 ArrayWrapper& operator=(const ArrayWrapper& other) {
56 ArrayWrapper& operator=(ArrayWrapper&& other) {
93 reference operator[](size_type pos) { return buffer_[pos]; }
94 const_reference operator[](size_type pos) const { return buffer_[pos]; }
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h40 operator T() const {
53 JNIObject<T>& operator = (const JNIObject<T>& rhs) {
/frameworks/av/drm/libmediadrm/
H A DSharedLibrary.cpp38 bool SharedLibrary::operator!() 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 {

Completed in 348 milliseconds

1234567891011>>