Searched refs:sn (Results 1 – 7 of 7) sorted by relevance
69 volatile Subscription sn; field in SubmissionPublisherTest.TestSubscriber79 threadAssertTrue(sn == null); in onSubscribe()80 sn = s; in onSubscribe()85 sn.request(1L); in onSubscribe()94 sn.request(1L); in onNext()112 while (sn == null) { in awaitSubscribe()282 assertNotNull(s.sn); in testSubscribe1()295 assertNotNull(s2.sn); in testSubscribe1()347 assertNotNull(s.sn); in testSubscribe4()440 s1.sn.cancel(); in testCancel()[all …]
135 String sn = Security.getProperty("certstore.type"); in testCertStore01() local137 if (sn == null) { in testCertStore01()138 sn = defaultType; in testCertStore01()141 assertEquals("Incorrect default type", dt, sn); in testCertStore01()146 Security.setProperty("certstore.type", sn); in testCertStore01()147 assertEquals("Incorrect default type", Security.getProperty("certstore.type"), sn ); in testCertStore01()
23 private Short sn = new Short((short) -19000); field in ShortTest135 short sn = Short.parseShort("-32746"); in test_parseShortLjava_lang_String2() local138 && (sn == (short) -32746)); in test_parseShortLjava_lang_String2()263 && (sn.toString().equals("-19000"))); in test_toString2()
127 SerialNumber sn) in AuthorityKeyIdentifierExtension() argument131 this.serialNum = sn; in AuthorityKeyIdentifierExtension()
1792 int sn = s.length(); in compareIgnoringCase() local1794 int n = sn < tn ? sn : tn; in compareIgnoringCase()1800 return sn - tn; in compareIgnoringCase()2941 int sn = s.length(); in at() local2942 if (sn > end - p) in at()2945 while (i < sn) { in at()2951 return (i == sn); in at()
762 QNode sn = s.next; in clean() local763 if (sn == s || pred.casNext(s, sn)) in clean()
612 BigInteger sn = cert.getSerialNumber();616 " cert SN: " + sn.toString());