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

1234567891011>>

/frameworks/base/tools/aapt2/
H A DSource.h59 inline ::std::ostream& operator<<(::std::ostream& out, const Source& source) {
63 inline bool operator==(const Source& lhs, const Source& rhs) {
67 inline bool operator<(const Source& lhs, const Source& rhs) {
/frameworks/native/cmds/lshal/
H A DNullableOStream.h30 NullableOStream &operator=(S &os) {
34 NullableOStream &operator=(S *os) {
39 NullableOStream &operator=(const NullableOStream<Other> &other) {
44 const NullableOStream &operator<<(std::ostream& (*pf)(std::ostream&)) const {
51 const NullableOStream &operator<<(const T &rhs) const {
60 operator bool() const {
/frameworks/base/tools/aapt2/util/
H A DMaybe.h54 Maybe& operator=(const Maybe& rhs);
57 Maybe& operator=(const Maybe<U>& rhs);
59 Maybe& operator=(Maybe&& rhs);
62 Maybe& operator=(Maybe<U>&& rhs);
78 explicit operator bool() const;
160 inline Maybe<T>& Maybe<T>::operator=(const Maybe& rhs) {
167 inline Maybe<T>& Maybe<T>::operator=(const Maybe<U>& rhs) {
195 inline Maybe<T>& Maybe<T>::operator=(Maybe&& rhs) {
202 inline Maybe<T>& Maybe<T>::operator=(Maybe<U>&& rhs) {
245 Maybe<T>::operator boo
[all...]
/frameworks/minikin/libs/minikin/
H A DBidiUtils.h34 void operator()(UBiDi* v) { ubidi_close(v); }
53 inline bool operator==(const iterator& o) const {
57 inline bool operator!=(const iterator& o) const { return !(*this == o); }
59 inline RunInfo operator*() const { return mParent->getRunInfoAt(mRunOffset); }
61 inline iterator& operator++() {
/frameworks/av/include/media/
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/av/media/libmedia/include/media/
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/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.h90 bool operator==(const RenderBufferEntry& other) const { return compare(*this, other) == 0; }
92 bool operator!=(const RenderBufferEntry& other) const { return compare(*this, other) != 0; }
94 bool operator<(const RenderBufferEntry& other) const {
H A DFloatColor.h53 bool operator==(const FloatColor& other) const {
58 bool operator!=(const FloatColor& other) const { return !(*this == other); }
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerUtils.h31 inline ::std::ostream& operator<<(::std::ostream& os, const hwc_rect_t& rect) {
38 inline ::std::ostream& operator<<(::std::ostream& os, const hwc_frect_t& rect) {
51 inline bool operator==(const hwc_rect_t& a, const hwc_rect_t& b) {
58 inline bool operator==(const hwc_frect_t& a, const hwc_frect_t& b) {
66 inline bool operator!=(const hwc_rect_t& a, const hwc_rect_t& b) {
70 inline bool operator!=(const hwc_frect_t& a, const hwc_frect_t& b) {
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h30 bool operator == (const ACaptureSessionOutput& other) const {
33 bool operator != (const ACaptureSessionOutput& other) const {
36 bool operator < (const ACaptureSessionOutput& other) const {
39 bool operator > (const ACaptureSessionOutput& 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 DMutexGuard.h80 T& operator*() {
84 T* operator->() {
H A DStringPiece.h51 BasicStringPiece<TChar>& operator=(const BasicStringPiece<TChar>& rhs);
66 bool operator<(const BasicStringPiece<TChar>& rhs) const;
67 bool operator>(const BasicStringPiece<TChar>& rhs) const;
68 bool operator==(const BasicStringPiece<TChar>& rhs) const;
69 bool operator!=(const BasicStringPiece<TChar>& rhs) const;
113 inline BasicStringPiece<TChar>& BasicStringPiece<TChar>::operator=(
199 inline ::std::ostream& operator<<(::std::ostream& out, const BasicStringPiece<char16_t>& str) {
232 inline bool BasicStringPiece<TChar>::operator<(const BasicStringPiece<TChar>& rhs) const {
237 inline bool BasicStringPiece<TChar>::operator>(const BasicStringPiece<TChar>& rhs) const {
242 inline bool BasicStringPiece<TChar>::operator
[all...]
/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser_test.cpp38 bool operator==(const ConfiguredArtifact& lhs, const ConfiguredArtifact& rhs) {
46 std::ostream& operator<<(std::ostream& out, const Maybe<std::string>& value) {
/frameworks/base/tools/aapt2/jni/
H A DScopedUtfChars.h48 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) {
72 const char& operator[](size_t n) const {
/frameworks/ml/nn/runtime/
H A DVersionedIDevice.cpp131 bool VersionedIDevice::operator==(nullptr_t) {
135 bool VersionedIDevice::operator!=(nullptr_t) {
/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) {

Completed in 452 milliseconds

1234567891011>>