Searched defs:operator (Results 201 - 225 of 377) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/LD/
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/include/minikin/
H A DFontStyle.h53 constexpr bool operator==(const FontStyle& other) const {
H A DLayoutPieces.h29 std::size_t operator()(const LayoutCacheKey& key) const { return key.hash(); }
/frameworks/ml/nn/runtime/
H A DMemory.h42 Memory& operator=(const Memory&) = delete;
72 MemoryFd& operator=(const MemoryFd&) = delete;
105 const Memory* operator[](size_t i) const { return mMemories[i]; }
/frameworks/native/cmds/lshal/
H A DTableEntry.cpp143 bool TableEntry::operator==(const TableEntry& other) const {
H A DTimeout.h46 void operator()() {
/frameworks/native/cmds/lshal/libprocpartition/
H A Dprocpartition.cpp24 std::ostream& operator<<(std::ostream& os, Partition p) {
/frameworks/native/libs/binder/
H A DIpPrefix.cpp155 bool operator==(const IpPrefix& lhs, const IpPrefix& rhs)
H A DStatus.cpp192 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.h46 TYPE& operator[](size_t index) { return *reinterpret_cast<TYPE*>(&mData[index * mStride]); }
47 TYPE const& operator[](size_t index) const {
87 Mesh& operator=(const Mesh&);
88 Mesh const& operator=(const Mesh&) const;
/frameworks/native/services/surfaceflinger/
H A DTransform.h71 const vec3& operator [] (size_t i) const; // returns column i
88 Transform operator * (const Transform& rhs) const;
101 inline const vec3& operator [] (int i) const { return v[i]; }
102 inline vec3& operator [] (int i) { return v[i]; }
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerUtils.cpp60 inline ::std::ostream& operator<<(::std::ostream& os, const sftest::RenderState& state) {
/frameworks/native/services/vr/performanced/
H A Dcpu_set.h60 void operator=(const CpuSet&) = delete;
88 operator bool() const { return root_set_ != nullptr; }
101 void operator=(const CpuSetManager&) = delete;
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
H A DLowpanCredential.cpp132 bool LowpanCredential::operator==(const LowpanCredential& rhs)
/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/
H A DPatchCache.h102 bool operator==(const PatchDescription& other) const { return compare(*this, other) == 0; }
104 bool operator!=(const PatchDescription& other) const { return compare(*this, other) != 0; }
H A DTextDropShadowCache.h67 bool operator==(const ShadowText& other) const { return compare(*this, other) == 0; }
69 bool operator!=(const ShadowText& other) const { return compare(*this, other) != 0; }
131 void operator()(ShadowText& text, ShadowTexture*& texture) override;
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h189 bool operator==(const LinearStdAllocator<T1>&, const LinearStdAllocator<T2>&) {
193 bool operator!=(const LinearStdAllocator<T1>&, const LinearStdAllocator<T2>&) {
/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 282 milliseconds

1234567891011>>