Searched defs:operator (Results 101 - 125 of 222) sorted by relevance

123456789

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp127 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) {
H A DPatchCache.h110 bool operator==(const PatchDescription& other) const {
114 bool operator!=(const PatchDescription& other) const {
H A DTextDropShadowCache.h62 bool operator==(const ShadowText& other) const {
66 bool operator!=(const ShadowText& other) const {
131 void operator()(ShadowText& text, ShadowTexture*& texture) override;
H A DAnimatorManager.cpp101 bool operator() (sp<BaseRenderNodeAnimator>& animator) {
173 void operator() (sp<BaseRenderNodeAnimator>& animator) {
H A DRenderProperties.cpp61 LayerProperties& LayerProperties::operator=(const LayerProperties& other) {
88 RenderProperties& RenderProperties::operator=(const RenderProperties& other) {
H A DTextureCache.cpp69 void TextureCache::operator()(uint32_t&, Texture*& texture) {
/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/tools/aapt2/
H A DDiagnostics.h54 DiagMessage& operator<<(const T& value) {
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h53 bool operator==(const Spec& pRHS) const {
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp37 bool operator<(const DiagStaticInfo& pRHS) const { return (ID < pRHS.ID); }
H A DLDSymbol.cpp43 LDSymbol& LDSymbol::operator=(const LDSymbol& pCopy) {
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp44 Assignment& Assignment::operator=(const Assignment& pAssignment) {
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp39 bool operator()(int X, int Y) const { return (X == Y); }
43 bool operator()(const int* X, const int* Y) const { return (X == Y); }
47 size_t operator()(const int* pKey) const {
53 size_t operator()(int pKey) const { return pKey; }
57 size_t operator()(int pKey) const { return pKey % 3; }
283 size_t operator()(int pKey) const { return 10; }
/frameworks/native/include/ui/
H A Dvec2.h53 inline T const& operator [] (size_t i) const { return (&x)[i]; }
54 inline T& operator [] (size_t i) { return (&x)[i]; }
57 // we don't provide copy-ctor and operator= on purpose
/frameworks/native/services/sensorservice/
H A DSensorDevice.h74 bool operator != (const BatchParams& other) {
H A Dquat.h62 inline TYPE operator()(TYPE v) {
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DMesh.h45 TYPE& operator[](size_t index) {
48 TYPE const& operator[](size_t index) const {
84 Mesh& operator = (const Mesh&);
85 Mesh const& operator = (const Mesh&) const;
/frameworks/native/services/surfaceflinger/
H A DTransform.h67 const vec3& operator [] (size_t i) const; // returns column i
82 Transform operator * (const Transform& rhs) const;
95 inline const vec3& operator [] (int i) const { return v[i]; }
96 inline vec3& operator [] (int i) { return v[i]; }
H A DTransform.cpp57 Transform Transform::operator * (const Transform& rhs) const
86 const vec3& Transform::operator [] (size_t i) const {
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h191 bool operator== (const LinearStdAllocator<T1>&, const LinearStdAllocator<T2>&) { return true; }
193 bool operator!= (const LinearStdAllocator<T1>&, const LinearStdAllocator<T2>&) { return false; }
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h189 inline bool operator==(const Attribute& pLHS, const Attribute& pRHS) {
196 inline bool operator!=(const Attribute& pLHS, const Attribute& pRHS) {
/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/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...]
/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)

Completed in 3938 milliseconds

123456789