HomeSort by relevance Sort by last modified time
    Searched refs:MemoryMappedFile_Delegate (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/libcore/io/
MemoryMappedFile_Delegate.java 37 public class MemoryMappedFile_Delegate {
39 private static final DelegateManager<MemoryMappedFile_Delegate> sManager = new
40 DelegateManager<MemoryMappedFile_Delegate>(MemoryMappedFile_Delegate.class);
70 MemoryMappedFile_Delegate newDelegate = new MemoryMappedFile_Delegate(file);
95 MemoryMappedFile_Delegate delegate = getDelegate(file);
101 public MemoryMappedFile_Delegate(RandomAccessFile file) throws IOException {
113 private static MemoryMappedFile_Delegate getDelegate(MemoryMappedFile file) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 60 import libcore.io.MemoryMappedFile_Delegate;
247 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile());

Completed in 829 milliseconds