Home
last modified time | relevance | path

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

12345678910>>...26

/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.java251 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/
DCellSignalStateTest.kt35 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/
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/native/include/ftl/
Dsmall_vector.h110 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()
Dstatic_vector.h124 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/
DMtpStringBuffer.h62 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/
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.h92 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/
DBaseAppStateTimeEvents.java36 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/
DResourceValues.cpp82 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/
Dunique_file.cpp35 UniqueFile::UniqueFile(UniqueFile&& other) { in UniqueFile() function in android::installd::UniqueFile
43 UniqueFile& UniqueFile::operator=(UniqueFile&& other) { in operator =()
/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/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()
Dchannel_handle.h53 ChannelHandle(ChannelHandle&& other) noexcept : ChannelHandleBase{other.value_} { in ChannelHandle() function
77 ChannelHandle(ChannelHandle&& other) noexcept in ChannelHandle() function
/frameworks/native/libs/ftl/
Dsmall_vector_test.cpp150 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/
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()
/frameworks/base/core/jni/
Dandroid_media_JNIUtils.h78 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/
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
/frameworks/base/core/java/android/view/
DMagnificationSpec.java64 public void setTo(MagnificationSpec other) { in setTo()
83 public boolean equals(@Nullable Object other) { in equals()
/frameworks/base/core/java/android/hardware/devicestate/
DDeviceStateInfo.java95 public boolean equals(@Nullable Object other) { in equals()
113 public int diff(@NonNull DeviceStateInfo other) { in diff()
/frameworks/av/camera/
DCameraMetadata.cpp45 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()

12345678910>>...26