Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/minikin/tests/unittest/
DFontTest.cpp31 Font copied(font); in TEST() local
32 EXPECT_EQ(font.typeface(), copied.typeface()); in TEST()
33 EXPECT_EQ(font.style(), copied.style()); in TEST()
34 EXPECT_EQ(font.baseFont(), copied.baseFont()); in TEST()
37 Font copied = font; in TEST() local
38 EXPECT_EQ(font.typeface(), copied.typeface()); in TEST()
39 EXPECT_EQ(font.style(), copied.style()); in TEST()
40 EXPECT_EQ(font.baseFont(), copied.baseFont()); in TEST()
/frameworks/base/core/tests/coretests/src/android/text/
DSpannedStringNoCopyTest.java44 final SpannedString copied = new SpannedString(first); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local
45 final Object[] spans = copied.getSpans(0, copied.length(), Object.class); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl()
58 final SpannedString copied = new SpannedString(first, true /* ignoreNoCopySpan */); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local
59 final Object[] spans = copied.getSpans(0, copied.length(), Object.class); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl()
76 final SpannedString copied = new SpannedString(new CustomSpanned(first)); in testCopyConstructor_copyNoCopySpans_OtherSpannedImpl() local
77 final Object[] spans = copied.getSpans(0, copied.length(), Object.class); in testCopyConstructor_copyNoCopySpans_OtherSpannedImpl()
90 final SpannedString copied = new SpannedString( in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannedImpl() local
92 final Object[] spans = copied.getSpans(0, copied.length(), Object.class); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannedImpl()
DSpannableStringNoCopyTest.java44 final SpannedString copied = new SpannedString(first); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local
45 final Object[] spans = copied.getSpans(0, copied.length(), Object.class); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl()
58 final SpannedString copied = new SpannedString(first, true /* ignoreNoCopySpan */); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local
59 final Object[] spans = copied.getSpans(0, copied.length(), Object.class); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl()
76 final SpannedString copied = new SpannedString(new CustomSpannable(first)); in testCopyConstructor_copyNoCopySpans_OtherSpannableImpl() local
77 final Object[] spans = copied.getSpans(0, copied.length(), Object.class); in testCopyConstructor_copyNoCopySpans_OtherSpannableImpl()
90 final SpannedString copied = new SpannedString( in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannableImpl() local
92 final Object[] spans = copied.getSpans(0, copied.length(), Object.class); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannableImpl()
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DRefactorClassAdapter.java77 boolean copied = false; in renameFrame()
83 if (!copied) { in renameFrame()
85 copied = true; in renameFrame()
/frameworks/av/media/libstagefright/
DSkipCutBuffer.cpp87 size_t copied = read(dst, buffer->size()); in submit() local
88 buffer->set_range(0, copied); in submit()
120 size_t copied = read(dst, buffer->capacity()); in submitInternal() local
121 buffer->setRange(0, copied); in submitInternal()
/frameworks/av/media/codec2/sfplugin/
DSkipCutBuffer.cpp87 size_t copied = read(dst, buffer->size()); in submit() local
88 buffer->set_range(0, copied); in submit()
120 size_t copied = read(dst, buffer->capacity()); in submitInternal() local
121 buffer->setRange(0, copied); in submitInternal()
/frameworks/base/core/jni/
Deventlog_helper.h110 jsize copied = 0, num = env->GetArrayLength(value); in writeEventArray() local
111 for (; copied < num && copied < 255; ++copied) { in writeEventArray()
113 ScopedLocalRef<jobject> item(env, env->GetObjectArrayElement(value, copied)); in writeEventArray()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBUnknownField.m88 GPBUnknownFieldSet *copied = [group copyWithZone:zone];
89 [result->mutableGroupList_ addObject:copied];
90 [copied release];
282 GPBUnknownFieldSet *copied = [group copy];
283 [mutableGroupList_ addObject:copied];
284 [copied release];
DGPBUnknownFieldSet.m91 GPBUnknownField *copied = [field copy];
92 [result addField:copied];
93 [copied release];
/frameworks/layoutlib/create/tests/mock_data/mock_android/data/
DdataFile1 A simple data file that should be copied to the output jar unchanged.
DanotherDataFile1 A simple data file that should *not* be copied to the output jar.
/frameworks/compile/slang/tests/F_struct_array_copy/
Dstderr.txt.expect1 struct_array_copy.rs:35:8: error: Arrays of RS object types within structures cannot be copied
/frameworks/base/core/tests/coretests/src/android/service/euicc/
DEuiccProfileInfoTest.java150 EuiccProfileInfo copied = new EuiccProfileInfo.Builder(p).build(); in testBuilder_BasedOnAnotherProfile() local
152 assertEquals(p, copied); in testBuilder_BasedOnAnotherProfile()
153 assertEquals(p.hashCode(), copied.hashCode()); in testBuilder_BasedOnAnotherProfile()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena_unittest.cc270 TestAllTypes copied; in TEST() local
271 copied.ParseFromString(arena_message->SerializeAsString()); in TEST()
272 TestUtil::ExpectAllFieldsSet(copied); in TEST()
278 copied.Clear(); in TEST()
279 copied.ParseFromString(arena_message->SerializeAsString()); in TEST()
280 EXPECT_TRUE(copied.has_optional_int32()); in TEST()
281 EXPECT_EQ(42, copied.optional_int32()); in TEST()
287 copied.Clear(); in TEST()
288 copied.ParseFromString(arena_message_2->SerializeAsString()); in TEST()
289 EXPECT_TRUE(copied.has_optional_int32()); in TEST()
[all …]
/frameworks/base/test-base/src/junit/
DREADME.android9 These are copied here to ensure that the android.test.runner target remains
/frameworks/base/test-runner/src/junit/
DREADME.android9 These are copied here to ensure that the android.test.runner target remains
/frameworks/native/vulkan/libvulkan/
Dapi.cpp1229 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateInstanceLayerProperties() local
1230 for (uint32_t i = 0; i < copied; i++) in EnumerateInstanceLayerProperties()
1232 *pPropertyCount = copied; in EnumerateInstanceLayerProperties()
1234 return (copied == count) ? VK_SUCCESS : VK_INCOMPLETE; in EnumerateInstanceLayerProperties()
1282 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateDeviceLayerProperties() local
1283 for (uint32_t i = 0; i < copied; i++) in EnumerateDeviceLayerProperties()
1285 *pPropertyCount = copied; in EnumerateDeviceLayerProperties()
1287 return (copied == count) ? VK_SUCCESS : VK_INCOMPLETE; in EnumerateDeviceLayerProperties()
/frameworks/rs/script_api/
Drs_allocation_data.spec25 <li>Multiple cells can be copied using the rsAllocationCopy* and
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dreadme.txt18 below assume a jar file (protobuf.jar) has been built and copied
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.cpp778 std::map<uint32_t, const std::weak_ptr<Accessor::Impl>> copied; in invalidatorThread() local
784 copied.insert(accessors.begin(), accessors.end()); in invalidatorThread()
787 for (auto it = copied.begin(); it != copied.end(); ++it) { in invalidatorThread()
/frameworks/base/startop/view_compiler/
DREADME.md37 copied over to the device by TradeFed when running tests.
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt91 or copied to a native pixmap then the presentation time of the surface at
/frameworks/rs/script_api/include/
Drs_allocation_data.rsh27 * - Multiple cells can be copied using the rsAllocationCopy* and
59 * dstOff: Offset in the destination of the first cell to be copied into.
61 * count: Number of cells to be copied.
63 * srcOff: Offset in the source of the first cell to be copied.
76 * (width * heigth) cells are copied.
139 * x: X offset in the allocation of the first cell to be copied from.
140 * y: Y offset in the allocation of the first cell to be copied from.
141 * z: Z offset in the allocation of the first cell to be copied from.
619 * x: X offset in the allocation of the first cell to be copied into.
620 * y: Y offset in the allocation of the first cell to be copied into.
[all …]
Drs_object_info.rsh308 * Returns: Number of characters copied, excluding the null terminator.
/frameworks/base/tools/aapt2/
Dreadme.md90 by AAPT2, just copied, so incremental building gets slower if they are included early on.

12