/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 | 109 ServiceLoader<SelectorProvider> sl = in loadProviderAsService() local
|
D | AsynchronousChannelProvider.java | 112 ServiceLoader<AsynchronousChannelProvider> sl = in loadProviderAsService() 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/util/ |
D | Base64.java | 395 int sl = off + slen; in encode0() local 610 int sp, sl; in decode() local 650 private int outLength(byte[] src, int sp, int sl) { in outLength() 688 private int decode0(byte[] src, int sp, int sl, byte[] dst) { in decode0()
|
D | HashMap.java | 2052 TreeNode<K,V> s = pr, sl; in removeTreeNode() local 2296 TreeNode<K,V> sl = xpr.left, sr = xpr.right; in balanceDeletion() local 2334 TreeNode<K,V> sl = xpl.left, sr = xpl.right; in balanceDeletion() 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 | 3021 TreeNode<K,V> s = pr, sl; in removeTreeNode() local 3211 TreeNode<K,V> sl = xpr.left, sr = xpr.right; in balanceDeletion() local 3249 TreeNode<K,V> sl = xpl.left, sr = xpl.right; in balanceDeletion() local
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 1021 socklen_t sl = sizeof(ss); in Linux_accept() local 2170 socklen_t sl = sizeof(ss); in Linux_recvfromBytes() local
|