Searched defs:copied (Results 1 – 10 of 10) 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/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/tests/coretests/src/android/service/euicc/ |
D | EuiccProfileInfoTest.java | 150 EuiccProfileInfo copied = new EuiccProfileInfo.Builder(p).build(); in testBuilder_BasedOnAnotherProfile() 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 | 1229 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/ |
D | AccessorImpl.cpp | 778 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/ |
D | arena_unittest.cc | 270 TestAllTypes copied; in TEST() local
|