Home
last modified time | relevance | path

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

12345

/frameworks/native/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.h296 wp<T>::wp(T* other) in wp()
303 wp<T>::wp(const wp<T>& other) in wp()
310 wp<T>::wp(const sp<T>& other) in wp()
319 wp<T>::wp(U* other) in wp()
326 wp<T>::wp(const wp<U>& other) in wp()
336 wp<T>::wp(const sp<U>& other) in wp()
421 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
DString16.h169 inline int String16::compare(const String16& other) const in compare()
DString8.h314 inline int String8::compare(const String8& other) const in compare()
/frameworks/base/core/java/android/os/
DWorkSource.java102 public boolean diff(WorkSource other) { in diff()
122 public void set(WorkSource other) { in set()
147 public WorkSource[] setReturningDiffs(WorkSource other) { in setReturningDiffs()
168 public boolean add(WorkSource other) { in add()
175 public WorkSource addReturningNewbs(WorkSource other) { in addReturningNewbs()
201 public boolean remove(WorkSource other) { in remove()
223 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateLocked()
/frameworks/base/services/java/com/android/server/power/
DDisplayPowerRequest.java74 public DisplayPowerRequest(DisplayPowerRequest other) { in DisplayPowerRequest() method in DisplayPowerRequest
78 public void copyFrom(DisplayPowerRequest other) { in copyFrom()
93 public boolean equals(DisplayPowerRequest other) { in equals()
/frameworks/native/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()
112 NotifySwitchArgs::NotifySwitchArgs(const NotifySwitchArgs& other) : in NotifySwitchArgs()
128 NotifyDeviceResetArgs::NotifyDeviceResetArgs(const NotifyDeviceResetArgs& other) : in NotifyDeviceResetArgs()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabaseConfiguration.java118 public SQLiteDatabaseConfiguration(SQLiteDatabaseConfiguration other) { in SQLiteDatabaseConfiguration() method in SQLiteDatabaseConfiguration
134 public void updateParametersFrom(SQLiteDatabaseConfiguration other) { in updateParametersFrom()
/frameworks/base/core/java/android/hardware/display/
DWifiDisplay.java103 public boolean equals(WifiDisplay other) { in equals()
115 public boolean hasSameAddress(WifiDisplay other) { in hasSameAddress()
/frameworks/compile/mclinker/unittests/
DNamePoolTest.cpp77 ResolveInfo::Visibility other = ResolveInfo::Default; in TEST_F() local
128 ResolveInfo::Visibility other = ResolveInfo::Default; in TEST_F() local
186 uint8_t other = 0; in TEST_F() local
219 uint8_t other = 0; in TEST_F() local
/frameworks/base/core/java/android/view/
DDisplayInfo.java171 public DisplayInfo(DisplayInfo other) { in DisplayInfo() method in DisplayInfo
184 public boolean equals(DisplayInfo other) { in equals()
211 public void copyFrom(DisplayInfo other) { in copyFrom()
DSurface.java276 private native void nativeCopyFrom(Surface other); in nativeCopyFrom()
277 private native void nativeTransferFrom(Surface other); in nativeTransferFrom()
691 public void copyFrom(Surface other) { in copyFrom()
708 public void transferFrom(Surface other) { in transferFrom()
783 public PhysicalDisplayInfo(PhysicalDisplayInfo other) { in PhysicalDisplayInfo() method in Surface.PhysicalDisplayInfo
792 public boolean equals(PhysicalDisplayInfo other) { in equals()
808 public void copyFrom(PhysicalDisplayInfo other) { in copyFrom()
/frameworks/base/services/java/com/android/server/display/
DDisplayDeviceInfo.java166 public boolean equals(DisplayDeviceInfo other) { in equals()
187 public void copyFrom(DisplayDeviceInfo other) { in copyFrom()
/frameworks/base/core/java/android/util/
DDisplayMetrics.java234 public boolean equals(DisplayMetrics other) { in equals()
249 public boolean equalsPhysical(DisplayMetrics other) { in equalsPhysical()
/frameworks/av/services/camera/libcameraservice/camera2/
DCameraMetadata.cpp35 CameraMetadata::CameraMetadata(const CameraMetadata &other) { in CameraMetadata()
39 CameraMetadata &CameraMetadata::operator=(const CameraMetadata &other) { in operator =()
74 void CameraMetadata::acquire(CameraMetadata &other) { in acquire()
78 status_t CameraMetadata::append(const CameraMetadata &other) { in append()
/frameworks/native/libs/utils/tests/
DVector_test.cpp41 Vector<int> other; in TEST_F() local
/frameworks/base/core/java/android/content/
DSyncOperation.java78 SyncOperation(SyncOperation other) { in SyncOperation() method in SyncOperation
159 SyncOperation other = (SyncOperation)o; in compareTo() local
DPeriodicSync.java77 final PeriodicSync other = (PeriodicSync) o; in equals() local
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dsparse_weight_vector.h45 explicit SparseWeightVector(const SparseWeightVector<Key, Hash> &other) { in SparseWeightVector()
51 void CopyFrom(const SparseWeightVector<Key, Hash> &other) { in CopyFrom()
Dlearning_rate_controller-inl.h109 void CopyFrom(const LearningRateController &other) { in CopyFrom()
/frameworks/base/core/java/android/content/pm/
DPackageCleanItem.java41 PackageCleanItem other = (PackageCleanItem)obj; in equals() local
DManifestDigest.java86 final ManifestDigest other = (ManifestDigest) o; in equals() local
/frameworks/compile/mclinker/include/mcld/LD/
DLDSymbol.h76 uint8_t other() const { in other() function

12345