Home
last modified time | relevance | path

Searched defs:map0 (Results 1 – 3 of 3) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DTreeSubMapTest.java51 private static NavigableMap map0() { in map0() method in TreeSubMapTest
DConcurrentSkipListSubMapTest.java68 private static ConcurrentNavigableMap map0() { in map0() method in ConcurrentSkipListSubMapTest
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java1222 private native long map0(int prot, long position, long length) in map0() method in FileChannelImpl