Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 17 of 17) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DProviderServiceTest.java138 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetAlgorithm() local
150 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetClassName() local
162 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetProvider() local
174 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetType() local
186 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testSupportsParameter() local
194 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testToString() local
DSignerTest.java59 Signer s1 = new SignerStub("testToString1"); in test_toString() local
DProviderTest.java214 Set s1 = p.keySet(); in testKeySet() local
DSignatureTest.java66 MySignature1 s1 = new MySignature1(null); in testConstructor() local
/libcore/luni/src/test/java/tests/api/java/lang/
DStringTest.java44 String s1 = "ABCDEFG"; in test_CASE_INSENSITIVE_ORDER() local
/libcore/luni/src/test/java/tests/java/lang/String/
DTests.java43 String s1 = "ABCDEFG"; in test_CASE_INSENSITIVE_ORDER() local
/libcore/luni/src/test/java/libcore/java/io/
DOldSequenceInputStreamTest.java28 String s1 = "Hello"; field in OldSequenceInputStreamTest
DOldAndroidInputStreamReaderTest.java94 String s1 = new String(ba, enc[i]); in testStringy() local
/libcore/luni/src/main/java/java/io/
DSequenceInputStream.java51 public SequenceInputStream(InputStream s1, InputStream s2) { in SequenceInputStream()
/libcore/luni/src/test/java/tests/api/java/util/
DLinkedHashMapTest.java241 Set<Map.Entry<String, String>> s1 = m1.entrySet(); in entrySetRemoveHelper() local
524 Set s1 = lhm.entrySet(); in test_ordered_entrySet() local
586 Set s1 = lhm.keySet(); in test_ordered_keySet() local
642 Collection s1 = lhm.values(); in test_ordered_values() local
698 Collection s1 = lhm.values(); in test_remove_eldest() local
DHashMapTest.java230 Set s1 = hm.entrySet(); in test_entrySetEquals() local
DHashtableTest.java518 Set s1 = ht10.keySet(); in test_keySet_subtest0() local
/libcore/luni/src/test/java/tests/security/cert/
DCertificateFactory1Test.java304 String s1 = it1.next(); in testCertificateFactory09() local
320 String s1 = it1.next(); in testCertificateFactory09() local
DCertPathValidatorExceptionTest.java462 public myCertPath(String s, String s1) { in myCertPath()
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPatternTest.java166 String s1 = ""; in testSplitCharSequence() local
992 String s1 = ""; in testSplitEmptyCharSequence() local
/libcore/luni/src/main/java/java/lang/
DString.java464 private String(String s1, String s2) { in String() method in String
482 private String(String s1, String s2, String s3) { in String() method in String
564 private String(String s1, int v1) { in String() method in String
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java126 Socket s1 = new Socket("www.google.com", 80, null, testPort); in test_ConstructorLjava_lang_StringILjava_net_InetAddressI2() local