Searched defs:testString (Results 1 - 4 of 4) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
H A DTSuper.java47 public void testString(String s) { method in class:TSuper
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
H A DTSuper.java47 public void testString(String s) { method in class:TSuper
/cts/tests/tests/proto/src/android/util/proto/cts/
H A DProtoOutputStreamSwitchedWriteTest.java252 testString(1, "", typedPo, switchedPo);
253 testString(2, null, typedPo, switchedPo);
254 testString(3, "ABCD", typedPo, switchedPo);
262 private void testString(int id, String val, method in class:ProtoOutputStreamSwitchedWriteTest
/cts/tests/tests/text/src/android/text/cts/
H A DStaticLayoutTest.java611 private List<CharSequence> buildTestCharSequences(String testString, Normalizer.Form[] forms) { argument
616 normalizedStrings.add(Normalizer.normalize(testString, form));
648 return "testString: \"" + seq.toString() + "\"[" + builder.toString() + "]" +
657 for (String testString: testStrings) {
658 for (CharSequence seq: buildTestCharSequences(testString, Normalizer.Form.values())) {
680 String testString = "ab\r\nde";
681 for (CharSequence seq: buildTestCharSequences(testString, Normalizer.Form.values())) {
714 for (String testString: testStrings) {
715 for (CharSequence seq: buildTestCharSequences(testString, Normalizer.Form.values())) {
741 String testString
[all...]

Completed in 889 milliseconds