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

1234567891011>>

/frameworks/base/tools/aapt/
H A DStringPool.h59 inline bool operator<(const entry& o) const { return compare(o) < 0; }
60 inline bool operator<=(const entry& o) const { return compare(o) <= 0; }
61 inline bool operator==(const entry& o) const { return compare(o) == 0; }
62 inline bool operator!=(const entry& o) const { return compare(o) != 0; }
63 inline bool operator>=(const entry& o) const { return compare(o) >= 0; }
64 inline bool operator>(const entry& o) const { return compare(o) > 0; }
145 bool operator()(size_t l, size_t r);
H A DOutputSet.h41 bool operator<(const OutputEntry& o) const { return getPath() < o.mPath; }
42 bool operator==(const OutputEntry& o) const { return getPath() == o.mPath; }
/frameworks/native/services/sensorservice/
H A DRingBuffer.h51 iterator& operator++();
53 iterator operator++(int);
55 bool operator==(const iterator& rhs);
57 bool operator!=(const iterator& rhs);
59 T& operator*();
61 T* operator->();
77 const_iterator& operator++();
79 const_iterator operator++(int);
81 bool operator==(const const_iterator& rhs);
83 bool operator!
[all...]
/frameworks/base/libs/hwui/
H A DRenderBufferCache.h92 bool operator==(const RenderBufferEntry& other) const {
96 bool operator!=(const RenderBufferEntry& other) const {
100 bool operator<(const RenderBufferEntry& other) const {
H A DFloatColor.h58 bool operator==(const FloatColor& other) const {
65 bool operator!=(const FloatColor& other) const {
/frameworks/av/camera/include/camera/camera2/
H A DOutputConfiguration.h69 bool operator == (const OutputConfiguration& other) const {
79 bool operator != (const OutputConfiguration& other) const {
82 bool operator < (const OutputConfiguration& other) const {
107 bool operator > (const OutputConfiguration& other) const {
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h29 bool operator == (const ACaptureSessionOutput& other) const {
32 bool operator != (const ACaptureSessionOutput& other) const {
35 bool operator < (const ACaptureSessionOutput& other) const {
38 bool operator > (const ACaptureSessionOutput& other) const {
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h69 bool operator == (const OutputConfiguration& other) const {
79 bool operator != (const OutputConfiguration& other) const {
82 bool operator < (const OutputConfiguration& other) const {
107 bool operator > (const OutputConfiguration& other) const {
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputAction.h34 bool operator<(const InputAction& pOther) const {
41 InputAction& operator=(const InputAction&); // DO_NOT_IMPLEMENT
/frameworks/native/services/vr/performanced/
H A Dunique_file.h13 void operator()(FILE* fp) { fclose(fp); }
/frameworks/av/media/libmedia/
H A DMediaResource.cpp57 bool MediaResource::operator==(const MediaResource &other) const {
61 bool MediaResource::operator!=(const MediaResource &other) const {
/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp39 TypeVariant::iterator& TypeVariant::iterator::operator++() {
51 const ResTable_entry* TypeVariant::iterator::operator*() const {
/frameworks/base/libs/androidfw/include/androidfw/
H A DStringPiece.h50 BasicStringPiece<TChar>& operator=(const BasicStringPiece<TChar>& rhs);
65 bool operator<(const BasicStringPiece<TChar>& rhs) const;
66 bool operator>(const BasicStringPiece<TChar>& rhs) const;
67 bool operator==(const BasicStringPiece<TChar>& rhs) const;
68 bool operator!=(const BasicStringPiece<TChar>& rhs) const;
112 inline BasicStringPiece<TChar>& BasicStringPiece<TChar>::operator=(
198 inline ::std::ostream& operator<<(::std::ostream& out, const BasicStringPiece<char16_t>& str) {
231 inline bool BasicStringPiece<TChar>::operator<(const BasicStringPiece<TChar>& rhs) const {
236 inline bool BasicStringPiece<TChar>::operator>(const BasicStringPiece<TChar>& rhs) const {
241 inline bool BasicStringPiece<TChar>::operator
[all...]
/frameworks/base/tools/aapt2/jni/
H A DScopedUtfChars.h48 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) {
72 const char& operator[](size_t n) const {
/frameworks/native/include/binder/
H A DValue.h73 bool operator==(const Value& rhs) const;
74 bool operator!=(const Value& rhs) const { return !this->operator==(rhs); }
92 Value& operator=(const Value& rhs);
93 Value& operator=(const int8_t& rhs);
94 Value& operator=(const bool& rhs);
95 Value& operator=(const int32_t& rhs);
96 Value& operator=(const int64_t& rhs);
97 Value& operator=(const double& rhs);
98 Value& operator
[all...]
/frameworks/native/libs/binder/include/binder/
H A DValue.h73 bool operator==(const Value& rhs) const;
74 bool operator!=(const Value& rhs) const { return !this->operator==(rhs); }
92 Value& operator=(const Value& rhs);
93 Value& operator=(const int8_t& rhs);
94 Value& operator=(const bool& rhs);
95 Value& operator=(const int32_t& rhs);
96 Value& operator=(const int64_t& rhs);
97 Value& operator=(const double& rhs);
98 Value& operator
[all...]
/frameworks/rs/rsov/compiler/spirit/
H A Dword_stream_impl.cpp30 WordStreamImpl &WordStreamImpl::operator<<(const std::string &str) {
50 WordStreamImpl &WordStreamImpl::operator>>(std::string *str) {
/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp33 bool DrmSupportInfo::operator<(const DrmSupportInfo& drmSupportInfo) const {
35 // Note Vector doesn't overrides "<" operator
39 bool DrmSupportInfo::operator==(const DrmSupportInfo& drmSupportInfo) const {
41 // Note Vector doesn't overrides "==" operator
71 DrmSupportInfo& DrmSupportInfo::operator=(const DrmSupportInfo& drmSupportInfo) {
120 DrmSupportInfo::FileSuffixIterator& DrmSupportInfo::FileSuffixIterator::operator=(
144 DrmSupportInfo::MimeTypeIterator& DrmSupportInfo::MimeTypeIterator::operator=(
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h97 bool operator==(const Path& pLHS, const Path& pRHS);
98 bool operator!=(const Path& pLHS, const Path& pRHS);
99 Path operator+(const Path& pLHS, const Path& pRHS);
109 inline std::basic_ostream<Char, Traits>& operator<<(
116 inline std::basic_istream<Char, Traits>& operator>>(
122 inline llvm::raw_ostream& operator<<(llvm::raw_ostream& pOS,
161 bool operator()(const mcld::sys::fs::Path& pX,
/frameworks/native/libs/ui/
H A DRect.cpp40 bool Rect::operator <(const Rect& rhs) const {
75 const Rect Rect::operator +(const Point& rhs) const {
80 const Rect Rect::operator -(const Point& rhs) const {
/frameworks/base/tools/aapt2/
H A DResource.cpp118 bool operator<(const ResourceKey& a, const ResourceKey& b) {
122 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b) {
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp78 Directory& Directory::operator=(const Directory& pCopy) {
168 DirIterator& DirIterator::operator=(const DirIterator& pCopy) {
175 DirIterator& DirIterator::operator++() {
197 DirIterator DirIterator::operator++(int pIn) {
218 bool DirIterator::operator==(const DirIterator& y) const {
232 bool DirIterator::operator!=(const DirIterator& y) const {
233 return !this->operator==(y);
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dlog_helpers.h14 inline std::ostream& operator<<(std::ostream& out,
20 inline std::ostream& operator<<(std::ostream& out,
26 inline std::ostream& operator<<(std::ostream& out,
33 inline std::ostream& operator<<(std::ostream& out,
54 inline std::ostream& operator<<(std::ostream& out, const FieldOfView& fov) {
/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h129 operator BaseType() const { return static_cast<BaseType>(value); }
132 operator ValueType() const { return value; }
144 bool operator!=(const Wrapper& other) const { return value != other.value; }
145 bool operator!=(ValueType other_value) const { return value != other_value; }
146 bool operator!=(BaseType other_value) const {
149 bool operator==(const Wrapper& other) const { return value == other.value; }
150 bool operator==(ValueType other_value) const { return value == other_value; }
151 bool operator==(BaseType other_value) const {
280 operator hwc_color_t() const { return {r, g, b, a}; }
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.h33 LayerRef& operator=(const LayerRef&) = delete;
36 operator const Layer*() const { return layer_; }

Completed in 3477 milliseconds

1234567891011>>