/cts/tools/dasm/src/java_cup/ |
D | terminal_set.java | 32 _elements = (BitSet)other._elements.clone(); in terminal_set() 104 BitSet copy_other = (BitSet)other._elements.clone(); in is_subset_of() 172 BitSet copy = (BitSet)_elements.clone(); in add() 192 BitSet copy = (BitSet)other._elements.clone(); in intersects()
|
D | symbol_set.java | 29 _all = (Hashtable)other._all.clone(); in symbol_set()
|
D | lalr_item_set.java | 39 _all = (Hashtable)other._all.clone(); in lalr_item_set()
|
D | parser.cup | 71 /** helper routine to clone a new production part adding a given label */
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | KeyframeTest.java | 78 Keyframe clone = keyFrame.clone(); in testClone() local 79 assertEquals(keyFrame.getFraction(), clone.getFraction()); in testClone()
|
D | AnimatorTest.java | 48 Animator animatorClone = mAnimator.clone(); in testClone()
|
D | ObjectAnimatorTest.java | 207 ObjectAnimator cloneAnimator = objAnimator.clone(); in testClone()
|
D | PropertyValuesHolderTest.java | 69 PropertyValuesHolder cloneHolder = pVHolder.clone(); in testClone()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimationSetTest.java | 375 final AnimationSet clone = animationSet.clone(); in testClone() local 376 clone.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE); in testClone() 378 final List<Animation> cloneChildren = clone.getAnimations(); in testClone() 408 protected AnimationSet clone() throws CloneNotSupportedException { in clone() method in AnimationSetTest.MyAnimationSet 409 return super.clone(); in clone()
|
D | AnimationTest.java | 636 Animation cloneAnimation = myAnimation.clone(); 659 protected Animation clone() throws CloneNotSupportedException { 660 return super.clone();
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
D | RoundRectShapeTest.java | 86 RoundRectShape clonedShape = roundRectShape.clone(); in testClone()
|
D | PathShapeTest.java | 93 PathShape clonedShape = pathShape.clone(); in testClone()
|
D | RectShapeTest.java | 69 RectShape clonedShape = rectShape.clone(); in testClone()
|
D | ShapeTest.java | 81 Shape clonedShape = shape.clone(); in testClone()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtilsTest.java | 696 char[] destResult = destOriginal.clone(); in testGetChars() 713 destResult = destOriginal.clone(); in testGetChars() 728 destResult = destOriginal.clone(); in testGetChars() 744 destResult = destOriginal.clone(); in testGetChars() 760 destResult = destOriginal.clone(); in testGetChars() 772 destResult = destOriginal.clone(); in testGetChars() 780 destResult = destOriginal.clone(); in testGetChars() 787 destResult = destOriginal.clone(); in testGetChars() 797 destResult = destOriginal.clone(); in testGetChars() 804 destResult = destOriginal.clone(); in testGetChars()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | JetPlayerTest.java | 168 mJetPlayer.clone(); in testClone()
|
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/ |
D | jquery.js | 143 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes; 311 var options, name, src, copy, copyIsArray, clone, 353 clone = src && jQuery.isArray(src) ? src : []; 356 clone = src && jQuery.isPlainObject(src) ? src : {}; 360 target[ name ] = jQuery.extend( deep, clone, copy ); 5690 var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true); 5820 clone: function( dataAndEvents, deepDataAndEvents ) { method 5825 return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); 5963 jQuery.clone( fragment, true, true ) : 6139 var elems = ( i > 0 ? this.clone(true) : this ).get(); [all …]
|
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/ |
D | crypto.js | 1159 var x = (this.s<0)?this.negate():this.clone(); 1160 var y = (a.s<0)?a.negate():a.clone(); 1200 var u = m.clone(), v = this.clone(); 1301 BigInteger.prototype.clone = bnClone; method in BigInteger
|
D | pdfjs.js | 2215 clone: function CanvasExtraState_clone() { 2432 this.current = old.clone();
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 89 Bundle cloneBundle = (Bundle) mBundle.clone(); in testClone()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 20 protected java.lang.Object clone() 4245 protected java.lang.Object clone() 5509 public static native int clone( 5632 public abstract java.lang.Object clone() 5860 public abstract java.lang.Object clone() 5923 public java.lang.Object clone() 6022 public java.lang.Object clone() 6125 public java.lang.Object clone() 6287 public java.lang.Object clone() 6555 protected final java.lang.Object clone() [all …]
|
D | classes.out.dex | 19769 public java.lang.Object clone() 55019 public java.lang.Object clone() 91836 protected java.lang.Object clone() 91908 protected java.lang.Object clone() 94267 protected android.webkit.WebBackForwardList clone() 94269 protected volatile java.lang.Object clone() 94392 protected android.webkit.WebHistoryItem clone() 94394 protected volatile java.lang.Object clone() 138618 public java.lang.Object clone() 144317 public java.lang.Object clone() [all …]
|
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentTest.java | 628 Intent actual = (Intent) mIntent.clone(); in testClone()
|