/aosp12/system/core/libutils/include/utils/ |
H A D | StrongPointer.h | 227 sp<T> sp<T>::fromExisting(T* other) { in fromExisting() 240 sp<T>::sp(T* other) in sp() 250 sp<T>::sp(U* other) : m_ptr(other) { in sp() 272 sp<T>::sp(const sp<T>& other) in sp() 279 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() function 284 sp<T>::sp(const sp<U>& other) in sp() 291 sp<T>::sp(sp<U>&& other) in sp() function 298 sp<T> sp<T>::cast(const sp<U>& other) { in cast() 364 void sp<T>::force_set(T* other) { in force_set()
|
H A D | RefBase.h | 540 wp<T> wp<T>::fromExisting(T* other) { in fromExisting() 554 wp<T>::wp(T* other) in wp() 562 wp<T>::wp(U* other) : m_ptr(other) { in wp() 587 wp<T>::wp(const wp<T>& other) in wp() 594 wp<T>::wp(const sp<T>& other) in wp() 601 wp<T>::wp(const wp<U>& other) in wp() 613 wp<T>::wp(const sp<U>& other) in wp() 674 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Fps.h | 43 bool equalsWithMargin(const Fps& other) const { return std::abs(fps - other.fps) < kMargin; } in equalsWithMargin() 46 bool lessThanWithMargin(const Fps& other) const { return fps + kMargin < other.fps; } in lessThanWithMargin() 48 bool greaterThanWithMargin(const Fps& other) const { return fps > other.fps + kMargin; } in greaterThanWithMargin() 50 bool lessThanOrEqualWithMargin(const Fps& other) const { return !greaterThanWithMargin(other); } in lessThanOrEqualWithMargin() 52 bool greaterThanOrEqualWithMargin(const Fps& other) const { return !lessThanWithMargin(other); } in greaterThanOrEqualWithMargin()
|
/aosp12/frameworks/rs/cpp/util/ |
H A D | StrongPointer.h | 122 sp<T>::sp(T* other) in sp() 129 sp<T>::sp(const sp<T>& other) in sp() 136 sp<T>::sp(U* other) : m_ptr(other) in sp() 142 sp<T>::sp(const sp<U>& other) in sp() 192 void sp<T>::force_set(T* other) in force_set()
|
H A D | RefBase.h | 297 wp<T>::wp(T* other) in wp() 304 wp<T>::wp(const wp<T>& other) in wp() 311 wp<T>::wp(const sp<T>& other) in wp() 320 wp<T>::wp(U* other) in wp() 327 wp<T>::wp(const wp<U>& other) in wp() 337 wp<T>::wp(const sp<U>& other) in wp() 422 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|
/aosp12/art/test/utils/python/testgen/ |
H A D | mixins.py | 94 def __lt__(self, other): argument 97 def __gt__(self, other): argument 100 def __eq__(self, other): argument 103 def __le__(self, other): argument 106 def __ge__(self, other): argument 109 def __ne__(self, other): argument
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | WorkSource.java | 252 WorkSource other = (WorkSource) o; in equals() local 294 public boolean diff(WorkSource other) { in diff() 319 public void set(WorkSource other) { in set() 402 public WorkSource[] setReturningDiffs(WorkSource other) { in setReturningDiffs() 423 public boolean add(WorkSource other) { in add() 470 public WorkSource addReturningNewbs(WorkSource other) { in addReturningNewbs() 529 public boolean remove(WorkSource other) { in remove() 601 public void transferWorkChains(WorkSource other) { in transferWorkChains() 618 private boolean removeUids(WorkSource other) { in removeUids() 650 private boolean removeUidsAndNames(WorkSource other) { in removeUidsAndNames() [all …]
|
/aosp12/system/libhidl/base/ |
H A D | HidlSupport.cpp | 52 hidl_handle::hidl_handle(const hidl_handle& other) : hidl_handle() { in hidl_handle() 58 hidl_handle::hidl_handle(hidl_handle&& other) noexcept : hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle 64 hidl_handle &hidl_handle::operator=(const hidl_handle &other) { in operator =() 89 hidl_handle& hidl_handle::operator=(hidl_handle&& other) noexcept { in operator =() 159 hidl_string::hidl_string(const hidl_string &other): hidl_string() { in hidl_string() 167 hidl_string::hidl_string(hidl_string&& other) noexcept : hidl_string() { in hidl_string() function in android::hardware::hidl_string 171 hidl_string& hidl_string::operator=(hidl_string&& other) noexcept { in operator =() 179 hidl_string &hidl_string::operator=(const hidl_string &other) { in operator =() 237 void hidl_string::moveFrom(hidl_string &&other) { in moveFrom()
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/ |
H A D | KeymasterHidlTest.h | 45 HidlBuf(const super& other) : super(other) {} in HidlBuf() 46 HidlBuf(super&& other) : super(std::move(other)) { other = {}; } in HidlBuf() 47 HidlBuf(const HidlBuf& other) : super(other) {} in HidlBuf() 48 HidlBuf(HidlBuf&& other) : super(std::move(other)) { other = HidlBuf(); } in HidlBuf() function 49 explicit HidlBuf(const std::string& other) : HidlBuf() { *this = other; } in HidlBuf()
|
/aosp12/build/make/tools/releasetools/ |
H A D | rangelib.py | 49 def __eq__(self, other): argument 52 def __ne__(self, other): argument 159 def union(self, other): argument 177 def intersect(self, other): argument 195 def subtract(self, other): argument 214 def overlaps(self, other): argument 250 def map_within(self, other): argument
|
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | bluetooth_avrcp_int_value.h | 35 BluetoothAvrcpIntValue(const ::bluetooth::AvrcpIntValue& other) in BluetoothAvrcpIntValue() 37 BluetoothAvrcpIntValue(const BluetoothAvrcpIntValue& other) in BluetoothAvrcpIntValue()
|
H A D | bluetooth_remote_device_props.h | 35 BluetoothRemoteDeviceProps(const ::bluetooth::RemoteDeviceProps& other) in BluetoothRemoteDeviceProps() 37 BluetoothRemoteDeviceProps(const BluetoothRemoteDeviceProps& other) in BluetoothRemoteDeviceProps()
|
H A D | bluetooth_a2dp_codec_config.h | 35 BluetoothA2dpCodecConfig(const ::bluetooth::A2dpCodecConfig& other) in BluetoothA2dpCodecConfig() 37 BluetoothA2dpCodecConfig(const BluetoothA2dpCodecConfig& other) in BluetoothA2dpCodecConfig()
|
H A D | bluetooth_avrcp_media_attr.h | 35 BluetoothAvrcpMediaAttr(const ::bluetooth::AvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr() 37 BluetoothAvrcpMediaAttr(const BluetoothAvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr()
|
H A D | bluetooth_avrcp_register_notification_response.h | 37 const AvrcpRegisterNotificationResponse& other) in BluetoothAvrcpRegisterNotificationResponse() 40 const BluetoothAvrcpRegisterNotificationResponse& other) in BluetoothAvrcpRegisterNotificationResponse()
|
H A D | bluetooth_avrcp_string_value.h | 35 BluetoothAvrcpStringValue(const ::bluetooth::AvrcpStringValue& other) in BluetoothAvrcpStringValue() 37 BluetoothAvrcpStringValue(const BluetoothAvrcpStringValue& other) in BluetoothAvrcpStringValue()
|
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
H A D | Size.java | 105 public Size(Size other) { in Size() method in Size 118 public Size(Camera.Size other) { in Size() 131 public Size(android.util.Size other) { in Size() 163 Size other = (Size) o; in equals() local
|
/aosp12/system/security/keystore/include/keystore/ |
H A D | utils.h | 40 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator() 42 SharedNullableIterator(SharedNullableIterator&& other) noexcept in SharedNullableIterator() function
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | Value.java | 235 public abstract boolean equals(Object other); in equals() 258 @Override public boolean equals(Object other) { in equals() 293 @Override public boolean equals(Object other) { in equals() 328 @Override public boolean equals(Object other) { in equals() 358 @Override public boolean equals(Object other) { in equals() 388 @Override public boolean equals(Object other) { in equals() 434 @Override public boolean equals(Object other) { in equals() 474 @Override public boolean equals(Object other) { in equals() 514 @Override public boolean equals(Object other) { in equals() 544 @Override public boolean equals(Object other) { in equals()
|
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
H A D | AppLaunchEvent.java | 64 public boolean equals(Object other) { in equals() 71 protected boolean equals(AppLaunchEvent other) { in equals() 103 public boolean equals(Object other) { in equals() 139 public boolean equals(Object other) { in equals() 164 public boolean equals(Object other) { in equals() 202 public boolean equals(Object other) { in equals() 238 public boolean equals(Object other) { in equals() 273 public boolean equals(Object other) { in equals() 319 public boolean equals(Object other) { in equals()
|
/aosp12/system/core/libutils/ |
H A D | String8.cpp | 208 void String8::setTo(const String8& other) in setTo() 215 status_t String8::setTo(const char* other) in setTo() 226 status_t String8::setTo(const char* other, size_t len) in setTo() 237 status_t String8::setTo(const char16_t* other, size_t len) in setTo() 248 status_t String8::setTo(const char32_t* other, size_t len) in setTo() 259 status_t String8::append(const String8& other) in append() 272 status_t String8::append(const char* other) in append() 277 status_t String8::append(const char* other, size_t otherLen) in append() 330 status_t String8::real_append(const char* other, size_t otherLen) { in real_append() 383 ssize_t String8::find(const char* other, size_t start) const in find() argument [all …]
|
/aosp12/system/libvintf/ |
H A D | CompatibilityMatrix.cpp | 39 bool CompatibilityMatrix::addAllHals(CompatibilityMatrix* other, std::string*) { in addAllHals() 193 bool CompatibilityMatrix::addAllHalsAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllHalsAsOptional() 250 bool CompatibilityMatrix::addAllXmlFilesAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllXmlFilesAsOptional() 270 bool CompatibilityMatrix::addAllKernels(CompatibilityMatrix* other, std::string* error) { in addAllKernels() 286 bool CompatibilityMatrix::addSepolicy(CompatibilityMatrix* other, std::string* error) { in addSepolicy() 292 bool CompatibilityMatrix::addAvbMetaVersion(CompatibilityMatrix* other, std::string* error) { in addAvbMetaVersion() 298 bool CompatibilityMatrix::addVndk(CompatibilityMatrix* other, std::string* error) { in addVndk() 307 bool CompatibilityMatrix::addVendorNdk(CompatibilityMatrix* other, std::string* error) { in addVendorNdk() 313 bool CompatibilityMatrix::addSystemSdk(CompatibilityMatrix* other, std::string* /* error */) { in addSystemSdk()
|
/aosp12/system/bt/service/common/bluetooth/ |
H A D | characteristic.cc | 20 Characteristic::Characteristic(const Characteristic& other) { in Characteristic() 28 Characteristic& Characteristic::operator=(const Characteristic& other) { in operator =()
|
H A D | descriptor.cc | 20 Descriptor::Descriptor(const Descriptor& other) { in Descriptor() 26 Descriptor& Descriptor::operator=(const Descriptor& other) { in operator =()
|
H A D | service.cc | 20 Service::Service(const Service& other) { in Service() 28 Service& Service::operator=(const Service& other) { in operator =()
|