/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannedStringNoCopyTest.java | 44 final SpannedString copied = new SpannedString(first); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local 58 final SpannedString copied = new SpannedString(first, true /* ignoreNoCopySpan */); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local 76 final SpannedString copied = new SpannedString(new CustomSpanned(first)); in testCopyConstructor_copyNoCopySpans_OtherSpannedImpl() local 90 final SpannedString copied = new SpannedString( in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannedImpl() local
|
D | SpannableStringNoCopyTest.java | 44 final SpannedString copied = new SpannedString(first); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local 58 final SpannedString copied = new SpannedString(first, true /* ignoreNoCopySpan */); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local 76 final SpannedString copied = new SpannedString(new CustomSpannable(first)); in testCopyConstructor_copyNoCopySpans_OtherSpannableImpl() local 90 final SpannedString copied = new SpannedString( in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannableImpl() local
|
/frameworks/base/core/tests/coretests/src/android/service/euicc/ |
D | EuiccProfileInfoTest.java | 150 EuiccProfileInfo copied = new EuiccProfileInfo.Builder(p).build(); in testBuilder_BasedOnAnotherProfile() local 174 EuiccProfileInfo copied = new EuiccProfileInfo.Builder(p).build(); in testBuilder_BasedOnAnotherProfileWithEmptyAccessRules() local
|
/frameworks/av/media/libstagefright/ |
D | SkipCutBuffer.cpp | 87 size_t copied = read(dst, buffer->size()); in submit() local 120 size_t copied = read(dst, buffer->capacity()); in submitInternal() local
|
/frameworks/minikin/tests/unittest/ |
D | FontCollectionTest.cpp | 207 auto copied = FontCollection::readVector(&reader); in TEST() local 227 auto copied = FontCollection::readVector(&reader); in TEST() local 241 auto copied = FontCollection::readVector(&reader); in TEST() local
|
D | FontFamilyTest.cpp | 925 std::vector<std::shared_ptr<FontFamily>> copied = FontFamily::readVector(&reader); in TEST_F() local
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | TypefaceTest.java | 213 Typeface copied = copiedFontMap.get(key); in testSerialize() local
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.cpp | 72 Paint copied(paint); in drawGlyphs() local 114 Paint copied(paint); in drawText() local
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | FontFileUtil.java | 195 ByteBuffer copied = buffer.slice(); in isCollectionFont() local
|
/frameworks/base/core/jni/ |
D | eventlog_helper.h | 110 jsize copied = 0, num = env->GetArrayLength(value); in writeEventArray() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardOverlayView.java | 298 String copied = mContext.getString(R.string.clipboard_overlay_text_copied); in showDefaultTextPreview() local
|
/frameworks/native/vulkan/libvulkan/ |
D | api.cpp | 1280 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateInstanceLayerProperties() local 1380 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateDeviceLayerProperties() local
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 790 bool copied = false; in queueSecureInputBuffer() local 963 bool copied = false; in queueSecureInputBuffers() local
|
/frameworks/av/media/module/bufferpool/2.0/ |
D | AccessorImpl.cpp | 831 std::map<uint32_t, const std::weak_ptr<Accessor::Impl>> copied; in invalidatorThread() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | PersistAtomsStorageTest.java | 5341 DataNetworkValidation copied = copyOf(mDataNetworkValidationLte1); in addDataNetworkValidation_tooManyEntries() local
|