Home
last modified time | relevance | path

Searched refs:nc (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherOutputStream1Test.java151 NullCipher nc = new NullCipher(); in testWrite5() local
152 …erOutputStream stream1 = new CipherOutputStream(new BufferedOutputStream((OutputStream) null), nc); in testWrite5()
154 CipherOutputStream stream3 = new CipherOutputStream(stream2, nc); in testWrite5()
/libcore/luni/src/test/java/tests/security/cert/
DTrustAnchorTest.java105 byte[] nc = getEncodingPSOnly(); in testTrustAnchorStringPublicKeybyteArray03()
106 byte[] ncCopy = nc.clone(); in testTrustAnchorStringPublicKeybyteArray03()
113 assertTrue(Arrays.equals(nc, ta.getNameConstraints())); in testTrustAnchorStringPublicKeybyteArray03()
216 byte[] nc = getEncodingPSOnly(); in testTrustAnchorX500PrincipalPublicKeybyteArray03()
217 byte[] ncCopy = nc.clone(); in testTrustAnchorX500PrincipalPublicKeybyteArray03()
225 assertTrue(Arrays.equals(nc, ta.getNameConstraints())); in testTrustAnchorX500PrincipalPublicKeybyteArray03()
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNameConstraints.java277 NameConstraints nc = (NameConstraints) object;
278 values[0] = nc.permittedSubtrees;
279 values[1] = nc.excludedSubtrees;
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1295 long nc = ((long)(((u + UTC_UNIT) & UTC_MASK) | in tryAddWorker() local
1297 if (U.compareAndSwapLong(this, CTL, c, nc)) { in tryAddWorker()
1415 long nc = (((long)(v.nextWait & E_MASK)) | in deregisterWorker() local
1419 if (U.compareAndSwapLong(this, CTL, c, nc)) { in deregisterWorker()
1614 long nc = (((long)(w.nextWait & E_MASK)) | in signalWork() local
1618 U.compareAndSwapLong(this, CTL, c, nc)) { in signalWork()
1690 long nc = (long)ec | ((c - AC_UNIT) & (AC_MASK|TC_MASK)); in scan() local
1693 if (!U.compareAndSwapLong(this, CTL, c, nc)) in scan()
1775 long nc = (((long)(v.nextWait & E_MASK)) | in helpRelease() local
1780 U.compareAndSwapLong(this, CTL, c, nc)) { in helpRelease()
[all …]