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 | 88 private static NavigableMap map0() { in map0() method in TreeSubMapTest 168 NavigableMap empty = map0(); in testGet() 177 NavigableMap empty = map0(); in testIsEmpty() 273 NavigableMap empty = map0(); 436 NavigableMap empty = map0();
|
D | ConcurrentSkipListSubMapTest.java | 105 private static ConcurrentNavigableMap map0() { in map0() method in ConcurrentSkipListSubMapTest 169 ConcurrentNavigableMap empty = map0(); in testGet() 178 ConcurrentNavigableMap empty = map0(); in testIsEmpty() 319 ConcurrentNavigableMap empty = map0(); 556 ConcurrentNavigableMap empty = map0(); 605 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 | 982 addr = map0(imode, mapPosition, mapSize); in map() 993 addr = map0(imode, mapPosition, mapSize); in map() 1269 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
|