Home
last modified time | relevance | path

Searched defs:dataEntry (Results 1 – 23 of 23) 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()
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()
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()
DDataEntryReader.java37 public void read(DataEntry dataEntry) throws IOException; in read()
DDataEntryFilter.java37 public boolean accepts(DataEntry dataEntry); in accepts()
DDataEntryDirectoryFilter.java36 public boolean accepts(DataEntry dataEntry) in accepts()
DDataEntryNameFilter.java50 public boolean accepts(DataEntry dataEntry) in accepts()
DDataEntryParentFilter.java47 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()
DDataEntryCopier.java51 public void read(DataEntry dataEntry) throws IOException in read()
/external/chromium_org/ui/file_manager/image_loader/
Dcache.js231 var dataEntry = {key: key, variable
/external/chromium_org/third_party/icu/source/common/
Duresbund.c989 UResourceDataEntry *dataEntry = mainRes->fData; in init_resb_result() local
1692 UResourceDataEntry *dataEntry = resB->fData; in ures_getByKeyWithFallback() local
/external/icu/icu4c/source/common/
Duresbund.cpp990 UResourceDataEntry *dataEntry = mainRes->fData; in init_resb_result() local
1734 UResourceDataEntry *dataEntry = resB->fData; in ures_getByKeyWithFallback() local
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DInspectorIndexedDBAgent.cpp447 RefPtr<DataEntry> dataEntry = DataEntry::create() in handleEvent() local