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

123456789

/frameworks/compile/mclinker/lib/Script/
H A DAssertCmd.cpp30 AssertCmd& AssertCmd::operator=(const AssertCmd& pAssertCmd) {
/frameworks/native/include/binder/
H A DPermissionCache.h46 inline bool operator < (const Entry& e) const {
/frameworks/native/libs/binder/
H A DTextOutput.cpp40 TextOutput& operator<<(TextOutput& to, bool val)
47 TextOutput& operator<<(TextOutput& to, int val)
55 TextOutput& operator<<(TextOutput& to, long val)
63 TextOutput& operator<<(TextOutput& to, unsigned int val)
71 TextOutput& operator<<(TextOutput& to, unsigned long val)
79 TextOutput& operator<<(TextOutput& to, long long val)
87 TextOutput& operator<<(TextOutput& to, unsigned long long val)
107 TextOutput& operator<<(TextOutput& to, float val)
112 TextOutput& operator<<(TextOutput& to, double val)
117 TextOutput& operator<<(TextOutpu
[all...]
/frameworks/native/services/sensorservice/
H A DBatteryService.h43 bool operator < (const Info& rhs) const {
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp43 const mat4& Daltonizer::operator()() {
/frameworks/base/libs/hwui/
H A DMatrix.h92 float operator[](int index) const {
96 float& operator[](int index) {
101 Matrix4& operator=(const SkMatrix& v) {
106 friend bool operator==(const Matrix4& a, const Matrix4& b) {
110 friend bool operator!=(const Matrix4& a, const Matrix4& b) {
221 friend std::ostream& operator<<(std::ostream& os, const Matrix4& matrix) {
H A DRect.h52 // we don't provide copy-ctor and operator= on purpose
83 friend int operator==(const Rect& a, const Rect& b) {
87 friend int operator!=(const Rect& a, const Rect& b) {
287 friend std::ostream& operator<<(std::ostream& os, const Rect& rect) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h210 LayerListIterator& operator = (const LayerListIterator& rhs);
221 LayerListIterator& operator++() {
227 HWCLayerInterface& operator * () { return *mLayerList; }
228 HWCLayerInterface* operator -> () { return mLayerList; }
231 bool operator == (const LayerListIterator& rhs) const {
234 bool operator != (const LayerListIterator& rhs) const {
235 return !operator==(rhs);
/frameworks/base/libs/hwui/font/
H A DFont.h61 bool operator==(const FontDescription& other) const {
65 bool operator!=(const FontDescription& other) const {
/frameworks/base/tools/aapt/
H A DSourcePos.cpp27 ErrorPos& operator=(const ErrorPos& rhs);
56 ErrorPos::operator=(const ErrorPos& rhs)
144 SourcePos::operator<(const SourcePos& rhs) const
H A DSymbol.h33 inline bool operator<(const Symbol& rhs) const;
48 inline bool operator<(const SymbolDefinition& rhs) const;
77 bool Symbol::operator<(const Symbol& rhs) const {
90 bool SymbolDefinition::operator<(const SymbolDefinition& rhs) const {
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h67 bool operator==(const TreeIteratorBase& y) const {
71 bool operator!=(const TreeIteratorBase& y) const {
H A DBinTree.h120 pointer operator*() const {
124 reference operator->() const {
155 Self& operator++() {
160 Self operator++(int) {
206 pointer operator*() const { return static_cast<node_type*>(m_pNode)->data; }
208 reference operator->() const {
218 Self& operator++() {
223 Self operator++(int) {
229 Self& operator--() {
234 Self operator
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h61 inline bool operator==(const FileStatus& rhs, const FileStatus& lhs) {
65 inline bool operator!=(const FileStatus& rhs, const FileStatus& lhs) {
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h89 bool operator==(const ELFAttributeValue& pValue) const {
92 bool operator!=(const ELFAttributeValue& pValue) const {
/frameworks/rs/
H A DrsObjectBase.h121 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
157 inline T * operator-> () const {
/frameworks/av/drm/common/
H A DDrmConstraints.cpp80 DrmConstraints::KeyIterator& DrmConstraints::KeyIterator::operator=(
97 DrmConstraints::Iterator& DrmConstraints::Iterator::operator=(
H A DDrmInfoRequest.cpp78 DrmInfoRequest::KeyIterator& DrmInfoRequest::KeyIterator::operator=(
90 DrmInfoRequest::Iterator& DrmInfoRequest::Iterator::operator=(
H A DDrmMetadata.cpp84 DrmMetadata::KeyIterator& DrmMetadata::KeyIterator::operator=(const DrmMetadata::KeyIterator& keyIterator) {
85 ALOGV("DrmMetadata::KeyIterator::operator=");
102 DrmMetadata::Iterator& DrmMetadata::Iterator::operator=(const DrmMetadata::Iterator& iterator) {
103 ALOGV("DrmMetadata::Iterator::operator=");
H A DDrmInfo.cpp84 DrmInfo::KeyIterator& DrmInfo::KeyIterator::operator=(const DrmInfo::KeyIterator& keyIterator) {
96 DrmInfo::Iterator& DrmInfo::Iterator::operator=(const DrmInfo::Iterator& iterator) {
/frameworks/base/libs/hwui/utils/
H A DRingBuffer.h53 T& operator[](size_t index) {
57 const T& operator[](size_t index) const {
/frameworks/base/tools/aapt2/
H A DStringPool.cpp50 StringPool::Ref& StringPool::Ref::operator=(const StringPool::Ref& rhs) {
62 const std::u16string* StringPool::Ref::operator->() const {
66 const std::u16string& StringPool::Ref::operator*() const {
99 StringPool::StyleRef& StringPool::StyleRef::operator=(const StringPool::StyleRef& rhs) {
111 const StringPool::StyleEntry* StringPool::StyleRef::operator->() const {
115 const StringPool::StyleEntry& StringPool::StyleRef::operator*() const {
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp322 bool operator < (const Attribute& other) const {
339 void operator = (EGLint value) {
344 operator EGLint () const { return v.mList[attribute]; }
355 Adder operator [] (EGLint attribute) {
358 EGLint operator [] (EGLint attribute) const {
361 // cast-operator to (EGLint const*)
362 operator EGLint const* () const { return &mList.keyAt(0).v; }
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp560 bool NuPlayer::CCDecoder::CCTrack::operator<(const NuPlayer::CCDecoder::CCTrack& rhs) const {
564 bool NuPlayer::CCDecoder::CCTrack::operator==(const NuPlayer::CCDecoder::CCTrack& rhs) const {
568 bool NuPlayer::CCDecoder::CCTrack::operator!=(const NuPlayer::CCDecoder::CCTrack& rhs) const {
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h122 SessionMap<TValue> & operator=(const SessionMap<TValue> & objectCopy) {

Completed in 1062 milliseconds

123456789