Searched defs:operator (Results 176 - 200 of 309) sorted by relevance

1234567891011>>

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h49 void operator=(const SparseWeightVector<Key, Hash> &other) {
175 // element if it does not find the key through [] operator. It implements a
191 std::ostream& operator<<(std::ostream &stream,
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_client.h65 explicit operator bool() const { return epoll_fd_.IsValid(); }
200 BufferInfo& operator=(BufferInfo&& other) {
209 void operator=(BufferInfo&) = delete;
279 void operator=(BufferHubQueue&) = delete;
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dvariant.h416 EnableIfElement<Variant&, T> operator=(T&& value) {
424 EnableIfConvertible<Variant&, T> operator=(T&& value) {
431 Variant& operator=(EmptyVariant) {
440 Variant& operator=(const Variant<OtherTypes...>& other) {
445 Variant& operator=(Variant<OtherTypes...>&& other) {
633 detail::EnableIfNotElement<bool, U, ValidTypes...> operator()(U&&) {
637 detail::EnableIfElement<bool, U, ValidTypes...> operator()(const U& value) {
642 detail::EnableIfElement<bool, U, ValidTypes...> operator()(U&& value) {
/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp321 bool BlobCache::Blob::operator<(const Blob& rhs) const {
351 bool BlobCache::CacheEntry::operator<(const CacheEntry& rhs) const {
355 const BlobCache::CacheEntry& BlobCache::CacheEntry::operator=(const CacheEntry& rhs) {
H A Degl_display.h154 const egl_display_t* operator->() const { return mDpy; }
155 egl_display_t* operator->() { return mDpy; }
160 operator bool() const { return mDpy != NULL; }
166 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/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 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 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/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.h179 BufferTracker& operator=(const BufferTracker& other);
233 std::size_t operator()(const sp<IGraphicBufferProducer>& producer) const {
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp101 bool operator() (sp<BaseRenderNodeAnimator>& animator) {
173 void operator() (sp<BaseRenderNodeAnimator>& animator) {
H A DRenderProperties.cpp60 LayerProperties& LayerProperties::operator=(const LayerProperties& other) {
87 RenderProperties& RenderProperties::operator=(const RenderProperties& other) {
/frameworks/base/libs/hwui/hwui/
H A DPaint.h36 Paint& operator=(const Paint& other);
38 friend bool operator==(const Paint& a, const Paint& b);
39 friend bool operator!=(const Paint& a, const Paint& b) {
/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.h115 // that does not select base class operator<< for derived class T.
117 typename std::enable_if<std::is_base_of<Value, T>::value, std::ostream&>::type operator<<(
123 template std::ostream& operator<<<Item>(std::ostream&, const Item&);
124 template std::ostream& operator<<<Reference>(std::ostream&, const Reference&);
125 template std::ostream& operator<<<Id>(std::ostream&, const Id&);
126 template std::ostream& operator<<<RawString>(std::ostream&, const RawString&);
127 template std::ostream& operator<<<String>(std::ostream&, const String&);
128 template std::ostream& operator<<<StyledString>(std::ostream&, const StyledString&);
129 template std::ostream& operator<<<FileReference>(std::ostream&, const FileReference&);
130 template std::ostream& operator<<<BinaryPrimitiv
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h52 LDSymbol& operator[](size_t pPosition) { return *m_OutputSymbols[pPosition]; }
54 const LDSymbol& operator[](size_t pPosition) const {
/frameworks/native/libs/math/include/math/
H A Dvec4.h63 inline constexpr T const& operator[](size_t i) const {
71 inline T& operator[](size_t i) {
80 TVec4& operator = (const TVec4&) = default;
/frameworks/native/libs/ui/
H A DFenceTime.cpp36 void* FenceTime::operator new(size_t byteCount) noexcept {
44 void FenceTime::operator delete(void *p) {
/frameworks/native/libs/vr/libbufferhub/
H A Dion_buffer.cpp56 IonBuffer& IonBuffer::operator=(IonBuffer&& other) {
57 ALOGD_IF(TRACE, "IonBuffer::operator=: handle_=%p other.handle_=%p", handle(),
/frameworks/native/libs/vr/libpdx/
H A Dserialization_tests.cpp58 // Make gtest expressions simpler by defining equality operator. This is not
60 bool operator==(const TestType& other) const {
75 bool operator==(const TestTemplateType& other) const {

Completed in 2507 milliseconds

1234567891011>>