Searched refs:DexFile (Results 1 - 25 of 115) sorted by relevance
12345
/dalvik/libdex/ |
H A D | DexOptData.h | 25 #include "libdex/DexFile.h" 34 bool dexParseOptData(const u1* data, size_t length, DexFile* pDexFile);
|
H A D | DexFile.h | 497 * Code should regard DexFile as opaque, using the API calls provided here 500 struct DexFile { struct 539 * On success, return a newly-allocated DexFile. 541 DexFile* dexFileParse(const u1* data, size_t length, int flags); 582 * Free a DexFile structure, along with any associated structures. 584 void dexFileFree(DexFile* pDexFile); 589 DexClassLookup* dexCreateClassLookup(DexFile* pDexFile); 594 const DexClassDef* dexFindClass(const DexFile* pFile, const char* descriptor); 597 * Set up the basic raw data pointers of a DexFile. This function isn't 600 void dexFileSetupBasicPointers(DexFile* pDexFil [all...] |
H A D | DexDebugInfo.h | 24 #include "DexFile.h" 47 const DexFile* pDexFile,
|
H A D | DexProto.h | 24 #include "DexFile.h" 77 * particular DexFile. 80 const DexFile* dexFile; /* file the idx refers to */ 88 const DexFile* pDexFile, const DexMethodId* pMethodId) 123 DEX_INLINE const char* dexGetDescriptorFromMethodId(const DexFile* pDexFile, 137 DEX_INLINE char* dexCopyDescriptorFromMethodId(const DexFile* pDexFile,
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
H A D | Item.java | 58 * Populates a {@link DexFile} with items from within this instance. 67 public abstract void addContents(DexFile file); 71 * using the given {@link DexFile} to look things up as needed. 79 public abstract void writeTo(DexFile file, AnnotatedOutput out);
|
H A D | EncodedMember.java | 67 * Populates a {@link DexFile} with items from within this instance. 71 public abstract void addContents(DexFile file); 84 public abstract int encode(DexFile file, AnnotatedOutput out,
|
H A D | FieldIdItem.java | 42 public void addContents(DexFile file) { 60 protected int getTypoidIdx(DexFile file) {
|
H A D | MethodIdItem.java | 42 public void addContents(DexFile file) { 60 protected int getTypoidIdx(DexFile file) {
|
H A D | MemberIdsSection.java | 30 public MemberIdsSection(String name, DexFile file) {
|
H A D | AnnotationSetRefItem.java | 57 public void addContents(DexFile file) { 71 protected void writeTo0(DexFile file, AnnotatedOutput out) {
|
H A D | IdItem.java | 47 public void addContents(DexFile file) {
|
H A D | UniformItemSection.java | 39 public UniformItemSection(String name, DexFile file, int alignment) { 71 DexFile file = getFile(); 83 DexFile file = getFile();
|
H A D | MemberIdItem.java | 54 public void addContents(DexFile file) { 63 public final void writeTo(DexFile file, AnnotatedOutput out) { 92 protected abstract int getTypoidIdx(DexFile file);
|
H A D | Section.java | 32 private final DexFile file; 69 public Section(String name, DexFile file, int alignment) { 88 public final DexFile getFile() {
|
H A D | HeaderSection.java | 37 public HeaderSection(DexFile file) {
|
/dalvik/dx/src/com/android/dx/dex/file/ |
H A D | Item.java | 58 * Populates a {@link DexFile} with items from within this instance. 67 public abstract void addContents(DexFile file); 71 * using the given {@link DexFile} to look things up as needed. 79 public abstract void writeTo(DexFile file, AnnotatedOutput out);
|
H A D | EncodedMember.java | 67 * Populates a {@link DexFile} with items from within this instance. 71 public abstract void addContents(DexFile file); 84 public abstract int encode(DexFile file, AnnotatedOutput out,
|
H A D | FieldIdItem.java | 42 public void addContents(DexFile file) { 60 protected int getTypoidIdx(DexFile file) {
|
H A D | MethodIdItem.java | 42 public void addContents(DexFile file) { 60 protected int getTypoidIdx(DexFile file) {
|
H A D | AnnotationSetRefItem.java | 57 public void addContents(DexFile file) { 71 protected void writeTo0(DexFile file, AnnotatedOutput out) {
|
H A D | IdItem.java | 47 public void addContents(DexFile file) {
|
H A D | UniformItemSection.java | 39 public UniformItemSection(String name, DexFile file, int alignment) { 71 DexFile file = getFile(); 83 DexFile file = getFile();
|
H A D | MemberIdItem.java | 52 public void addContents(DexFile file) { 61 public final void writeTo(DexFile file, AnnotatedOutput out) { 90 protected abstract int getTypoidIdx(DexFile file);
|
H A D | Section.java | 32 private final DexFile file; 69 public Section(String name, DexFile file, int alignment) { 88 public final DexFile getFile() {
|
H A D | HeaderSection.java | 37 public HeaderSection(DexFile file) {
|
Completed in 93 milliseconds
12345