Home
last modified time | relevance | path

Searched defs:copied (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DSpannedStringNoCopyTest.java44 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
DSpannableStringNoCopyTest.java44 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/
DEuiccProfileInfoTest.java150 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/
DSkipCutBuffer.cpp87 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/
DFontCollectionTest.cpp207 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
DFontFamilyTest.cpp864 std::vector<std::shared_ptr<FontFamily>> copied = FontFamily::readVector(&reader); in TEST_F() local
/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceTest.java213 Typeface copied = copiedFontMap.get(key); in testSerialize() local
/frameworks/base/graphics/java/android/graphics/fonts/
DFontFileUtil.java191 ByteBuffer copied = buffer.slice(); in isCollectionFont() local
/frameworks/base/core/jni/
Deventlog_helper.h110 jsize copied = 0, num = env->GetArrayLength(value); in writeEventArray() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayView.java240 String copied = mContext.getString(R.string.clipboard_overlay_text_copied); in showDefaultTextPreview() local
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp145 Paint copied(paint); in drawGlyphs() local
/frameworks/native/vulkan/libvulkan/
Dapi.cpp1280 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateInstanceLayerProperties() local
1380 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateDeviceLayerProperties() local
/frameworks/av/media/module/bufferpool/2.0/
DAccessorImpl.cpp815 std::map<uint32_t, const std::weak_ptr<Accessor::Impl>> copied; in invalidatorThread() local
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp602 bool copied = false; in queueSecureInputBuffer() local