Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A 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()
H A 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()
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontFileUtil.java191 ByteBuffer copied = buffer.slice(); in isCollectionFont() local
192 copied.order(ByteOrder.BIG_ENDIAN); in isCollectionFont()
193 int magicNumber = copied.getInt(0); in isCollectionFont()
/aosp14/frameworks/base/core/tests/coretests/src/android/service/euicc/
H A 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()
174 EuiccProfileInfo copied = new EuiccProfileInfo.Builder(p).build(); in testBuilder_BasedOnAnotherProfileWithEmptyAccessRules() local
176 assertEquals(null, copied.getUiccAccessRules()); in testBuilder_BasedOnAnotherProfileWithEmptyAccessRules()
/aosp14/frameworks/base/core/jni/
H A 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()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceTest.java213 Typeface copied = copiedFontMap.get(key); in testSerialize() local
214 assertEquals(original.getStyle(), copied.getStyle()); in testSerialize()
215 assertEquals(original.getWeight(), copied.getWeight()); in testSerialize()
216 assertEquals(measureText(original, "hello"), measureText(copied, "hello"), 1e-6); in testSerialize()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp145 Paint copied(paint); in drawGlyphs() local
155 SkFont* skfont = &copied.getSkFont(); in drawGlyphs()
159 drawGlyphs(glyphFunc, glyphCount, copied, 0 /* x */, 0 /* y */, 0 /* total Advance */); in drawGlyphs()
/aosp14/frameworks/base/test-base/src/junit/
H A DREADME.android9 These are copied here to ensure that the android.test.runner target remains
/aosp14/frameworks/base/test-runner/src/junit/
H A DREADME.android9 These are copied here to ensure that the android.test.runner target remains
/aosp14/frameworks/base/startop/view_compiler/
H A DREADME.md37 copied over to the device by TradeFed when running tests.
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayView.java240 String copied = mContext.getString(R.string.clipboard_overlay_text_copied); in showDefaultTextPreview() local
241 showTextPreview(copied, false); in showDefaultTextPreview()
/aosp14/frameworks/base/tools/aapt2/
H A Dreadme.md90 by AAPT2, just copied, so incremental building gets slower if they are included early on.
/aosp14/frameworks/base/media/native/midi/include/
H A DDoxyfile1198 # other source files which should be copied to the HTML output directory. Note
1199 # that these files will be copied to the base HTML output directory. Use the
1202 # files will be copied as-is; there are no commands or markers available.
1439 # to be copied into the plugins directory of eclipse. The name of the directory
1765 # other source files which should be copied to the LATEX_OUTPUT output
1766 # directory. Note that the files will be copied as-is; there are no commands or
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dqs-tiles.md323 …Creates a new `State` for this tile to use. Each time the state changes, it is copied into a new o…