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

/dalvik/dx/src/com/android/multidex/
H A DArchivePathElement.java43 public InputStream open(String path) throws IOException { method in class:ArchivePathElement
H A DClassPathElement.java35 InputStream open(String path) throws IOException; method in interface:ClassPathElement
H A DFolderPathElement.java37 public InputStream open(String path) throws FileNotFoundException { method in class:FolderPathElement
/dalvik/dx/src/com/android/dex/
H A DDex.java172 public Section open(int position) { method in class:Dex
249 return open(offset).readTypeList();
257 return open(offset).readClassData();
265 return open(offset).readCode();
314 open(SIGNATURE_OFFSET).write(computeSignature());
315 open(CHECKSUM_OFFSET).writeInt(computeChecksum());
320 * {@code open(tableOfContents.typeIds.off + (index * SizeOf.TYPE_ID_ITEM)).readInt();}
492 Section triesSection = open(data.position());
717 return open(tableOfContents.stringIds.off + (index * SizeOf.STRING_ID_ITEM))
748 return open(tableOfContent
[all...]

Completed in 778 milliseconds