| /libcore/ojluni/src/test/java/util/concurrent/tck/ |
| D | StampedLockTest.java | 922 StampedLock sl = new StampedLock(); in testAsWriteLock() local 938 StampedLock sl = new StampedLock(); in testAsReadLock() local 958 StampedLock sl = new StampedLock(); in testAsReadWriteLockWriteLock() local 974 StampedLock sl = new StampedLock(); in testAsReadWriteLockReadLock() local 994 StampedLock sl = new StampedLock(); in testLockViewsDoNotSupportConditions() local 1109 static long writeLockInterruptiblyUninterrupted(StampedLock sl) { in writeLockInterruptiblyUninterrupted() 1114 static long tryWriteLockUninterrupted(StampedLock sl, long time, TimeUnit unit) { in tryWriteLockUninterrupted() 1119 static long readLockInterruptiblyUninterrupted(StampedLock sl) { in readLockInterruptiblyUninterrupted() 1124 static long tryReadLockUninterrupted(StampedLock sl, long time, TimeUnit unit) { in tryReadLockUninterrupted() 1133 final StampedLock sl = new StampedLock(); in testInvalidStampsThrowIllegalMonitorStateException() local
|
| /libcore/ojluni/src/main/java/java/nio/file/ |
| D | FileSystems.java | 332 ServiceLoader<FileSystemProvider> sl = ServiceLoader in newFileSystem() local 397 ServiceLoader<FileSystemProvider> sl = ServiceLoader in newFileSystem() local
|
| /libcore/ojluni/src/main/java/java/nio/channels/spi/ |
| D | SelectorProvider.java | 116 ServiceLoader<SelectorProvider> sl = in loadProviderAsService() local
|
| D | AsynchronousChannelProvider.java | 113 ServiceLoader<AsynchronousChannelProvider> sl = in loadProviderAsService() local
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | Base64.java | 421 private void encodeBlock(byte[] src, int sp, int sl, byte[] dst, int dp, boolean isURL) { in encodeBlock() 438 int sl = off + slen; in encode0() local 651 int sp, sl; in decode() local 701 private int decodedOutLength(byte[] src, int sp, int sl) { in decodedOutLength() 787 …private int decodeBlock(byte[] src, int sp, int sl, byte[] dst, int dp, boolean isURL, boolean isM… in decodeBlock() 807 private int decode0(byte[] src, int sp, int sl, byte[] dst) { in decode0() 964 int sl = off + Math.min(nBits24, dl / 4) * 3; in write() local
|
| D | HashMap.java | 2186 TreeNode<K,V> s = pr, sl; in removeTreeNode() local 2430 TreeNode<K,V> sl = xpr.left, sr = xpr.right; in balanceDeletion() local 2468 TreeNode<K,V> sl = xpl.left, sr = xpl.right; in balanceDeletion() local
|
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| D | StampedLockTest.java | 842 StampedLock sl = new StampedLock(); in testAsWriteLock() local 854 StampedLock sl = new StampedLock(); in testAsReadLock() local 865 StampedLock sl = new StampedLock(); in testAsReadWriteLockWriteLock() local 877 StampedLock sl = new StampedLock(); in testAsReadWriteLockReadLock() local
|
| /libcore/ojluni/src/main/java/java/nio/file/spi/ |
| D | FileSystemProvider.java | 115 ServiceLoader<FileSystemProvider> sl = ServiceLoader in loadInstalledProviders() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| D | VectorTest.java | 1258 List sl = tVector.subList(10, 25); in test_subListII() local
|
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| D | ConcurrentHashMap.java | 3019 TreeNode<K,V> s = pr, sl; in removeTreeNode() local 3209 TreeNode<K,V> sl = xpr.left, sr = xpr.right; in balanceDeletion() local 3247 TreeNode<K,V> sl = xpl.left, sr = xpl.right; in balanceDeletion() local
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Linux.cpp | 1027 socklen_t sl = sizeof(ss); in Linux_accept() local 2178 socklen_t sl = sizeof(ss); in Linux_recvfromBytes() local
|