Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DSpannableStringTest.java227 SpannableString copied = new SpannableString(original); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() local
228 AlignmentSpan.Standard[] copiedSpans = copied.getSpans(0, copied.length(), in testCopyConstructorDoesNotEnforceParagraphStyleConstraint()
236 copied = new SpannableString(transformed); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint()
237 copiedSpans = copied.getSpans(0, copied.length(), AlignmentSpan.Standard.class); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint()
DSpannableStringBuilderSpanTest.java599 SpannableStringBuilder copied = new SpannableStringBuilder(original); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() local
600 AlignmentSpan.Standard[] copiedSpans = copied.getSpans(0, copied.length(), in testCopyConstructorDoesNotEnforceParagraphStyleConstraint()
608 copied = new SpannableStringBuilder(transformed); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint()
609 copiedSpans = copied.getSpans(0, copied.length(), AlignmentSpan.Standard.class); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint()
/cts/tests/tests/media/libaudiojni/
Daudio-record-native.cpp304 size_t copied; in read() local
325 copied = osize - size; in read()
327 return copied; in read()
336 copied += blob->mOffset; in read()
338 return copied; in read()
/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java149 ByteBuffer copied = ByteBuffer.allocate(sampleSize); in doDecode() local
150 copied.put(tmpBuf); in doDecode()
156 mSamplesInMemory.addLast(Pair.create(copied, presentationOffset)); in doDecode()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1004 ByteBuffer copied = ByteBuffer.allocate(l); in dequeueOutputBufferEncoder() local
1005 output.get(copied.array(), 0, l); in dequeueOutputBufferEncoder()
1008 mEncodedOutputBuffer.addLast(Pair.create(copied, savedInfo)); in dequeueOutputBufferEncoder()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...