Searched defs:copied (Results 1 – 9 of 9) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | FontTest.cpp | 31 Font copied(font); in TEST() local 37 Font copied = font; in TEST() local
|
/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/av/media/codec2/sfplugin/ |
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/base/core/jni/ |
D | eventlog_helper.h | 110 jsize copied = 0, num = env->GetArrayLength(value); in writeEventArray() local
|
/frameworks/native/vulkan/libvulkan/ |
D | api.cpp | 1234 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateInstanceLayerProperties() local 1287 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateDeviceLayerProperties() local
|
/frameworks/av/media/bufferpool/2.0/ |
D | AccessorImpl.cpp | 791 std::map<uint32_t, const std::weak_ptr<Accessor::Impl>> copied; in invalidatorThread() local
|