/frameworks/rs/cpp/util/ |
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()
|
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()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/carrier/ |
D | CellSignalStateTest.kt | 35 val other = c.changeVisibility(c.visible) in testChangeVisibility_sameObject() constant 44 val other = c.changeVisibility(!c.visible) in testChangeVisibility_otherObject() constant
|
/frameworks/base/core/java/android/os/ |
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 …]
|
/frameworks/native/services/surfaceflinger/ |
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()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
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
|
/frameworks/av/media/mtp/ |
D | MtpStringBuffer.h | 60 inline void MtpStringBuffer::append(const char* other) { in append() 64 inline void MtpStringBuffer::append(MtpStringBuffer &other) { in append()
|
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
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()
|
D | ActivityInfo.java | 60 public boolean equals(Object other) { in equals() 69 private boolean equals(ActivityInfo other) { in equals()
|
D | SystemServiceEvent.java | 69 public boolean equals(Object other) { in equals() 78 private boolean equals(SystemServiceEvent other) { in equals()
|
D | RequestId.java | 83 public boolean equals(Object other) { in equals() 92 private boolean equals(RequestId other) { in equals()
|
D | TaskResult.java | 79 public boolean equals(Object other) { in equals() 88 private boolean equals(TaskResult other) { in equals()
|
D | DexOptEvent.java | 71 public boolean equals(Object other) { in equals() 80 private boolean equals(DexOptEvent other) { in equals()
|
D | ActivityHintEvent.java | 96 public boolean equals(Object other) { in equals() 105 private boolean equals(ActivityHintEvent other) { in equals()
|
/frameworks/libs/net/common/framework/com/android/net/module/util/ |
D | IpRange.java | 184 public boolean containsRange(IpRange other) { in containsRange() 196 public boolean overlapsRange(IpRange other) { in overlapsRange() 212 final IpRange other = (IpRange) obj; in equals() local
|
/frameworks/av/services/audioflinger/ |
D | PatchPanel.h | 93 Endpoint(Endpoint&& other) noexcept { swap(other); } in Endpoint() function 142 void swap(Endpoint &other) noexcept { in swap() 169 Patch(const Patch& other) noexcept { in Patch() 177 Patch(Patch&& other) noexcept { swap(other); } in Patch() function 183 void swap(Patch &other) noexcept { in swap()
|
/frameworks/native/libs/gui/ |
D | LayerMetadata.cpp | 37 bool LayerMetadata::merge(const LayerMetadata& other, bool eraseEmpty) { in merge() 86 LayerMetadata& LayerMetadata::operator=(const LayerMetadata& other) { in operator =() 91 LayerMetadata& LayerMetadata::operator=(LayerMetadata&& other) { in operator =()
|
/frameworks/native/cmds/installd/ |
D | unique_file.cpp | 35 UniqueFile::UniqueFile(UniqueFile&& other) { in UniqueFile() function in android::installd::UniqueFile 43 UniqueFile& UniqueFile::operator=(UniqueFile&& other) { in operator =()
|
/frameworks/base/tools/aapt2/ |
D | ResourceValues.cpp | 81 const RawString* other = ValueCast<RawString>(value); in Equals() local 110 const Reference* other = ValueCast<Reference>(value); in Equals() local 231 const String* other = ValueCast<String>(value); in Equals() local 279 const StyledString* other = ValueCast<StyledString>(value); in Equals() local 323 const FileReference* other = ValueCast<FileReference>(value); in Equals() local 366 const BinaryPrimitive* other = ValueCast<BinaryPrimitive>(value); in Equals() local 510 const Attribute* other = ValueCast<Attribute>(value); in Equals() local 837 const Style* other = ValueCast<Style>(value); in Equals() local 884 void Style::MergeWith(Style* other, StringPool* pool) { in MergeWith() 937 const Array* other = ValueCast<Array>(value); in Equals() local [all …]
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 40 const NotifyConfigurationChangedArgs& other) in NotifyConfigurationChangedArgs() 70 NotifyKeyArgs::NotifyKeyArgs(const NotifyKeyArgs& other) in NotifyKeyArgs() 132 NotifyMotionArgs::NotifyMotionArgs(const NotifyMotionArgs& other) in NotifyMotionArgs() 204 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) in NotifySwitchArgs() 234 NotifySensorArgs::NotifySensorArgs(const NotifySensorArgs& other) in NotifySensorArgs() 260 NotifyVibratorStateArgs::NotifyVibratorStateArgs(const NotifyVibratorStateArgs& other) in NotifyVibratorStateArgs() 277 NotifyDeviceResetArgs::NotifyDeviceResetArgs(const NotifyDeviceResetArgs& other) in NotifyDeviceResetArgs() 295 const NotifyPointerCaptureChangedArgs& other) in NotifyPointerCaptureChangedArgs()
|
/frameworks/native/libs/vr/libvrflinger/ |
D | acquired_buffer.cpp | 34 AcquiredBuffer::AcquiredBuffer(AcquiredBuffer&& other) noexcept { in AcquiredBuffer() function in android::dvr::AcquiredBuffer 40 AcquiredBuffer& AcquiredBuffer::operator=(AcquiredBuffer&& other) noexcept { in operator =()
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | LegacyPermissionState.java | 50 public void copyFrom(@NonNull LegacyPermissionState other) { in copyFrom() 90 final LegacyPermissionState other = (LegacyPermissionState) object; in equals() local 228 public UserState(@NonNull UserState other) { in UserState() 279 private PermissionState(@NonNull PermissionState other) { in PermissionState()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | status.h | 47 Status(Status&& other) noexcept in Status() function 77 bool PropagateError(const Status<U>& other) { in PropagateError() 147 bool PropagateError(const Status<U>& other) { in PropagateError()
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | pose.h | 41 void ComposeInPlace(const Pose& other) { in ComposeInPlace() 47 Pose Compose(const Pose& other) const { in Compose()
|
/frameworks/base/libs/hwui/utils/ |
D | LinearAllocator.h | 162 LinearStdAllocator(const LinearStdAllocator& other) : linearAllocator(other.linearAllocator) {} in LinearStdAllocator() 168 typedef LinearStdAllocator<U> other; typedef 172 LinearStdAllocator(const LinearStdAllocator<U>& other) // NOLINT(google-explicit-constructor) in LinearStdAllocator()
|