Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentSkipListSubMapTest.java68 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();
DTreeSubMapTest.java51 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/main/native/
DFileChannelImpl.c241 NATIVE_METHOD(FileChannelImpl, map0, "(IJJ)J"),
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java915 addr = map0(imode, mapPosition, mapSize); in map()
926 addr = map0(imode, mapPosition, mapSize); in map()
1158 private native long map0(int prot, long position, long length) in map0() method in FileChannelImpl