Home
last modified time | relevance | path

Searched refs:wrapped (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DBidiFormatterTest.java260 Spanned wrapped; in testCharSequenceApis() local
263 wrapped = (Spanned) LTR_FMT.unicodeWrap(CS_EN_HE); in testCharSequenceApis()
264 assertEquals(EN + HE + LRM, wrapped.toString()); in testCharSequenceApis()
265 spans = wrapped.getSpans(0, wrapped.length(), Object.class); in testCharSequenceApis()
268 assertEquals(0, wrapped.getSpanStart(RELATIVE_SIZE_SPAN)); in testCharSequenceApis()
269 assertEquals(EN.length(), wrapped.getSpanEnd(RELATIVE_SIZE_SPAN)); in testCharSequenceApis()
271 wrapped = (Spanned) LTR_FMT.unicodeWrap(CS_EN_HE, TextDirectionHeuristics.LTR); in testCharSequenceApis()
272 assertEquals(EN + HE + LRM, wrapped.toString()); in testCharSequenceApis()
273 spans = wrapped.getSpans(0, wrapped.length(), Object.class); in testCharSequenceApis()
276 assertEquals(0, wrapped.getSpanStart(RELATIVE_SIZE_SPAN)); in testCharSequenceApis()
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/
DDxTestCase.java65 public static void loadAndRun(String className, boolean isStatic, boolean wrapped, in loadAndRun() argument
95 checkError(expectedErrorClass, t, wrapped); in loadAndRun()
DDxAbstractMain.java68 public static void loadAndRun(String className, boolean isStatic, boolean wrapped, in loadAndRun() argument
97 checkError(expectedErrorClass, t, wrapped); in loadAndRun()
/cts/tests/tests/slice/src/android/slice/cts/
DLocalSliceProvider.java55 Context wrapped = new ContextWrapper(context) { in attachInfo() local
64 super.attachInfo(wrapped, info); in attachInfo()
/cts/tests/tests/secure_element/omapi/src/android/omapi/cts/
DOmapiTest.java531 ByteBuffer wrapped = ByteBuffer.wrap(b); in testSegmentedResponseTransmit() local
532 int expectedLength = wrapped.getInt(); in testSegmentedResponseTransmit()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...