/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | TypeUtils.h | 103 std::ostream& operator<<(std::ostream& os, 105 std::ostream& operator<<(std::ostream& os, 108 std::ostream& operator<<(std::ostream& os, 112 std::ostream& operator<<(std::ostream& os, 123 std::ostream& operator<<(std::ostream& os, 139 bool operator==(const Timing& a, const Timing& b); 140 bool operator!=(const Timing& a, const Timing& b); 161 bool operator==(const Operand& a, const Operand& b); 162 bool operator!=(const Operand& a, const Operand& b); 230 FalseyErrorStream& operator<<(const T& value) { [all …]
|
/aosp12/system/core/libutils/include/utils/ |
H A D | String8.h | 289 inline String8& String8::operator=(const String8& other) 295 inline String8& String8::operator=(const char* other) 301 inline String8& String8::operator+=(const String8& other) 314 inline String8& String8::operator+=(const char* other) 362 inline bool String8::operator<(const char* other) const 367 inline bool String8::operator<=(const char* other) const 372 inline bool String8::operator==(const char* other) const 377 inline bool String8::operator!=(const char* other) const 382 inline bool String8::operator>=(const char* other) const 387 inline bool String8::operator>(const char* other) const [all …]
|
H A D | String16.h | 217 static void* operator new(std::size_t) = delete; 249 inline String16& String16::operator=(const String16& other) 255 inline String16& String16::operator+=(const String16& other) 273 inline bool String16::operator<(const String16& other) const 278 inline bool String16::operator<=(const String16& other) const 283 inline bool String16::operator==(const String16& other) const 288 inline bool String16::operator!=(const String16& other) const 298 inline bool String16::operator>(const String16& other) const 303 inline bool String16::operator<(const char16_t* other) const 328 inline bool String16::operator>(const char16_t* other) const [all …]
|
/aosp12/system/bt/gd/packet/ |
H A D | iterator.h | 39 Iterator operator+(int offset); 40 Iterator& operator+=(int offset); 41 Iterator& operator++(); 43 Iterator operator-(int offset); 44 int operator-(Iterator& itr); 45 Iterator& operator-=(int offset); 46 Iterator& operator--(); 48 Iterator& operator=(const Iterator& itr); variable 59 uint8_t operator*() const; 75 this->operator++(); in extract() [all …]
|
/aosp12/art/libartbase/base/ |
H A D | stride_iterator.h | 35 StrideIterator& operator=(StrideIterator&&) = default; variable 41 bool operator==(const StrideIterator& other) const { 46 bool operator!=(const StrideIterator& other) const { 55 StrideIterator operator++(int) { 66 StrideIterator operator--(int) { 72 StrideIterator& operator+=(difference_type delta) { 83 StrideIterator& operator-=(difference_type delta) { 94 difference_type operator-(const StrideIterator& rhs) { 100 T& operator*() const { 104 T* operator->() const { [all …]
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_smp_act.h | 57 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 66 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 75 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 84 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 93 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 102 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 111 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 623 void operator()(const RawAddress& bda, uint8_t encr_enable) { in operator() function 633 void operator()() { body(); }; in operator() function 643 bool operator()(const RawAddress& bda) { return body(bda); }; in operator() function [all …]
|
H A D | mock_main_shim_l2cap_api.h | 102 void operator()() { body(); }; in operator() function 131 void operator()(uint16_t psm) { body(psm); }; in operator() function 150 bool operator()(uint16_t cid) { return body(cid); }; in operator() function 159 uint8_t operator()(uint16_t cid, BT_HDR* p_data) { in operator() function 384 bool operator()(uint16_t cid, bool is_flushable) { in operator() function 491 uint16_t operator()() { return body(); }; in operator() function 499 uint16_t operator()() { return body(); }; in operator() function 507 void operator()(uint16_t psm) { body(psm); }; in operator() function 529 void operator()(uint16_t psm) { body(psm); }; in operator() function 562 bool operator()(uint16_t cid) { return body(cid); }; in operator() function [all …]
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | TriState.h | 44 explicit operator T () const { in T() 61 TriState<T>& operator++() { 68 TriState<T> operator++(int) { 70 operator++(); 74 TriState<T>& operator--() { 81 TriState<T> operator--(int) { 83 operator--(); 88 TriState<T> operator op() { \ 127 TriState<T>& operator >>=(int i) { 143 operator<<(i); [all …]
|
/aosp12/system/security/keystore/include/keystore/ |
H A D | keystore_return_types.h | 51 inline KeyStoreServiceReturnCode& operator=(const ErrorCode& errorCode) { 55 inline KeyStoreServiceReturnCode& operator=(const ResponseCode& errorCode) { 72 inline bool operator==(const ResponseCode& rhs) const { 77 inline bool operator==(const ErrorCode& rhs) const { 83 inline bool operator!=(const ErrorCode& rhs) const { return !(*this == rhs); } 92 inline bool operator==(const ErrorCode& lhs, const KeyStoreServiceReturnCode& rhs) { 128 inline KeyStoreNativeReturnCode& operator=(const ErrorCode& errorCode) { 132 inline KeyStoreNativeReturnCode& operator=(const ResponseCode& errorCode) { 150 inline bool operator==(const ResponseCode& rhs) const { 155 inline bool operator==(const ErrorCode& rhs) const { [all …]
|
/aosp12/system/bt/packet/base/ |
H A D | iterator.h | 36 Iterator operator+(size_t offset); 37 Iterator& operator+=(size_t offset); 38 Iterator operator++(int); 39 Iterator& operator++(); 41 Iterator operator-(size_t offset); 42 int operator-(const Iterator& itr); 43 Iterator& operator-=(size_t offset); 44 Iterator operator--(int); 45 Iterator& operator--(); 47 Iterator& operator=(const Iterator& itr); variable [all …]
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | Flags.h | 26 operator unsigned int() const { return m_Data; } 28 bool operator!() const { return (m_Data == 0x0); } 30 Flags operator&(int pMask) const { return Flags(m_Data & pMask); } 34 Flags operator&(Enum pMask) const { return Flags(m_Data & pMask); } 36 Flags& operator&=(unsigned int pMask) { 41 Flags& operator=(Flags pOther) { 50 Flags& operator^=(Flags pOther) { 55 Flags& operator^=(Enum pOther) { 64 Flags& operator|=(Flags pOther) { 69 Flags& operator|=(Enum pOther) { [all …]
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ConfigDescription.h | 90 ConfigDescription& operator=(const ConfigDescription& o); member 91 ConfigDescription& operator=(ConfigDescription&& o) noexcept; member 136 bool operator<(const ConfigDescription& o) const; 137 bool operator<=(const ConfigDescription& o) const; 138 bool operator==(const ConfigDescription& o) const; 139 bool operator!=(const ConfigDescription& o) const; 140 bool operator>=(const ConfigDescription& o) const; 141 bool operator>(const ConfigDescription& o) const; 162 inline ConfigDescription& ConfigDescription::operator=( 169 inline ConfigDescription& ConfigDescription::operator=( [all …]
|
H A D | Locale.h | 65 inline bool operator<(const LocaleValue& o) const; 66 inline bool operator<=(const LocaleValue& o) const; 67 inline bool operator==(const LocaleValue& o) const; 68 inline bool operator!=(const LocaleValue& o) const; 69 inline bool operator>=(const LocaleValue& o) const; 70 inline bool operator>(const LocaleValue& o) const; 91 bool LocaleValue::operator<(const LocaleValue& o) const { 95 bool LocaleValue::operator<=(const LocaleValue& o) const { 99 bool LocaleValue::operator==(const LocaleValue& o) const { 103 bool LocaleValue::operator!=(const LocaleValue& o) const { [all …]
|
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | binder_auto_utils.h | 77 SpAIBinder& operator=(const SpAIBinder& other) { 118 bool operator!=(const SpAIBinder& rhs) const { return get() != rhs.get(); } 119 bool operator<(const SpAIBinder& rhs) const { return get() < rhs.get(); } 120 bool operator<=(const SpAIBinder& rhs) const { return get() <= rhs.get(); } 122 bool operator>(const SpAIBinder& rhs) const { return get() > rhs.get(); } 181 ScopedAResource& operator=(const ScopedAResource&) = delete; variable 187 ScopedAResource& operator=(ScopedAResource&& other) noexcept { 210 ScopedAParcel& operator=(ScopedAParcel&&) = default; variable 234 ScopedAStatus& operator=(ScopedAStatus&&) = default; variable 334 ScopedAIBinder_Weak& operator=(ScopedAIBinder_Weak&&) = default; variable [all …]
|
/aosp12/system/bt/gd/l2cap/ |
H A D | signal_id.h | 38 friend bool operator==(const SignalId& lhs, const SignalId& rhs); 39 friend bool operator!=(const SignalId& lhs, const SignalId& rhs); 41 struct SignalId& operator++(); // Prefix increment operator. 42 struct SignalId operator++(int); // Postfix increment operator. 43 struct SignalId& operator--(); // Prefix decrement operator. 44 struct SignalId operator--(int); // Postfix decrement operator. 53 inline bool operator==(const SignalId& lhs, const SignalId& rhs) { 61 inline struct SignalId& SignalId::operator++() { 67 inline struct SignalId SignalId::operator++(int) { 73 inline struct SignalId& SignalId::operator--() { [all …]
|
/aosp12/system/tools/hidl/host_utils/include/hidl-util/ |
H A D | Formatter.h | 153 Formatter &operator<<(char c); 154 Formatter &operator<<(signed char c); 155 Formatter &operator<<(unsigned char c); 157 Formatter &operator<<(short c); 159 Formatter &operator<<(int c); 160 Formatter &operator<<(unsigned int c); 161 Formatter &operator<<(long c); 163 Formatter &operator<<(long long c); 165 Formatter &operator<<(float c); 166 Formatter &operator<<(double c); [all …]
|
/aosp12/system/libhidl/base/include/hidl/ |
H A D | HidlSupport.h | 121 operator const native_handle_t *() const; 160 hidl_string &operator=(const char *s); member 166 operator std::string() const; 471 operator std::vector<T>() const { in vector() 501 T &operator[](size_t index) { 665 T &operator[](size_t index) { 694 operator std_array_type() { 719 operator std_array_type() { 798 operator std_array_type() const { 832 T &operator[](size_t index) { [all …]
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | RingBuffer.h | 51 iterator& operator++(); 53 iterator operator++(int); 59 T& operator*(); 61 T* operator->(); 77 const_iterator& operator++(); 79 const_iterator operator++(int); 85 const T& operator*(); 87 const T* operator->(); 148 T& operator[](size_t index); 211 T& RingBuffer<T>::iterator::operator*() { [all …]
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | RingBuffer.h | 51 iterator& operator++(); 53 iterator operator++(int); 59 T& operator*(); 61 T* operator->(); 77 const_iterator& operator++(); 79 const_iterator operator++(int); 85 const T& operator*(); 87 const T* operator->(); 148 T& operator[](size_t index); 211 T& RingBuffer<T>::iterator::operator*() { [all …]
|
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/ |
H A D | key_param_output.h | 41 inline ::std::ostream& operator<<(::std::ostream& os, Algorithm value) { 45 inline ::std::ostream& operator<<(::std::ostream& os, BlockMode value) { 49 inline ::std::ostream& operator<<(::std::ostream& os, Digest value) { 53 inline ::std::ostream& operator<<(::std::ostream& os, EcCurve value) { 57 inline ::std::ostream& operator<<(::std::ostream& os, ErrorCode value) { 61 inline ::std::ostream& operator<<(::std::ostream& os, KeyOrigin value) { 65 inline ::std::ostream& operator<<(::std::ostream& os, PaddingMode value) { 69 inline ::std::ostream& operator<<(::std::ostream& os, SecurityLevel value) { 84 ::std::ostream& operator<<(::std::ostream& os, const KeyParameter& param); 93 inline ::std::ostream& operator<<(::std::ostream& os, KeyPurpose value) { [all …]
|
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
H A D | key_param_output.h | 28 inline ::std::ostream& operator<<(::std::ostream& os, Algorithm value) { 32 inline ::std::ostream& operator<<(::std::ostream& os, BlockMode value) { 36 inline ::std::ostream& operator<<(::std::ostream& os, Digest value) { 40 inline ::std::ostream& operator<<(::std::ostream& os, EcCurve value) { 44 inline ::std::ostream& operator<<(::std::ostream& os, ErrorCode value) { 48 inline ::std::ostream& operator<<(::std::ostream& os, KeyOrigin value) { 52 inline ::std::ostream& operator<<(::std::ostream& os, PaddingMode value) { 56 inline ::std::ostream& operator<<(::std::ostream& os, SecurityLevel value) { 71 ::std::ostream& operator<<(::std::ostream& os, const KeyParameter& value); 78 inline ::std::ostream& operator<<(::std::ostream& os, KeyPurpose value) { [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | StrongTyping.h | 28 inline T operator+(T const& other) const { return T(this->base().value() + other.value()); } 29 inline T& operator++() { 33 inline T operator++(int) { 35 operator++(); 38 inline T& operator+=(T const& other) { 49 inline bool operator!=(T const& other) const { return !(*this == other); } 50 inline bool operator>=(T const& other) const { return !(*this < other); } 51 inline bool operator>(T const& other) const { return !(*this < other || *this == other); } 68 StrongTyping& operator=(StrongTyping const&) = default; member 69 explicit inline operator T() const { return mValue; } in T() [all …]
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | Vector.h | 39 void operator+=(const Vector2& v) { 44 void operator-=(const Vector2& v) { 49 void operator+=(const float v) { 54 void operator-=(const float v) { 59 void operator/=(float s) { 64 void operator*=(float s) { 69 Vector2 operator+(const Vector2& v) const { return (Vector2){x + v.x, y + v.y}; } 73 Vector2 operator/(float s) const { return (Vector2){x / s, y / s}; } 75 Vector2 operator*(float s) const { return (Vector2){x * s, y * s}; } 107 Vector3 operator/(float s) const { return (Vector3){x / s, y / s, z / s}; } [all …]
|
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | InternetAddresses.h | 47 friend bool operator==(const compact_ipdata& a, const compact_ipdata& b) { 108 void operator()(struct addrinfo* p) const { in operator() function 152 IPAddress& operator=(const IPAddress&) = default; variable 153 IPAddress& operator=(IPAddress&&) = default; variable 216 IPPrefix& operator=(const IPPrefix&) = default; variable 217 IPPrefix& operator=(IPPrefix&&) = default; variable 278 IPSockAddr& operator=(const IPSockAddr&) = default; variable 279 IPSockAddr& operator=(IPSockAddr&&) = default; variable 286 operator sockaddr_storage() const noexcept { in sockaddr_storage() 309 friend bool operator==(const IPSockAddr& a, const IPSockAddr& b) { [all …]
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2.h | 145 type& operator=(const type &) = delete; \ 149 type& operator=(type &&) = default; \ 172 inline bool operator<(const type &other) const { \ 175 inline bool operator==(const type &other) const { \ 292 inline constexpr operator c2_cntr_t<U>() { in c2_cntr_t() 302 attrib inline c2_cntr_t<T>& operator op_assign(const U &value) { \ 318 attrib inline constexpr c2_cntr_t<T> operator op() const { \ 323 attrib inline c2_cntr_t<T> &operator op() { \ 327 attrib inline c2_cntr_t<T> operator op(int) { \ 343 inline constexpr c2_cntr_t<T> operator<<(const U &value) const { [all …]
|