| /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/core/java/android/os/ |
| D | WorkSource.java | 251 WorkSource other = (WorkSource) o; in equals() local 293 public boolean diff(WorkSource other) { in diff() 318 public void set(WorkSource other) { in set() 393 public WorkSource[] setReturningDiffs(WorkSource other) { in setReturningDiffs() 414 public boolean add(WorkSource other) { in add() 461 public WorkSource addReturningNewbs(WorkSource other) { in addReturningNewbs() 520 public boolean remove(WorkSource other) { in remove() 592 public void transferWorkChains(WorkSource other) { in transferWorkChains() 609 private boolean removeUids(WorkSource other) { in removeUids() 641 private boolean removeUidsAndNames(WorkSource other) { in removeUidsAndNames() [all …]
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/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/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/native/include/ftl/ |
| D | small_vector.h | 110 SmallVector(SmallVector<U, M> other) : vector_(convert(std::move(other))) {} in SmallVector() 112 void swap(SmallVector& other) { vector_.swap(other.vector_); } in swap() 251 static std::variant<Static, Dynamic> convert(SmallVector<U, M>&& other) { in convert() 331 SmallVector(SmallVector<U, M> other) : Impl(convert(std::move(other))) {} in SmallVector() 339 void swap(SmallVector& other) { Impl::swap(other); } in swap() 402 static Impl convert(SmallVector<U, M>&& other) { in convert()
|
| D | static_vector.h | 124 StaticVector(const StaticVector& other) in StaticVector() 127 StaticVector(StaticVector&& other) { swap<true>(other); } in StaticVector() function 131 StaticVector(const StaticVector<U, M>& other) in StaticVector() 161 StaticVector(StaticVector<U, M>&& other) { in StaticVector() 390 void StaticVector<T, N>::swap(StaticVector& other) { in swap()
|
| /frameworks/av/media/mtp/ |
| D | MtpStringBuffer.h | 62 inline void MtpStringBuffer::append(const char* other) { in append() 66 inline void MtpStringBuffer::append(MtpStringBuffer &other) { in append()
|
| /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 | 92 Endpoint(Endpoint&& other) noexcept { swap(other); } in Endpoint() function 141 void swap(Endpoint &other) noexcept { in swap() 168 Patch(const Patch& other) noexcept { in Patch() 176 Patch(Patch&& other) noexcept { swap(other); } in Patch() function 182 void swap(Patch &other) noexcept { in swap()
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | BaseAppStateTimeEvents.java | 36 BaseAppStateTimeEvents(@NonNull BaseAppStateTimeEvents other) { in BaseAppStateTimeEvents() 112 BaseTimeEvent(BaseTimeEvent other) { in BaseTimeEvent() method in BaseAppStateTimeEvents.BaseTimeEvent 130 public boolean equals(Object other) { in equals()
|
| /frameworks/base/tools/aapt2/ |
| D | ResourceValues.cpp | 82 const RawString* other = ValueCast<RawString>(value); in Equals() local 111 const Reference* other = ValueCast<Reference>(value); in Equals() local 232 const String* other = ValueCast<String>(value); in Equals() local 280 const StyledString* other = ValueCast<StyledString>(value); in Equals() local 324 const FileReference* other = ValueCast<FileReference>(value); in Equals() local 367 const BinaryPrimitive* other = ValueCast<BinaryPrimitive>(value); in Equals() local 511 const Attribute* other = ValueCast<Attribute>(value); in Equals() local 838 const Style* other = ValueCast<Style>(value); in Equals() local 885 void Style::MergeWith(Style* other, android::StringPool* pool) { in MergeWith() 938 const Array* other = ValueCast<Array>(value); in Equals() local [all …]
|
| /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/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/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()
|
| D | channel_handle.h | 53 ChannelHandle(ChannelHandle&& other) noexcept : ChannelHandleBase{other.value_} { in ChannelHandle() function 77 ChannelHandle(ChannelHandle&& other) noexcept in ChannelHandle() function
|
| /frameworks/native/libs/ftl/ |
| D | small_vector_test.cpp | 150 const SmallVector<std::string, 2> other = {"tiramisu"s}; in TEST() local 162 const SmallVector other = {"tiramisu"s}; in TEST() local 174 const SmallVector other = {"tiramisu"s}; in TEST() local 186 const SmallVector<std::string, 0> other = {"tiramisu"s}; in TEST() local 202 SmallVector<std::string, 2> other = {"tiramisu"s}; in TEST() local 216 SmallVector other = {"tiramisu"s}; in TEST() local 230 SmallVector other = {"tiramisu"s}; in TEST() local 244 SmallVector<std::string, 0> other = {"tiramisu"s}; in TEST() local
|
| /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()
|
| /frameworks/base/core/jni/ |
| D | android_media_JNIUtils.h | 78 GlobalRef(const GlobalRef& other) : GlobalRef(other.mGlobalRef) {} in GlobalRef() 80 GlobalRef(GlobalRef&& other) : mGlobalRef(other.mGlobalRef) { other.mGlobalRef = nullptr; } in GlobalRef() function
|
| /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/compile/mclinker/unittests/ |
| D | NamePoolTest.cpp | 71 ResolveInfo::Visibility other = ResolveInfo::Default; in TEST_F() local 108 ResolveInfo::Visibility other = ResolveInfo::Default; in TEST_F() local 150 uint8_t other = 0; in TEST_F() local 176 uint8_t other = 0; in TEST_F() local
|
| /frameworks/base/core/java/android/view/ |
| D | MagnificationSpec.java | 64 public void setTo(MagnificationSpec other) { in setTo() 83 public boolean equals(@Nullable Object other) { in equals()
|
| /frameworks/base/core/java/android/hardware/devicestate/ |
| D | DeviceStateInfo.java | 95 public boolean equals(@Nullable Object other) { in equals() 113 public int diff(@NonNull DeviceStateInfo other) { in diff()
|
| /frameworks/av/camera/ |
| D | CameraMetadata.cpp | 45 CameraMetadata::CameraMetadata(const CameraMetadata &other) : in CameraMetadata() 50 CameraMetadata::CameraMetadata(CameraMetadata &&other) :mBuffer(NULL), mLocked(false) { in CameraMetadata() function in android::CameraMetadata 54 CameraMetadata &CameraMetadata::operator=(CameraMetadata &&other) { in operator =() 64 CameraMetadata &CameraMetadata::operator=(const CameraMetadata &other) { in operator =() 140 void CameraMetadata::acquire(CameraMetadata &other) { in acquire() 148 status_t CameraMetadata::append(const CameraMetadata &other) { in append() 152 status_t CameraMetadata::append(const camera_metadata_t* other) { in append() 773 void CameraMetadata::swap(CameraMetadata& other) { in swap()
|