Home
last modified time | relevance | path

Searched defs:dataEntry (Results 1 – 20 of 20) sorted by relevance

/external/proguard/src/proguard/io/
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()
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()
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()
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()
DJarWriter.java76 public boolean createDirectory(DataEntry dataEntry) throws IOException in createDirectory()
109 public OutputStream getOutputStream(DataEntry dataEntry) throws IOException in getOutputStream()
115 public OutputStream getOutputStream(DataEntry dataEntry, in getOutputStream()
183 private boolean prepareEntry(DataEntry dataEntry) throws IOException in prepareEntry()
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()
DRenamedDataEntry.java33 private final DataEntry dataEntry; field in RenamedDataEntry
37 public RenamedDataEntry(DataEntry dataEntry, in RenamedDataEntry()
DDataEntryObfuscator.java63 public void read(DataEntry dataEntry) throws IOException in read()
73 private DataEntry renamedDataEntry(DataEntry dataEntry) in renamedDataEntry()
DDataEntryDirectoryFilter.java36 public boolean accepts(DataEntry dataEntry) in accepts()
DDataEntryFilter.java37 public boolean accepts(DataEntry dataEntry); in accepts()
DDataEntryReader.java37 public void read(DataEntry dataEntry) throws IOException; in read()
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()
DClassRewriter.java51 public void read(DataEntry dataEntry) throws IOException in read()
DFilteredDataEntryReader.java78 public void read(DataEntry dataEntry) in read()
DDataEntryRenamer.java76 public void read(DataEntry dataEntry) throws IOException in read()
DClassReader.java71 public void read(DataEntry dataEntry) throws IOException in read()
DDataEntryCopier.java51 public void read(DataEntry dataEntry) throws IOException in read()
/external/icu4c/common/
Duresbund.c815 UResourceDataEntry *dataEntry = mainRes->fData; in init_resb_result() local
1532 UResourceDataEntry *dataEntry = resB->fData; in ures_getByKeyWithFallback() local