Searched defs:operator (Results 151 - 175 of 309) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/
H A DOMXBuffer.cpp175 OMXBuffer& OMXBuffer::operator=(OMXBuffer&& source) {
/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp127 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) {
H A DTextureCache.cpp68 void TextureCache::operator()(uint32_t&, Texture*& texture) {
H A DPatchCache.h103 bool operator==(const PatchDescription& other) const {
107 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;
/frameworks/base/tools/aapt2/
H A DDiagnostics.h48 DiagMessage& operator<<(const T& value) {
63 inline DiagMessage& DiagMessage::operator<<(const ::std::u16string& 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/minikin/libs/minikin/
H A DHbFontCache.cpp39 void operator()(int32_t& /* key */, hb_font_t*& value) {
/frameworks/native/cmds/lshal/
H A DTimeout.h46 void operator()() {
/frameworks/native/libs/binder/
H A DIpPrefix.cpp155 bool operator==(const IpPrefix& lhs, const IpPrefix& rhs)
H A DStatus.cpp182 std::stringstream& operator<< (std::stringstream& stream, const Status& s) {
/frameworks/native/libs/math/include/math/
H A Dquat.h76 inline constexpr T const& operator[](size_t i) const {
84 inline T& operator[](size_t i) {
93 TQuaternion& operator = (const TQuaternion&) = default;
126 // conjugate operator
127 constexpr TQuaternion operator~() const {
147 constexpr inline quat operator"" _i(long double v) {
150 constexpr inline quat operator"" _j(long double v) {
153 constexpr inline quat operator"" _k(long double v) {
157 constexpr inline quat operator"" _i(unsigned long long v) { // NOLINT
160 constexpr inline quat operator"" _
[all...]
H A Dvec3.h60 inline constexpr T const& operator[](size_t i) const {
68 inline T& operator[](size_t i) {
77 TVec3& operator = (const TVec3&) = default;
/frameworks/native/services/sensorservice/
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
83 Transform operator * (const Transform& rhs) const;
96 inline const vec3& operator [] (int i) const { return v[i]; }
97 inline vec3& operator [] (int i) { return v[i]; }
/frameworks/native/services/vr/performanced/
H A Dcpu_set.h58 void operator=(const CpuSet&) = delete;
86 operator bool() const { return root_set_ != nullptr; }
99 void operator=(const CpuSetManager&) = delete;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DHSFriendlyNameElementTest.java51 * @param operator The name of the operator
54 private void appendOperatorName(ByteArrayOutputStream stream, String operator) argument
56 byte[] nameBytes = operator.getBytes(StandardCharsets.UTF_8);
57 int length = I18Name.LANGUAGE_CODE_LENGTH + operator.length();
79 * Verify that HSFriendlyNameElement with a empty operator name list will be returned when
129 * containing a operator name with the maximum length.
154 * operator name that exceeds the maximum length.
/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/base/tools/bit/
H A Dutil.cpp51 FileInfo::operator==(const FileInfo& that) const
60 FileInfo::operator!=(const FileInfo& that) const
/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) {

Completed in 2883 milliseconds

1234567891011>>