Home
last modified time | relevance | path

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

123

/libcore/ojluni/src/test/java/util/concurrent/tck/
DSubmissionPublisherTest.java389 TestSubscriber s1 = new TestSubscriber(); in testCloseCompletes() local
411 TestSubscriber s1 = new TestSubscriber(); in testCloseExceptionallyError() local
434 TestSubscriber s1 = new TestSubscriber(); in testCancel() local
479 TestSubscriber s1 = new TestSubscriber(); local
501 TestSubscriber s1 = new TestSubscriber(); in testOrder() local
521 TestSubscriber s1 = new TestSubscriber(); in testRequest1() local
548 TestSubscriber s1 = new TestSubscriber(); in testRequest2() local
570 TestSubscriber s1 = new TestSubscriber(); in testRequest3() local
635 TestSubscriber s1 = new TestSubscriber(); in testLaggedSubmit() local
665 TestSubscriber s1 = new TestSubscriber(); in testCap1Submit() local
[all …]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DProviderServiceTest.java160 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
/libcore/ojluni/src/test/java/net/URLDecoder/
DURLDecoderArgs.java41 String s1 = URLDecoder.decode ("Hello World", (String) null); in testDecodeNull() local
/libcore/ojluni/src/test/java/net/URLEncoder/
DURLEncoderEncodeArgs.java41 String s1 = URLEncoder.encode ("Hello World", (String) null); in testEncodeNull() local
/libcore/ojluni/src/main/java/jdk/random/
DXoroshiro128PlusPlus.java226 long s1 = x1; in nextLong() local
263 long s0 = 0, s1 = 0; in jumpAlgorithm() local
/libcore/ojluni/src/main/java/sun/misc/
DASCIICaseInsensitiveComparator.java40 public int compare(String s1, String s2) { in compare()
/libcore/luni/src/test/java/tests/java/lang/String/
DTests.java43 String s1 = "ABCDEFG"; in test_CASE_INSENSITIVE_ORDER() local
/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatArgCount.java100 static final String s1 = "o"; field in ImplicitStringConcatArgCount
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DASCIICaseInsensitiveComparator.java35 public int compare(java.lang.String s1, java.lang.String s2) { in compare()
/libcore/ojluni/src/test/java/net/Socket/
DShutdownInput.java71 public static void test(Socket s1, Socket s2, String mesg) throws Exception { in test()
/libcore/ojluni/src/test/java/net/SocketOptions/
DSupportedOptionsSet.java89 static void assertNotEqual(Set<?> s1, Set<?> s2, String message) { in assertNotEqual()
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DConcatTest.java145 …private void assertRefConcat(Stream<Integer> s1, Stream<Integer> s2, boolean parallel, boolean ord… in assertRefConcat()
151 …private void assertIntConcat(Stream<Integer> s1, Stream<Integer> s2, boolean parallel, boolean ord… in assertIntConcat()
159 …private void assertLongConcat(Stream<Integer> s1, Stream<Integer> s2, boolean parallel, boolean or… in assertLongConcat()
167 …private void assertDoubleConcat(Stream<Integer> s1, Stream<Integer> s2, boolean parallel, boolean … in assertDoubleConcat()
DSequentialOpTest.java122 UnaryOperator<Stream<Integer>> s1 = stuff[s1Index]; in testMixedSeqPar() local
/libcore/ojluni/src/test/java/lang/ref/
DCleanerTest.java359 Semaphore s1 = new Semaphore(0); in setupPhantom() local
375 Semaphore s1 = new Semaphore(0); in setupPhantomSubclass() local
396 Semaphore s1 = new Semaphore(0); in setupPhantomSubclassException() local
573 Semaphore s1 = new Semaphore(0); in testReferentNotAvailable() local
/libcore/ojluni/src/main/java/java/io/
DSequenceInputStream.java82 public SequenceInputStream(InputStream s1, InputStream s2) { in SequenceInputStream()
/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleUtils.java50 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/
DOldAndroidInputStreamReaderTest.java94 String s1 = new String(ba, enc[i]); in testStringy() local
DOldSequenceInputStreamTest.java30 final String s1 = "Hello"; field in OldSequenceInputStreamTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DLinkedHashMapTest.java247 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
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DServerSocketChannelTest.java254 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
/libcore/ojluni/src/test/java/lang/StringBuilder/
DAppendStringBuffer.java46 String s1 = sb1.toString(); in main() local
/libcore/ojluni/src/test/java/lang/StringBuffer/
DAppendStringBuilder.java45 String s1 = sb1.toString(); in main() local
DAppendSB.java46 String s1 = sb1.toString(); in main() local
/libcore/ojluni/src/test/java/util/ServiceLoader/basic/
DBasic.java43 private static <T> void checkEquals(Set<T> s1, Set<T> s2, boolean eq) { in checkEquals()
/libcore/ojluni/src/test/java/util/Collection/
DBiggernYours.java100 static void compareNavigableSets(NavigableSet s1, NavigableSet s2) { in compareNavigableSets()

123