Home
last modified time | relevance | path

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

123

/frameworks/base/include/utils/
DStrongPointer.h120 sp<T>::sp(T* other) in sp()
127 sp<T>::sp(const sp<T>& other) in sp()
134 sp<T>::sp(U* other) : m_ptr(other) in sp()
140 sp<T>::sp(const sp<U>& other) in sp()
190 void sp<T>::force_set(T* other) in force_set()
DRefBase.h295 wp<T>::wp(T* other) in wp()
302 wp<T>::wp(const wp<T>& other) in wp()
309 wp<T>::wp(const sp<T>& other) in wp()
318 wp<T>::wp(U* other) in wp()
325 wp<T>::wp(const wp<U>& other) in wp()
335 wp<T>::wp(const sp<U>& other) in wp()
420 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
DString16.h164 inline int String16::compare(const String16& other) const in compare()
DString8.h309 inline int String8::compare(const String8& other) const in compare()
/frameworks/base/core/java/android/os/
DWorkSource.java84 public boolean diff(WorkSource other) { in diff()
104 public void set(WorkSource other) { in set()
129 public WorkSource[] setReturningDiffs(WorkSource other) { in setReturningDiffs()
150 public boolean add(WorkSource other) { in add()
157 public WorkSource addReturningNewbs(WorkSource other) { in addReturningNewbs()
183 public boolean remove(WorkSource other) { in remove()
205 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateLocked()
/frameworks/base/libs/utils/
DString8.cpp221 void String8::setTo(const String8& other) in setTo()
228 status_t String8::setTo(const char* other) in setTo()
239 status_t String8::setTo(const char* other, size_t len) in setTo()
250 status_t String8::setTo(const char16_t* other, size_t len) in setTo()
261 status_t String8::setTo(const char32_t* other, size_t len) in setTo()
272 status_t String8::append(const String8& other) in append()
285 status_t String8::append(const char* other) in append()
290 status_t String8::append(const char* other, size_t otherLen) in append()
328 status_t String8::real_append(const char* other, size_t otherLen) in real_append()
379 ssize_t String8::find(const char* other, size_t start) const in find() argument
DString16.cpp161 void String16::setTo(const String16& other) in setTo()
168 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo()
189 status_t String16::setTo(const char16_t* other) in setTo()
194 status_t String16::setTo(const char16_t* other, size_t len) in setTo()
208 status_t String16::append(const String16& other) in append()
/frameworks/base/services/input/
DInputListener.cpp34 const NotifyConfigurationChangedArgs& other) : in NotifyConfigurationChangedArgs()
54 NotifyKeyArgs::NotifyKeyArgs(const NotifyKeyArgs& other) : in NotifyKeyArgs()
85 NotifyMotionArgs::NotifyMotionArgs(const NotifyMotionArgs& other) : in NotifyMotionArgs()
111 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) : in NotifySwitchArgs()
127 NotifyDeviceResetArgs::NotifyDeviceResetArgs(const NotifyDeviceResetArgs& other) : in NotifyDeviceResetArgs()
/frameworks/base/core/java/android/content/
DSyncOperation.java76 SyncOperation(SyncOperation other) { in SyncOperation() method in SyncOperation
146 SyncOperation other = (SyncOperation)o; in compareTo() local
DPeriodicSync.java77 final PeriodicSync other = (PeriodicSync) o; in equals() local
DComponentName.java189 ComponentName other = (ComponentName)obj; in equals() local
/frameworks/base/core/java/android/content/pm/
DManifestDigest.java70 final ManifestDigest other = (ManifestDigest) o; in equals() local
DSignature.java161 Signature other = (Signature)obj; in equals() local
DVerifierDeviceIdentity.java194 public boolean equals(Object other) { in equals()
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
DCommandDetails.java43 public boolean compareTo(CommandDetails other) { in compareTo()
/frameworks/base/core/java/android/view/
DInputChannel.java54 private native void nativeTransferTo(InputChannel other); in nativeTransferTo()
DViewTreeObserver.java193 InternalInsetsInfo other = (InternalInsetsInfo)o; in equals() local
209 void set(InternalInsetsInfo other) { in set()
/frameworks/base/core/java/android/net/
DNetworkPolicy.java108 final NetworkPolicy other = (NetworkPolicy) obj; in equals() local
DNetworkTemplate.java147 final NetworkTemplate other = (NetworkTemplate) obj; in equals() local
/frameworks/base/opengl/libagl/
DTokenizer.cpp32 Tokenizer::Tokenizer(const Tokenizer& other) in Tokenizer()
/frameworks/base/core/java/android/text/util/
DRfc822Token.java192 Rfc822Token other = (Rfc822Token) o; in equals() local
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestGrouping.java96 TestGrouping other = (TestGrouping) o; in equals() local
/frameworks/base/core/java/android/preference/
DPreferenceGroupAdapter.java96 public int compareTo(PreferenceLayout other) { in compareTo()
/frameworks/base/libs/ui/
DInput.cpp365 void PointerCoords::copyFrom(const PointerCoords& other) { in copyFrom()
381 void PointerProperties::copyFrom(const PointerProperties& other) { in copyFrom()
424 void MotionEvent::copyFrom(const MotionEvent* other, bool keepHistory) { in copyFrom()
1180 InputDeviceInfo::InputDeviceInfo(const InputDeviceInfo& other) : in InputDeviceInfo()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java950 private void init(AccessibilityNodeInfo other) { in init()
1067 AccessibilityNodeInfo other = (AccessibilityNodeInfo) object; in equals() local

123