HomeSort by relevance Sort by last modified time
    Searched full:dexfile (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /sdk/emulator/qtools/
trace_reader.cpp 24 static void CopyDexSymbolsToArray(DexFileList *dexfile,
470 char *dexfile = ExtractDexPathFromMmap(path); local
471 if (dexfile != NULL) {
473 event->path = dexfile;
674 DexFileList *dexfile = ptr->value; local
675 delete[] dexfile->path;
676 int nsymbols = dexfile->nsymbols;
677 DexSym *symbols = dexfile->symbols;
681 delete[] dexfile->symbols;
682 delete dexfile;
935 DexFileList *dexfile = NULL; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
IdItem.java 47 public void addContents(DexFile file) {
MemberIdsSection.java 30 public MemberIdsSection(String name, DexFile file) {
AnnotationSetItem.java 115 public void addContents(DexFile file) {
133 protected void writeTo0(DexFile file, AnnotatedOutput out) {
EncodedArrayItem.java 95 public void addContents(DexFile file) {
114 protected void writeTo0(DexFile file, AnnotatedOutput out) {
EncodedField.java 99 public void addContents(DexFile file) {
133 public int encode(DexFile file, AnnotatedOutput out,
FieldAnnotationStruct.java 76 public void addContents(DexFile file) {
85 public void writeTo(DexFile file, AnnotatedOutput out) {
HeaderItem.java 60 public void addContents(DexFile file) {
66 public void writeTo(DexFile file, AnnotatedOutput out) {
MethodAnnotationStruct.java 76 public void addContents(DexFile file) {
85 public void writeTo(DexFile file, AnnotatedOutput out) {
ParameterAnnotationStruct.java 100 public void addContents(DexFile file) {
109 public void writeTo(DexFile file, AnnotatedOutput out) {
StringIdItem.java 88 public void addContents(DexFile file) {
99 public void writeTo(DexFile file, AnnotatedOutput out) {
TypeListItem.java 66 public void addContents(DexFile file) {
92 protected void writeTo0(DexFile file, AnnotatedOutput out) {
HeaderSection.java 37 public HeaderSection(DexFile file) {
  /dalvik/dx/src/com/android/dx/dex/file/
IdItem.java 47 public void addContents(DexFile file) {
MemberIdsSection.java 30 public MemberIdsSection(String name, DexFile file) {
AnnotationSetItem.java 115 public void addContents(DexFile file) {
133 protected void writeTo0(DexFile file, AnnotatedOutput out) {
EncodedField.java 99 public void addContents(DexFile file) {
133 public int encode(DexFile file, AnnotatedOutput out,
FieldAnnotationStruct.java 76 public void addContents(DexFile file) {
85 public void writeTo(DexFile file, AnnotatedOutput out) {
HeaderItem.java 50 public void addContents(DexFile file) {
56 public void writeTo(DexFile file, AnnotatedOutput out) {
MethodAnnotationStruct.java 76 public void addContents(DexFile file) {
85 public void writeTo(DexFile file, AnnotatedOutput out) {
ParameterAnnotationStruct.java 100 public void addContents(DexFile file) {
109 public void writeTo(DexFile file, AnnotatedOutput out) {
StringIdItem.java 86 public void addContents(DexFile file) {
97 public void writeTo(DexFile file, AnnotatedOutput out) {
TypeListItem.java 66 public void addContents(DexFile file) {
92 protected void writeTo0(DexFile file, AnnotatedOutput out) {
  /dalvik/dexlist/
DexList.cpp 21 #include "libdex/DexFile.h"
94 void dumpMethod(DexFile* pDexFile, const char* fileName,
155 void dumpClass(DexFile* pDexFile, int idx)
202 DexFile* pDexFile = NULL;
250 fprintf(stderr, "%s: dexfile [dexfile2 ...]\n", gProgName);
  /cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java 22 import dex.structure.DexFile;
105 public String formatDexFile(DexFile file) {

Completed in 376 milliseconds

1 23 4 5 6 7 8