/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | ProviderServiceTest.java | 160 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetAlgorithm() local 172 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetClassName() local 184 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetProvider() local 196 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetType() local 208 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testSupportsParameter() local 216 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testToString() local
|
D | SignerTest.java | 60 Signer s1 = new SignerStub("testToString1"); in test_toString() local
|
D | ProviderTest.java | 247 Set s1 = p.keySet(); in testKeySet() local
|
D | SignatureTest.java | 67 MySignature1 s1 = new MySignature1(null); in testConstructor() local
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | ASCIICaseInsensitiveComparator.java | 40 public int compare(String s1, String s2) { in compare()
|
/libcore/luni/src/test/java/tests/java/lang/String/ |
D | Tests.java | 43 String s1 = "ABCDEFG"; in test_CASE_INSENSITIVE_ORDER() local
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | ASCIICaseInsensitiveComparator.java | 35 public int compare(java.lang.String s1, java.lang.String s2) { in compare()
|
/libcore/ojluni/src/test/java/net/Socket/ |
D | ShutdownInput.java | 71 public static void test(Socket s1, Socket s2, String mesg) throws Exception { in test()
|
/libcore/ojluni/src/main/java/java/io/ |
D | SequenceInputStream.java | 87 public SequenceInputStream(InputStream s1, InputStream s2) { in SequenceInputStream()
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | LocaleUtils.java | 50 public static boolean caseIgnoreMatch(String s1, String s2) { in caseIgnoreMatch() 70 static int caseIgnoreCompare(String s1, String s2) { in caseIgnoreCompare()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldSequenceInputStreamTest.java | 30 final String s1 = "Hello"; field in OldSequenceInputStreamTest
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | SequentialOpTest.java | 122 UnaryOperator<Stream<Integer>> s1 = stuff[s1Index]; in testMixedSeqPar() local
|
D | RangeTest.java | 249 Spliterator.OfLong s1 = s.trySplit(); in testLongLongRange() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | ServerSocketChannelTest.java | 254 ServerSocket s1 = this.serverChannel.socket(); in testSocket_Block_BeforeClose() local 270 ServerSocket s1 = this.serverChannel.socket(); in testSocket_NonBlock_BeforeClose() local 287 ServerSocket s1 = this.serverChannel.socket(); in testSocket_Block_Closed() local 300 ServerSocket s1 = this.serverChannel.socket(); in testSocket_NonBlock_Closed() local
|
D | DatagramChannelTest.java | 269 DatagramSocket s1 = dc.socket(); in testSocket_BasicStatusBeforeConnect() local 302 DatagramSocket s1 = dc.socket(); in testSocket_Block_BasicStatusAfterConnect() local 316 DatagramSocket s1 = dc.socket(); in testSocket_NonBlock_BasicStatusAfterConnect() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | LinkedHashMapTest.java | 247 Set<Map.Entry<String, String>> s1 = m1.entrySet(); in entrySetRemoveHelper() local 530 Set s1 = lhm.entrySet(); in test_ordered_entrySet() local 592 Set s1 = lhm.keySet(); in test_ordered_keySet() local 648 Collection s1 = lhm.values(); in test_ordered_values() local 704 Collection s1 = lhm.values(); in test_remove_eldest() local
|
D | TreeSetTest.java | 312 Set s1 = new TreeSet(); in test_equals() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SequenceInputStreamTest.java | 31 String s1 = "Hello"; field in SequenceInputStreamTest
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/ |
D | Handler.java | 128 String s1 = u1.getHost(); in hostsEqual() local
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | CertificateFactory1Test.java | 304 String s1 = it1.next(); in testCertificateFactory09() local 320 String s1 = it1.next(); in testCertificateFactory09() local
|
D | CertPathValidatorExceptionTest.java | 488 public myCertPath(String s, String s1) { in myCertPath()
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/ |
D | FtpURLConnection.java | 351 String s1 = path.substring(i + 6, path.length()); in decodePath() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ |
D | SocketFactoryTest.java | 199 try (Socket s1 = sf.createSocket(InetAddress.getLocalHost() /* ServerAddress */, in test_createSocket_InetAddressIInetAddressI_ExceptionOrder()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | String2Test.java | 280 String s1 = ""; in test_concatLjava_lang_String() local
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | DefaultFileSystemProvider2Test.java | 668 String overlayString1OnString2(String s1, String s2) { in overlayString1OnString2()
|