HomeSort by relevance Sort by last modified time
    Searched defs:staticValuesOffset (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 100 int staticValuesOffset = classDef.getStaticValuesOffset();
101 if (staticValuesOffset != 0) {
102 readArray(new EncodedValueReader(dex.open(staticValuesOffset)));
  /libcore/dex/src/main/java/com/android/dex/
ClassDef.java 33 private final int staticValuesOffset;
37 int annotationsOffset, int classDataOffset, int staticValuesOffset) {
47 this.staticValuesOffset = staticValuesOffset;
87 return staticValuesOffset;
Dex.java 636 int staticValuesOffset = readInt();
639 staticValuesOffset);
    [all...]
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 101 milliseconds