Searched defs:DataEntry (Results 1 - 4 of 4) sorted by relevance

/external/proguard/src/proguard/io/
H A DDataEntry.java31 public interface DataEntry interface
61 public DataEntry getParent();
/external/skia/include/ports/
H A DSkFontMgr_indirect.h64 struct DataEntry { struct in class:SkFontMgr_Indirect
69 DataEntry() { } function in struct:SkFontMgr_Indirect::DataEntry
72 DataEntry(DataEntry& that) function in struct:SkFontMgr_Indirect::DataEntry
82 ~DataEntry() {
94 mutable SkTArray<DataEntry> fDataCache;
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp517 const data_directory *DataEntry; local
518 if (getDataDirectory(COFF::IMPORT_TABLE, DataEntry))
522 if (DataEntry->RelativeVirtualAddress == 0)
525 uint32_t ImportTableRva = DataEntry->RelativeVirtualAddress;
527 NumberOfImportDirectory = DataEntry->Size /
542 const data_directory *DataEntry; local
543 if (getDataDirectory(COFF::DELAY_IMPORT_DESCRIPTOR, DataEntry))
545 if (DataEntry->RelativeVirtualAddress == 0)
548 uint32_t RVA = DataEntry->RelativeVirtualAddress;
549 NumberOfDelayImportDirectory = DataEntry
564 const data_directory *DataEntry; local
582 const data_directory *DataEntry; local
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...

Completed in 229 milliseconds