Home
last modified time | relevance | path

Searched refs:DataEntry (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/include/ports/
DSkFontMgr_indirect.h66 struct DataEntry { struct
71 DataEntry() { } in DataEntry() argument
73 DataEntry(DataEntry&& that) in DataEntry() function
83 ~DataEntry() { in ~DataEntry() argument
95 mutable SkTArray<DataEntry> fDataCache;
/external/proguard/src/proguard/io/
DRenamedDataEntry.java31 public class RenamedDataEntry implements DataEntry
33 private final DataEntry dataEntry;
37 public RenamedDataEntry(DataEntry dataEntry, in RenamedDataEntry()
71 public DataEntry getParent() in getParent()
DJarWriter.java45 private DataEntry currentDataEntry;
75 public boolean createDirectory(DataEntry dataEntry) throws IOException in createDirectory()
108 public OutputStream getOutputStream(DataEntry dataEntry) throws IOException in getOutputStream()
114 public OutputStream getOutputStream(DataEntry dataEntry, in getOutputStream()
182 private boolean prepareEntry(DataEntry dataEntry) throws IOException in prepareEntry()
DZipDataEntry.java33 public class ZipDataEntry implements DataEntry
35 private final DataEntry parent;
41 public ZipDataEntry(DataEntry parent, in ZipDataEntry()
93 public DataEntry getParent() in getParent()
DDataEntryWriter.java40 public boolean createDirectory(DataEntry dataEntry) throws IOException; in createDirectory()
51 public OutputStream getOutputStream(DataEntry dataEntry) throws IOException; in getOutputStream()
65 public OutputStream getOutputStream(DataEntry dataEntry, in getOutputStream()
DDirectoryWriter.java58 public boolean createDirectory(DataEntry dataEntry) throws IOException in createDirectory()
78 public OutputStream getOutputStream(DataEntry dataEntry) throws IOException in getOutputStream()
84 public OutputStream getOutputStream(DataEntry dataEntry, in getOutputStream()
134 private File getFile(DataEntry dataEntry) in getFile()
DParentDataEntryWriter.java50 public boolean createDirectory(DataEntry dataEntry) throws IOException in createDirectory()
56 public OutputStream getOutputStream(DataEntry dataEntry) throws IOException in getOutputStream()
62 public OutputStream getOutputStream(DataEntry dataEntry, in getOutputStream()
DCascadingDataEntryWriter.java56 public boolean createDirectory(DataEntry dataEntry) throws IOException in createDirectory()
65 public OutputStream getOutputStream(DataEntry dataEntry) throws IOException in getOutputStream()
71 public OutputStream getOutputStream(DataEntry dataEntry, in getOutputStream()
DDataEntryClassWriter.java41 private final DataEntry templateDataEntry;
49 DataEntry templateDataEntry) in DataEntryClassWriter()
62 DataEntry actualDataEntry = in visitProgramClass()
DFilteredDataEntryWriter.java77 public boolean createDirectory(DataEntry dataEntry) throws IOException in createDirectory()
90 public OutputStream getOutputStream(DataEntry dataEntry) throws IOException in getOutputStream()
96 public OutputStream getOutputStream(DataEntry dataEntry, in getOutputStream()
DDataEntryObfuscator.java63 public void read(DataEntry dataEntry) throws IOException in read()
73 private DataEntry renamedDataEntry(DataEntry dataEntry) in renamedDataEntry()
DDataEntry.java31 public interface DataEntry interface
61 public DataEntry getParent(); in getParent()
DFileDataEntry.java32 public class FileDataEntry implements DataEntry
84 public DataEntry getParent() in getParent()
DDataEntryFilter.java37 public boolean accepts(DataEntry dataEntry); in accepts()
DDataEntryReader.java37 public void read(DataEntry dataEntry) throws IOException; in read()
DDataEntryDirectoryFilter.java34 public boolean accepts(DataEntry dataEntry) in accepts()
DDataEntryParentFilter.java47 public boolean accepts(DataEntry dataEntry) in accepts()
DDataEntryNameFilter.java50 public boolean accepts(DataEntry dataEntry) in accepts()
DJarReader.java48 public void read(DataEntry dataEntry) throws IOException in read()
DFilteredDataEntryReader.java78 public void read(DataEntry dataEntry) in read()
DClassRewriter.java51 public void read(DataEntry dataEntry) throws IOException in read()
DDataEntryRenamer.java76 public void read(DataEntry dataEntry) throws IOException in read()
DClassReader.java71 public void read(DataEntry dataEntry) throws IOException in read()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp470 const data_directory *DataEntry; in initImportTablePtr() local
471 if (getDataDirectory(COFF::IMPORT_TABLE, DataEntry)) in initImportTablePtr()
475 if (DataEntry->RelativeVirtualAddress == 0) in initImportTablePtr()
478 uint32_t ImportTableRva = DataEntry->RelativeVirtualAddress; in initImportTablePtr()
480 NumberOfImportDirectory = DataEntry->Size / in initImportTablePtr()
495 const data_directory *DataEntry; in initDelayImportTablePtr() local
496 if (getDataDirectory(COFF::DELAY_IMPORT_DESCRIPTOR, DataEntry)) in initDelayImportTablePtr()
498 if (DataEntry->RelativeVirtualAddress == 0) in initDelayImportTablePtr()
501 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr()
502 NumberOfDelayImportDirectory = DataEntry->Size / in initDelayImportTablePtr()
[all …]
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp103 const DataEntry& entry = fDataCache[i]; in createTypefaceFromFontId()
143 DataEntry& newEntry = fDataCache.push_back(); in createTypefaceFromFontId()

12