/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
D | InputMethodInfoTest.java | 46 final InputMethodInfo clone = cloneViaParcel(imi); in testEqualsAndHashCode() local 58 final InputMethodInfo clone = cloneViaParcel(imi); in testBooleanAttributes_DefaultValues() local 69 final InputMethodInfo clone = cloneViaParcel(imi); in testSupportsSwitchingToNextInputMethod() local 80 final InputMethodInfo clone = cloneViaParcel(imi); in testIsVrOnly() local
|
/frameworks/base/core/tests/coretests/src/android/view/autofill/ |
D | AutofillIdTest.java | 41 final AutofillId clone = cloneThroughParcel(id); in testNonVirtual() local 55 final AutofillId clone = cloneThroughParcel(id); in testVirtual_int() local 74 final AutofillId clone = cloneThroughParcel(id); in testVirtual_long() local 92 final AutofillId clone = cloneThroughParcel(id); in testVirtual_parentObjectConstructor() local 109 final AutofillId clone = cloneThroughParcel(id); in testVirtual_withSession() local 300 AutofillId clone = AutofillId.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
|
/frameworks/base/core/tests/coretests/src/android/app/assist/ |
D | AssistStructureTest.java | 110 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_oneSmallView() local 130 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_manySmallViews() local 184 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_oneBigView() local 285 AssistStructure clone = AssistStructure.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
|
/frameworks/base/core/java/android/animation/ |
D | Keyframe.java | 257 public abstract Keyframe clone(); in clone() method in Keyframe 286 public ObjectKeyframe clone() { in clone() method in Keyframe.ObjectKeyframe 332 public IntKeyframe clone() { in clone() method in Keyframe.IntKeyframe 379 public FloatKeyframe clone() { in clone() method in Keyframe.FloatKeyframe
|
D | StateListAnimator.java | 136 public StateListAnimator clone() { in clone() method in StateListAnimator 138 StateListAnimator clone = (StateListAnimator) super.clone(); in clone() local 328 final StateListAnimator clone = mAnimator.clone(); in newInstance() local
|
D | PathKeyframes.java | 130 public Keyframes clone() { in clone() method in PathKeyframes 131 Keyframes clone = null; in clone() local
|
D | Keyframes.java | 62 Keyframes clone(); in clone() method
|
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | ContentCaptureEventTest.java | 163 final ContentCaptureEvent clone = cloneThroughParcel(event); in testSessionStarted_throughParcel() local 203 final ContentCaptureEvent clone = cloneThroughParcel(event); in testSessionFinished_throughParcel() local 232 final ContentCaptureEvent clone = cloneThroughParcel(event); in testContextUpdated_throughParcel() local 325 ContentCaptureEvent clone = ContentCaptureEvent.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | RemoteViewsTest.java | 84 RemoteViews clone = original.clone(); in clone_doesNotCopyBitmap() local 95 RemoteViews clone = original.clone(); in clone_originalCanStillBeApplied() local 104 RemoteViews clone = original.clone(); in clone_clones() local 120 RemoteViews clone = child.clone(); in clone_child_fails() local 137 RemoteViews clone = original.clone().clone(); in clone_chained() local
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFDynamic.h | 62 Entry* clone() const { return new Entry(); } in clone() function 93 Entry* clone() const { return new Entry(); } in clone() function
|
/frameworks/base/core/java/android/webkit/ |
D | WebHistoryItem.java | 76 protected abstract WebHistoryItem clone(); in clone() method in WebHistoryItem
|
D | WebBackForwardList.java | 63 protected abstract WebBackForwardList clone(); in clone() method in WebBackForwardList
|
D | WebSyncManager.java | 35 protected Object clone() throws CloneNotSupportedException { in clone() method in WebSyncManager
|
/frameworks/base/core/java/android/util/ |
D | LongSparseLongArray.java | 83 public LongSparseLongArray clone() { in clone() method in LongSparseLongArray 84 LongSparseLongArray clone = null; in clone() local
|
D | SparseLongArray.java | 76 public SparseLongArray clone() { in clone() method in SparseLongArray 77 SparseLongArray clone = null; in clone() local
|
D | SparseIntArray.java | 83 public SparseIntArray clone() { in clone() method in SparseIntArray 84 SparseIntArray clone = null; in clone() local
|
D | IntArray.java | 170 public IntArray clone() throws CloneNotSupportedException { in clone() method in IntArray 171 final IntArray clone = (IntArray) super.clone(); in clone() local
|
D | SparseBooleanArray.java | 75 public SparseBooleanArray clone() { in clone() method in SparseBooleanArray 76 SparseBooleanArray clone = null; in clone() local
|
D | LongArray.java | 157 public LongArray clone() { in clone() method in LongArray 158 LongArray clone = null; in clone() local
|
D | LongSparseArray.java | 87 public LongSparseArray<E> clone() { in clone() method in LongSparseArray 88 LongSparseArray<E> clone = null; in clone() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/ |
D | RegisterStatusBarResultTest.java | 87 private RegisterStatusBarResult clone(RegisterStatusBarResult original) { in clone() method in RegisterStatusBarResultTest
|
D | StatusBarIconTest.java | 60 private StatusBarIcon clone(StatusBarIcon original) { in clone() method in StatusBarIconTest
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
D | OvalShape.java | 48 public OvalShape clone() throws CloneNotSupportedException { in clone() method in OvalShape
|
/frameworks/base/core/java/android/gesture/ |
D | GesturePoint.java | 48 public Object clone() { in clone() method in GesturePoint
|
/frameworks/base/tools/aapt/ |
D | DirectoryWalker.h | 91 virtual DirectoryWalker* clone() { in clone() function
|