/frameworks/native/include/utils/ |
D | StrongPointer.h | 120 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()
|
D | RefBase.h | 296 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()
|
D | String16.h | 169 inline int String16::compare(const String16& other) const in compare()
|
D | String8.h | 314 inline int String8::compare(const String8& other) const in compare()
|
/frameworks/base/core/java/android/os/ |
D | WorkSource.java | 102 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/ |
D | DisplayPowerRequest.java | 74 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/ |
D | String8.cpp | 221 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
|
D | String16.cpp | 161 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/ |
D | InputListener.cpp | 34 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/ |
D | SQLiteDatabaseConfiguration.java | 118 public SQLiteDatabaseConfiguration(SQLiteDatabaseConfiguration other) { in SQLiteDatabaseConfiguration() method in SQLiteDatabaseConfiguration 134 public void updateParametersFrom(SQLiteDatabaseConfiguration other) { in updateParametersFrom()
|
/frameworks/base/core/java/android/hardware/display/ |
D | WifiDisplay.java | 103 public boolean equals(WifiDisplay other) { in equals() 115 public boolean hasSameAddress(WifiDisplay other) { in hasSameAddress()
|
/frameworks/compile/mclinker/unittests/ |
D | NamePoolTest.cpp | 77 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/ |
D | DisplayInfo.java | 171 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()
|
D | Surface.java | 276 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/ |
D | DisplayDeviceInfo.java | 166 public boolean equals(DisplayDeviceInfo other) { in equals() 187 public void copyFrom(DisplayDeviceInfo other) { in copyFrom()
|
/frameworks/base/core/java/android/util/ |
D | DisplayMetrics.java | 234 public boolean equals(DisplayMetrics other) { in equals() 249 public boolean equalsPhysical(DisplayMetrics other) { in equalsPhysical()
|
/frameworks/av/services/camera/libcameraservice/camera2/ |
D | CameraMetadata.cpp | 35 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/ |
D | Vector_test.cpp | 41 Vector<int> other; in TEST_F() local
|
/frameworks/base/core/java/android/content/ |
D | SyncOperation.java | 78 SyncOperation(SyncOperation other) { in SyncOperation() method in SyncOperation 159 SyncOperation other = (SyncOperation)o; in compareTo() local
|
D | PeriodicSync.java | 77 final PeriodicSync other = (PeriodicSync) o; in equals() local
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
D | sparse_weight_vector.h | 45 explicit SparseWeightVector(const SparseWeightVector<Key, Hash> &other) { in SparseWeightVector() 51 void CopyFrom(const SparseWeightVector<Key, Hash> &other) { in CopyFrom()
|
D | learning_rate_controller-inl.h | 109 void CopyFrom(const LearningRateController &other) { in CopyFrom()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageCleanItem.java | 41 PackageCleanItem other = (PackageCleanItem)obj; in equals() local
|
D | ManifestDigest.java | 86 final ManifestDigest other = (ManifestDigest) o; in equals() local
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDSymbol.h | 76 uint8_t other() const { in other() function
|