Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DFontTest.cpp31 Font copied(font); in TEST() local
37 Font copied = font; in TEST() local
/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/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/av/media/codec2/sfplugin/
DSkipCutBuffer.cpp87 size_t copied = read(dst, buffer->size()); in submit() local
120 size_t copied = read(dst, buffer->capacity()); in submitInternal() local
/frameworks/base/core/tests/coretests/src/android/service/euicc/
DEuiccProfileInfoTest.java150 EuiccProfileInfo copied = new EuiccProfileInfo.Builder(p).build(); in testBuilder_BasedOnAnotherProfile() local
/frameworks/base/core/jni/
Deventlog_helper.h110 jsize copied = 0, num = env->GetArrayLength(value); in writeEventArray() local
/frameworks/native/vulkan/libvulkan/
Dapi.cpp1229 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateInstanceLayerProperties() local
1282 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateDeviceLayerProperties() local
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.cpp778 std::map<uint32_t, const std::weak_ptr<Accessor::Impl>> copied; in invalidatorThread() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena_unittest.cc270 TestAllTypes copied; in TEST() local