/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | ExtractedTextRequestTest.java | 84 final ExtractedTextRequest copied = cloneViaParcel(original); in testWriteToParcel() local 85 assertTestInstance(copied); in testWriteToParcel()
|
D | ExtractedTextTest.java | 135 final ExtractedText copied = cloneViaParcel(original); in testWriteToParcel() local 136 assertTestInstance(copied); in testWriteToParcel()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | SpannableStringTest.java | 229 SpannableString copied = new SpannableString(original); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() local 230 AlignmentSpan.Standard[] copiedSpans = copied.getSpans(0, copied.length(), in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() 238 copied = new SpannableString(transformed); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() 239 copiedSpans = copied.getSpans(0, copied.length(), AlignmentSpan.Standard.class); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint()
|
D | SpannableStringBuilderSpanTest.java | 600 SpannableStringBuilder copied = new SpannableStringBuilder(original); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() local 601 AlignmentSpan.Standard[] copiedSpans = copied.getSpans(0, copied.length(), in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() 609 copied = new SpannableStringBuilder(transformed); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint() 610 copiedSpans = copied.getSpans(0, copied.length(), AlignmentSpan.Standard.class); in testCopyConstructorDoesNotEnforceParagraphStyleConstraint()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewPrecomputedTextTest.java | 165 final TextPaint copied = new TextPaint((new TextView(getContext())).getPaint()); in hasVarFont() local 166 return copied.setFontVariationSettings("'wght' 400") in hasVarFont() 167 && copied.setFontVariationSettings("'wdth' 100"); in hasVarFont()
|
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/ |
D | EuiccProfileInfoTest.java | 173 EuiccProfileInfo copied = new EuiccProfileInfo.Builder(p).build(); in testBuilder_BasedOnAnotherProfile() local 175 assertEquals(p, copied); in testBuilder_BasedOnAnotherProfile() 176 assertEquals(p.hashCode(), copied.hashCode()); in testBuilder_BasedOnAnotherProfile()
|
/cts/tests/tests/media/audio/jni/ |
D | audio-record-native.cpp | 322 size_t copied; in read() local 344 copied = osize - size; in read() 346 return copied; in read() 355 copied += blob->mOffset; in read() 357 return copied; in read()
|
/cts/tests/tests/identity/ |
D | Android.bp | 50 // The comment below is not particularly accurate, but it's copied from other
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | VideoDecoderPerfTest.java | 272 ByteBuffer copied = ByteBuffer.allocate(sampleSize); in doDecode() local 273 copied.put(tmpBuf); in doDecode() 279 mSamplesInMemory.addLast(Pair.create(copied, presentationOffset)); in doDecode()
|
/cts/tests/tests/media/extractor/src/android/media/extractor/cts/ |
D | MediaExtractorTest.java | 605 int copied = 0; in readAt() local 620 copied += tocopy; in readAt() 628 if (copied == 0) { in readAt() 629 copied = -1; // signal end of file in readAt() 631 return copied; in readAt()
|
/cts/tests/tests/keystore/ |
D | Android.bp | 90 // The comment below is not particularly accurate, but it's copied from other
|
/cts/hostsidetests/gwp_asan/common/proto/ |
D | tombstone.proto | 10 // This file is deliberately copied so that older-built apps can guarantee
|
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/ |
D | ScopedStorageTestHelper.java | 515 long copied = FileUtils.copy(fileInputStream, outputStream); in createFileContent() local 517 return copied > 0; in createFileContent()
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 841 ByteBuffer copied = ByteBuffer.allocate(l); in dequeueOutputBufferEncoder() local 842 output.get(copied.array(), 0, l); in dequeueOutputBufferEncoder() 845 mEncodedOutputBuffer.addLast(Pair.create(copied, savedInfo)); in dequeueOutputBufferEncoder()
|