Searched defs:operator (Results 226 - 250 of 377) sorted by relevance

1234567891011>>

/frameworks/minikin/include/minikin/
H A DLayoutCache.h53 bool operator==(const LayoutCacheKey& o) const {
190 void operator()(LayoutCacheKey& key, Layout*& value) {
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dvariant.h159 void operator=(const Union&) = delete;
160 void operator=(Union&&) = delete;
266 void operator=(const Union&) = delete;
267 void operator=(Union&&) = delete;
471 Variant& operator=(const Variant& other) {
475 Variant& operator=(Variant&& other) {
489 EnableIfElement<Variant&, T> operator=(T&& value) {
497 EnableIfConvertible<Variant&, T> operator=(T&& value) {
504 Variant& operator=(EmptyVariant) {
513 Variant& operator
[all...]
/frameworks/native/libs/vr/libpdx/
H A Dvariant_tests.cpp33 TestType& operator=(const TestType&) = default;
34 TestType& operator=(TestType&&) = default;
62 InstrumentType& operator=(const InstrumentType& other) {
67 InstrumentType& operator=(InstrumentType&& other) {
73 InstrumentType& operator=(const TestType<T>& other) {
78 InstrumentType& operator=(TestType<T>&& other) {
1104 operator bool() const { return true; }
1107 explicit operator bool() const { return true; }
/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp322 bool BlobCache::Blob::operator<(const Blob& rhs) const {
352 bool BlobCache::CacheEntry::operator<(const CacheEntry& rhs) const {
356 const BlobCache::CacheEntry& BlobCache::CacheEntry::operator=(const CacheEntry& rhs) {
H A Degl_display.h157 const egl_display_t* operator->() const { return mDpy; }
158 egl_display_t* operator->() { return mDpy; }
163 operator bool() const { return mDpy != NULL; }
169 egl_display_ptr& operator=(const egl_display_ptr&);
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp57 Transform Transform::operator * (const Transform& rhs) const
86 const vec3& Transform::operator [] (size_t i) const {
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp481 bool operator<(const Attribute& other) const {
497 void operator=(EGLint value) {
502 operator EGLint() const { return v.mList[attribute]; }
512 Adder operator[](EGLint attribute) { return Adder(*this, attribute); }
513 EGLint operator[](EGLint attribute) const { return mList[attribute]; }
514 // cast-operator to (EGLint const*)
515 operator EGLint const*() const { return &mList.keyAt(0).v; }
/frameworks/base/tools/aapt/
H A DAaptAssets.h85 inline bool operator<(const AaptLocaleValue& o) const { return compare(o) < 0; }
86 inline bool operator<=(const AaptLocaleValue& o) const { return compare(o) <= 0; }
87 inline bool operator==(const AaptLocaleValue& o) const { return compare(o) == 0; }
88 inline bool operator!=(const AaptLocaleValue& o) const { return compare(o) != 0; }
89 inline bool operator>=(const AaptLocaleValue& o) const { return compare(o) >= 0; }
90 inline bool operator>(const AaptLocaleValue& o) const { return compare(o) > 0; }
113 inline bool operator<(const AaptGroupEntry& o) const { return compare(o) < 0; }
114 inline bool operator<=(const AaptGroupEntry& o) const { return compare(o) <= 0; }
115 inline bool operator==(const AaptGroupEntry& o) const { return compare(o) == 0; }
116 inline bool operator!
[all...]
H A DZipEntry.cpp681 * Copy-assignment operator for CentralDirEntry.
683 ZipEntry::CentralDirEntry& ZipEntry::CentralDirEntry::operator=(const ZipEntry::CentralDirEntry& src) {
/frameworks/av/include/media/
H A DMediaCodecInfo.h47 bool operator <(const ProfileLevel &o) const {
H A DMidiDeviceInfo.h59 friend bool operator==(const MidiDeviceInfo& lhs, const MidiDeviceInfo& rhs);
60 friend bool operator!=(const MidiDeviceInfo& lhs, const MidiDeviceInfo& rhs) {
/frameworks/av/media/libmedia/
H A DMidiDeviceInfo.cpp119 // Vector does not define operator==
128 bool operator==(const MidiDeviceInfo& lhs, const MidiDeviceInfo& rhs) {
/frameworks/av/media/libmedia/include/media/
H A DMediaCodecInfo.h47 bool operator <(const ProfileLevel &o) const {
H A DMidiDeviceInfo.h59 friend bool operator==(const MidiDeviceInfo& lhs, const MidiDeviceInfo& rhs);
60 friend bool operator!=(const MidiDeviceInfo& lhs, const MidiDeviceInfo& rhs) {
/frameworks/av/services/audioflinger/
H A DFastMixerDumpState.h40 FastTrackUnderruns& operator=(const FastTrackUnderruns& rhs)
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp43 bool operator == (const SortedVector<T> &left, const SortedVector<T> &right)
56 bool operator == (const AudioProfile &left, const AudioProfile &compareTo)
/frameworks/base/cmds/statsd/src/
H A DHashableDimensionKey.h68 bool operator==(const HashableDimensionKey& that) const;
70 bool operator<(const HashableDimensionKey& that) const;
91 MetricDimensionKey& operator=(const MetricDimensionKey& from) = default;
111 bool operator==(const MetricDimensionKey& that) const;
113 bool operator<(const MetricDimensionKey& that) const;
159 std::size_t operator()(const HashableDimensionKey& key) const {
166 std::size_t operator()(const MetricDimensionKey& key) const {
/frameworks/base/cmds/statsd/src/anomaly/
H A Dindexed_priority_queue.h32 size_t operator()(const sp<const AA>& k) const {
40 * @tparam Comparator must implement [bool operator()(sp<const AA> a, sp<const AA> b)], returning
/frameworks/base/cmds/statsd/tests/
H A Dstatsd_test_util.h256 bool operator()(const DimensionsPair& s1, const DimensionsPair& s2) const {
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp100 bool operator()(sp<BaseRenderNodeAnimator>& animator) {
172 void operator()(sp<BaseRenderNodeAnimator>& animator) { animator->forceEndNow(mContext); }
H A DRenderProperties.cpp60 LayerProperties& LayerProperties::operator=(const LayerProperties& other) {
82 RenderProperties& RenderProperties::operator=(const RenderProperties& other) {
/frameworks/base/native/webview/plat_support/
H A Ddraw_gl_functor.cpp49 virtual status_t operator ()(int what, void* data) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_storage_AppFuseBridge.cpp77 operator bool() {
/frameworks/base/tools/aapt2/compile/
H A DImage.h78 inline bool operator==(const Range& left, const Range& right) {
105 inline bool operator==(const Bounds& left, const Bounds& right) {
203 ::std::ostream& operator<<(::std::ostream& out, const Range& range);
204 ::std::ostream& operator<<(::std::ostream& out, const Bounds& bounds);
205 ::std::ostream& operator<<(::std::ostream& out, const NinePatch& nine_patch);
/frameworks/base/tools/aapt2/test/
H A DCommon.h110 // that does not select base class operator<< for derived class T.
112 typename std::enable_if<std::is_base_of<Value, T>::value, std::ostream&>::type operator<<(
118 template std::ostream& operator<<<Item>(std::ostream&, const Item&);
119 template std::ostream& operator<<<Reference>(std::ostream&, const Reference&);
120 template std::ostream& operator<<<Id>(std::ostream&, const Id&);
121 template std::ostream& operator<<<RawString>(std::ostream&, const RawString&);
122 template std::ostream& operator<<<String>(std::ostream&, const String&);
123 template std::ostream& operator<<<StyledString>(std::ostream&, const StyledString&);
124 template std::ostream& operator<<<FileReference>(std::ostream&, const FileReference&);
125 template std::ostream& operator<<<BinaryPrimitiv
[all...]

Completed in 513 milliseconds

1234567891011>>