HomeSort by relevance Sort by last modified time
    Searched full:copy (Results 276 - 300 of 42406) sorted by null

<<11121314151617181920>>

  /dalvik/dx/tests/108-string-annotation/
Fizmo.java 6 * You may obtain a copy of the License at
Frotz.java 6 * You may obtain a copy of the License at
  /dalvik/libcore/nio/src/main/java/java/nio/
ReadWriteCharArrayBuffer.java 7 * the License. You may obtain a copy of the License at
33 static ReadWriteCharArrayBuffer copy(CharArrayBuffer other, int markOfOther) { method in class:ReadWriteCharArrayBuffer
56 return ReadOnlyCharArrayBuffer.copy(this, mark);
71 return copy(this, mark);
ReadWriteDoubleArrayBuffer.java 7 * the License. You may obtain a copy of the License at
34 static ReadWriteDoubleArrayBuffer copy(DoubleArrayBuffer other, method in class:ReadWriteDoubleArrayBuffer
59 return ReadOnlyDoubleArrayBuffer.copy(this, mark);
74 return copy(this, mark);
ReadWriteFloatArrayBuffer.java 7 * the License. You may obtain a copy of the License at
34 static ReadWriteFloatArrayBuffer copy(FloatArrayBuffer other, method in class:ReadWriteFloatArrayBuffer
59 return ReadOnlyFloatArrayBuffer.copy(this, mark);
74 return copy(this, mark);
ReadWriteIntArrayBuffer.java 7 * the License. You may obtain a copy of the License at
33 static ReadWriteIntArrayBuffer copy(IntArrayBuffer other, int markOfOther) { method in class:ReadWriteIntArrayBuffer
56 return ReadOnlyIntArrayBuffer.copy(this, mark);
71 return copy(this, mark);
ReadWriteLongArrayBuffer.java 7 * the License. You may obtain a copy of the License at
33 static ReadWriteLongArrayBuffer copy(LongArrayBuffer other, int markOfOther) { method in class:ReadWriteLongArrayBuffer
56 return ReadOnlyLongArrayBuffer.copy(this, mark);
71 return copy(this, mark);
ReadWriteShortArrayBuffer.java 7 * the License. You may obtain a copy of the License at
34 static ReadWriteShortArrayBuffer copy(ShortArrayBuffer other, method in class:ReadWriteShortArrayBuffer
59 return ReadOnlyShortArrayBuffer.copy(this, mark);
74 return copy(this, mark);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 8 * You may obtain a copy of the License at
38 * Implement xsl:copy-of.
40 * <!ELEMENT xsl:copy-of EMPTY>
41 * <!ATTLIST xsl:copy-of select %expr; #REQUIRED>
43 * @see <a href="http://www.w3.org/TR/xslt#copy-of">copy-of in XSLT Specification</a>
114 * The xsl:copy-of element can be used to insert a result tree
154 // Copy the tree.
163 // If we just copy the whole document, a startDoc and endDoc get
  /dalvik/tests/024-illegal-access/src/otherpkg/
Package.java 6 * You may obtain a copy of the License at
  /dalvik/tests/024-illegal-access/src2/otherpkg/
Package.java 6 * You may obtain a copy of the License at
  /dalvik/tests/042-new-instance/src/
MaybeAbstract.java 6 * You may obtain a copy of the License at
  /dalvik/tests/042-new-instance/src2/
MaybeAbstract.java 6 * You may obtain a copy of the License at
  /dalvik/tests/064-field-access/src/
Holder.java 6 * You may obtain a copy of the License at
  /dalvik/tests/064-field-access/src2/
Holder.java 6 * You may obtain a copy of the License at
  /dalvik/tests/068-classloader/src/
ICommon2.java 6 * You may obtain a copy of the License at
IfaceSuper.java 6 * You may obtain a copy of the License at
  /dalvik/tests/068-classloader/src-ex/
IfaceImpl.java 6 * You may obtain a copy of the License at
IfaceSub.java 6 * You may obtain a copy of the License at
  /dalvik/tests/073-mismatched-field/src/
IMain.java 6 * You may obtain a copy of the License at
SuperMain.java 6 * You may obtain a copy of the License at
  /dalvik/tests/073-mismatched-field/src2/
IMain.java 6 * You may obtain a copy of the License at
  /dalvik/tests/075-verification-error/src/
MaybeAbstract.java 6 * You may obtain a copy of the License at
  /dalvik/tests/075-verification-error/src/other/
InaccessibleMethod.java 6 * You may obtain a copy of the License at
  /dalvik/tests/075-verification-error/src2/
MaybeAbstract.java 6 * You may obtain a copy of the License at

Completed in 49 milliseconds

<<11121314151617181920>>