Home
last modified time | relevance | path

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

12345678910>>...19

/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/core/java/android/os/
DWorkSource.java214 WorkSource other = (WorkSource) o; in equals() local
256 public boolean diff(WorkSource other) { in diff()
281 public void set(WorkSource other) { in set()
364 public WorkSource[] setReturningDiffs(WorkSource other) { in setReturningDiffs()
385 public boolean add(WorkSource other) { in add()
416 public WorkSource addReturningNewbs(WorkSource other) { in addReturningNewbs()
475 public boolean remove(WorkSource other) { in remove()
544 public void transferWorkChains(WorkSource other) { in transferWorkChains()
561 private boolean removeUids(WorkSource other) { in removeUids()
593 private boolean removeUidsAndNames(WorkSource other) { in removeUidsAndNames()
[all …]
/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/base/startop/iorap/src/com/google/android/startop/iorap/
DAppLaunchEvent.java63 public boolean equals(Object other) { in equals()
70 protected boolean equals(AppLaunchEvent other) { in equals()
98 public boolean equals(Object other) { in equals()
130 public boolean equals(Object other) { in equals()
155 public boolean equals(Object other) { in equals()
193 public boolean equals(Object other) { in equals()
225 public boolean equals(Object other) { in equals()
243 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.java78 public boolean equals(Object other) { in equals()
87 private boolean equals(RequestId other) { in equals()
DTaskResult.java79 public boolean equals(Object other) { in equals()
88 private boolean equals(TaskResult other) { in equals()
DActivityHintEvent.java96 public boolean equals(Object other) { in equals()
105 private boolean equals(ActivityHintEvent other) { in equals()
/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/native/libs/gui/
DLayerState.cpp218 void DisplayState::merge(const DisplayState& other) { in merge()
240 void layer_state_t::merge(const layer_state_t& other) { in merge()
401 void InputWindowCommands::merge(const InputWindowCommands& other) { in merge()
DLayerMetadata.cpp34 bool LayerMetadata::merge(const LayerMetadata& other, bool eraseEmpty) { in merge()
83 LayerMetadata& LayerMetadata::operator=(const LayerMetadata& other) { in operator =()
88 LayerMetadata& LayerMetadata::operator=(LayerMetadata&& other) { in operator =()
/frameworks/av/services/audioflinger/
DPatchPanel.h91 Endpoint(Endpoint&& other) noexcept { swap(other); } in Endpoint() function
140 void swap(Endpoint &other) noexcept { in swap()
166 Patch(const Patch& other) noexcept { in Patch()
173 Patch(Patch&& other) noexcept { swap(other); } in Patch() function
179 void swap(Patch &other) noexcept { in swap()
/frameworks/libs/net/common/framework/android/net/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/base/core/java/android/view/
DMagnificationSpec.java65 public static MagnificationSpec obtain(MagnificationSpec other) { in obtain()
89 public void setTo(MagnificationSpec other) { in setTo()
109 public boolean equals(Object other) { in equals()
/frameworks/base/packages/Tethering/src/android/net/util/
DTetheringUtils.java72 public ForwardedStats(@NonNull ForwardedStats other) { in ForwardedStats()
81 public ForwardedStats add(@NonNull ForwardedStats other) { in add()
88 public ForwardedStats subtract(@NonNull ForwardedStats other) { in subtract()
/frameworks/base/tools/aapt2/
DResourceValues.cpp73 const RawString* other = ValueCast<RawString>(value); in Equals() local
109 const Reference* other = ValueCast<Reference>(value); in Equals() local
235 const String* other = ValueCast<String>(value); in Equals() local
291 const StyledString* other = ValueCast<StyledString>(value); in Equals() local
343 const FileReference* other = ValueCast<FileReference>(value); in Equals() local
395 const BinaryPrimitive* other = ValueCast<BinaryPrimitive>(value); in Equals() local
543 const Attribute* other = ValueCast<Attribute>(value); in Equals() local
874 const Style* other = ValueCast<Style>(value); in Equals() local
932 void Style::MergeWith(Style* other, StringPool* pool) { in MergeWith()
985 const Array* other = ValueCast<Array>(value); in Equals() local
[all …]
/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/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaTest.kt37 val other = LayoutInflater.from(mContext).inflate( in initFrom_doesntCrash() constant
/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/services/inputflinger/
DInputListener.cpp35 const NotifyConfigurationChangedArgs& other) : in NotifyConfigurationChangedArgs()
60 NotifyKeyArgs::NotifyKeyArgs(const NotifyKeyArgs& other) : in NotifyKeyArgs()
112 NotifyMotionArgs::NotifyMotionArgs(const NotifyMotionArgs& other) : in NotifyMotionArgs()
177 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) : in NotifySwitchArgs()
202 NotifyDeviceResetArgs::NotifyDeviceResetArgs(const NotifyDeviceResetArgs& other) : in NotifyDeviceResetArgs()
/frameworks/base/libs/hwui/utils/
DLinearAllocator.h161 LinearStdAllocator(const LinearStdAllocator& other) : linearAllocator(other.linearAllocator) {} in LinearStdAllocator()
167 typedef LinearStdAllocator<U> other; typedef
171 LinearStdAllocator(const LinearStdAllocator<U>& other) // NOLINT(google-explicit-constructor) in LinearStdAllocator()
/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/compile/mclinker/unittests/
DNamePoolTest.cpp71 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

12345678910>>...19