Home
last modified time | relevance | path

Searched refs:MemoryMappedFile_Delegate (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/libcore/io/
DMemoryMappedFile_Delegate.java37 public class MemoryMappedFile_Delegate { class
39 private static final DelegateManager<MemoryMappedFile_Delegate> sManager = new
40 DelegateManager<MemoryMappedFile_Delegate>(MemoryMappedFile_Delegate.class);
70 MemoryMappedFile_Delegate newDelegate = new MemoryMappedFile_Delegate(file); in mmapRO()
95 MemoryMappedFile_Delegate delegate = getDelegate(file); in bigEndianIterator()
101 public MemoryMappedFile_Delegate(RandomAccessFile file) throws IOException { in MemoryMappedFile_Delegate() method in MemoryMappedFile_Delegate
113 private static MemoryMappedFile_Delegate getDelegate(MemoryMappedFile file) { in getDelegate()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java61 import libcore.io.MemoryMappedFile_Delegate;
248 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile()); in init()