/cts/tests/tests/text/src/android/text/cts/ |
D | StaticLayoutTest.java | 613 private List<CharSequence> buildTestCharSequences(String testString, Normalizer.Form[] forms) { in buildTestCharSequences() 682 String testString = "ab\r\nde"; in testGetOffset_ASCII() local 743 String testString = "\u00C1\u00C2\u00C3\u00C4\u00C5"; in testGetOffset_UNICODE_Normalization() local 802 String testString = in testGetOffset_UNICODE_SurrogatePairs() local 840 String testString = "\u0E02\u0E2D\u0E1A\u0E04\u0E38\u0E13"; in testGetOffset_UNICODE_Thai() local 869 String testString = "\u0623\u064F\u0633\u0652\u0631\u064E\u0629\u064C"; in testGetOffset_UNICODE_Arabic() local 906 String testString = "\u0061\u0062\u05DE\u05E1\u05E2\u0063\u0064"; in testGetOffset_UNICODE_Bidi() local 1115 String testString = "\uD83D\uDE00\uD83D\uDE01\uD83D\uDE02\uD83D\uDE03\uD83D\uDE04"; in testGetOffsetForHorizontal_Multilines() local 1137 String testString = "ab(\u0623\u0624)c\u0625"; in testIsRtlCharAt() local 1151 String testString = "\u0623\u0624(ab)\u0625c"; in testIsRtlCharAt() local [all …]
|
D | TextUtilsTest.java | 1880 String testString = "abccbadecdebz"; in testSplitPattern() local 1932 String testString = "abccbadecdebz"; in testSplitString() local 2130 String testString = "Start. Sentence word!No space before\n\t" + in testGetCapsMode() local 2211 String testString = "Start. Sentence word!No space before\n\t" + in testGetCapsModeException() local
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | BaseMovementMethodTest.java | 76 final String testString = testLine + "\n" + testLine; in testOnGenericMotionEvent_horizontalScroll() local 141 final String testString = testLine + "\n" + testLine; in testOnGenericMotionEvent_verticalScroll() local
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostTest.java | 75 String testString = ""; in testLogcat() local
|
D | SampleHostJUnit4Test.java | 100 String testString = ""; in testLogcat() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | TypefaceTest.java | 258 final String testString = "abcde"; in testInvalidCmapFont() local 269 final String testString = "abcde"; in testInvalidCmapFont2() local 302 final String testString = "\u0100\u0400"; in testInvalidCmapFont_unsortedEntries() local 317 final String testString = "\u0100\uFE00\u0400\uFE00"; in testInvalidCmapFont_unsortedEntries() local 546 final String testString = "a"; in testTypeface_SupportedCmapEncodingTest() local 564 final String testString = "WWWWWWWWWWWWWWWWWWWWW"; in testTypefaceBuilder_customFallback() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/ |
D | TSuper.java | 47 public void testString(String s) { in testString() method in TSuper
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/ |
D | TSuper.java | 47 public void testString(String s) { in testString() method in TSuper
|
/cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/ |
D | TrustedVoiceHostTest.java | 112 String testString = ""; in testUnlock() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | ExactCanvasTests.java | 143 final String testString = "THIS IS A TEST"; in testBasicText() local 156 final String testString = "THIS IS A TEST ON A CIRCLE PATH"; in drawTestTextOnPath() local
|
/cts/hostsidetests/abioverride/src/android/abioverride/cts/ |
D | AbiOverrideTest.java | 95 String testString = ""; in testAbiIs32bit() local
|
/cts/hostsidetests/tv/src/com/android/cts/tv/ |
D | TvInputManagerHostTest.java | 108 String testString = ""; in testInputUpdated() local
|
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
D | SustainedPerformanceHostTest.java | 180 String testString = ""; in testShader() local
|
/cts/tests/tests/proto/src/android/util/proto/cts/ |
D | ProtoOutputStreamSwitchedWriteTest.java | 262 private void testString(int id, String val, in testString() method in ProtoOutputStreamSwitchedWriteTest
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | AutoCompleteTextViewTest.java | 760 String testString = ""; in testOnFilterComplete() local
|
D | TextViewTest.java | 6216 final String testString = "abcdefghijklmnopqrstuvwxyz i\u0307\u0301 άέήίΐόύΰώάυ ή"; in testAllCaps_Localization() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContextTest.java | 150 String testString = mContext.getString(R.string.context_test_string1); in testGetString() local
|