HomeSort by relevance Sort by last modified time
    Searched defs:dex (Results 276 - 300 of 390) sorted by null

<<111213141516

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ParameterAnnotationStruct.java 17 package com.android.dexgen.dex.file;
ProtoIdItem.java 17 package com.android.dexgen.dex.file;
Section.java 17 package com.android.dexgen.dex.file;
24 * A section of a {@code .dex} file. Each section consists of a list
Statistics.java 17 package com.android.dexgen.dex.file;
StringIdsSection.java 17 package com.android.dexgen.dex.file;
30 * Strings list section of a {@code .dex} file.
TypeListItem.java 17 package com.android.dexgen.dex.file;
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 36 private final DexBuffer dex; field in class:FindUsages
45 public FindUsages(final DexBuffer dex, String declaredBy, String memberName, final PrintWriter out) {
46 this.dex = dex;
53 List<String> strings = dex.strings();
65 return; // these symbols are not mentioned in this dex
71 int typeIndex = Collections.binarySearch(dex.typeIds(), typeStringIndex);
73 continue; // this type name isn't used as a type in this dex
75 methodIds.addAll(getMethodIds(dex, memberNameIndexes, typeIndex));
76 fieldIds.addAll(getFieldIds(dex, memberNameIndexes, typeIndex))
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
ArrayData.java 17 package com.android.dx.dex.code;
CatchHandlerList.java 17 package com.android.dx.dex.code;
PositionList.java 17 package com.android.dx.dex.code;
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 17 package com.android.dx.dex.file;
DebugInfoItem.java 17 package com.android.dx.dex.file;
19 import com.android.dx.dex.code.DalvCode;
20 import com.android.dx.dex.code.DalvInsnList;
21 import com.android.dx.dex.code.LocalList;
22 import com.android.dx.dex.code.PositionList;
EncodedField.java 17 package com.android.dx.dex.file;
EncodedMethod.java 17 package com.android.dx.dex.file;
19 import com.android.dx.dex.code.DalvCode;
ItemType.java 17 package com.android.dx.dex.file;
MapItem.java 17 package com.android.dx.dex.file;
OffsettedItem.java 17 package com.android.dx.dex.file;
ParameterAnnotationStruct.java 17 package com.android.dx.dex.file;
Section.java 17 package com.android.dx.dex.file;
24 * A section of a {@code .dex} file. Each section consists of a list
Statistics.java 17 package com.android.dx.dex.file;
TypeListItem.java 17 package com.android.dx.dex.file;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
ArrayData.java 17 package com.android.dx.dex.code;
CatchHandlerList.java 17 package com.android.dx.dex.code;
PositionList.java 17 package com.android.dx.dex.code;

Completed in 720 milliseconds

<<111213141516