Searched refs:map0 (Results 1 – 7 of 7) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentSkipListSubMapTest.java | 68 private static ConcurrentNavigableMap map0() { in map0() method in ConcurrentSkipListSubMapTest 127 ConcurrentNavigableMap empty = map0(); in testGet() 135 ConcurrentNavigableMap empty = map0(); in testIsEmpty() 266 ConcurrentNavigableMap empty = map0(); 488 ConcurrentNavigableMap empty = map0(); 533 ConcurrentNavigableMap c = map0();
|
D | TreeSubMapTest.java | 51 private static NavigableMap map0() { in map0() method in TreeSubMapTest 126 NavigableMap empty = map0(); in testGet() 134 NavigableMap empty = map0(); in testIsEmpty() 223 NavigableMap empty = map0(); 378 NavigableMap empty = map0();
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | TreeSubMapTest.java | 74 private static NavigableMap map0() { in map0() method in TreeSubMapTest 149 NavigableMap empty = map0(); in testGet() 157 NavigableMap empty = map0(); in testIsEmpty() 246 NavigableMap empty = map0(); 401 NavigableMap empty = map0();
|
D | ConcurrentSkipListSubMapTest.java | 91 private static ConcurrentNavigableMap map0() { in map0() method in ConcurrentSkipListSubMapTest 150 ConcurrentNavigableMap empty = map0(); in testGet() 158 ConcurrentNavigableMap empty = map0(); in testIsEmpty() 289 ConcurrentNavigableMap empty = map0(); 511 ConcurrentNavigableMap empty = map0(); 556 ConcurrentNavigableMap c = map0();
|
/libcore/ojluni/src/main/native/ |
D | FileChannelImpl.c | 289 NATIVE_METHOD(FileChannelImpl, map0, "(IJJ)J"),
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileChannelImpl.java | 984 addr = map0(imode, mapPosition, mapSize); in map() 995 addr = map0(imode, mapPosition, mapSize); in map() 1271 private native long map0(int prot, long position, long length) in map0() method in FileChannelImpl
|
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
D | FileChannelImpl.java | 208 private native long map0(int prot, long position, long length) throws java.io.IOException; in map0() method in FileChannelImpl
|