Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/frameworks/rs/cpp/util/
DStrongPointer.h122 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()
DRefBase.h297 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/
DCellSignalStateTest.kt35 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/
DWorkSource.java252 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/
DFps.h43 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/
DSize.java105 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/
DMtpStringBuffer.h60 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/
DAppLaunchEvent.java64 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()
DActivityInfo.java60 public boolean equals(Object other) { in equals()
69 private boolean equals(ActivityInfo other) { in equals()
DSystemServiceEvent.java69 public boolean equals(Object other) { in equals()
78 private boolean equals(SystemServiceEvent other) { in equals()
DRequestId.java83 public boolean equals(Object other) { in equals()
92 private boolean equals(RequestId other) { in equals()
DTaskResult.java79 public boolean equals(Object other) { in equals()
88 private boolean equals(TaskResult other) { in equals()
DDexOptEvent.java71 public boolean equals(Object other) { in equals()
80 private boolean equals(DexOptEvent other) { in equals()
DActivityHintEvent.java96 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/
DIpRange.java184 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/
DPatchPanel.h93 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/
DLayerMetadata.cpp37 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/
Dunique_file.cpp35 UniqueFile::UniqueFile(UniqueFile&& other) { in UniqueFile() function in android::installd::UniqueFile
43 UniqueFile& UniqueFile::operator=(UniqueFile&& other) { in operator =()
/frameworks/base/tools/aapt2/
DResourceValues.cpp81 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/
DInputListener.cpp40 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/
Dacquired_buffer.cpp34 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/
DLegacyPermissionState.java50 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/
Dstatus.h47 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/
Dpose.h41 void ComposeInPlace(const Pose& other) { in ComposeInPlace()
47 Pose Compose(const Pose& other) const { in Compose()
/frameworks/base/libs/hwui/utils/
DLinearAllocator.h162 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()

12345678910>>...24