HomeSort by relevance Sort by last modified time
    Searched full:dex (Results 201 - 225 of 1403) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/multidex/library/
build.gradle 29 name 'Android Multi-Dex Library'
30 description "Library for legacy multi-dex support"
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 30 * Manipulates DEX files. The class is similar in principle to
33 * Note we don't directly open and read the DEX file here. They're memory-mapped
42 * Opens a DEX file from a given File object. This will usually be a ZIP/JAR
43 * file with a "classes.dex" inside.
52 * the File object referencing the actual DEX file
63 * Opens a DEX file from a given filename. This will usually be a ZIP/JAR
64 * file with a "classes.dex" inside.
73 * the filename of the DEX file
83 //System.out.println("DEX FILE cookie is " + mCookie + " fileName=" + fileName);
87 * Opens a DEX file from a given filename, using a specified fil
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
DexIndexOverflowException.java 17 package com.android.dex;
20 * Thrown when there's an index overflow writing a dex file.
  /cts/tools/dex-tools/src/dex/reader/
DexAnnotationImpl.java 17 package dex.reader;
19 import dex.reader.DexFileReader.FieldIdItem;
20 import dex.structure.DexAnnotation;
21 import dex.structure.DexAnnotationAttribute;
DexParameterImpl.java 17 package dex.reader;
22 import dex.reader.DexFileReader.FieldIdItem;
23 import dex.structure.DexAnnotation;
24 import dex.structure.DexParameter;
  /cts/tools/dex-tools/test/dex/reader/
LargeDexTests.java 17 package dex.reader;
20 import dex.reader.util.JavaSource;
21 import dex.structure.DexClass;
22 import dex.structure.DexFile;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form10x.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.DalvInsn;
20 import com.android.dexgen.dex.code.InsnFormat;
21 import com.android.dexgen.dex.code.SimpleInsn;
Form30t.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.DalvInsn;
20 import com.android.dexgen.dex.code.InsnFormat;
21 import com.android.dexgen.dex.code.TargetInsn;
  /dalvik/dexgen/src/com/android/dexgen/util/
DexClassLoaderHelper.java 22 * Class used indirectly for loading generated dex classes. It allows the caller
39 * @return dex {@code DexClassLoaderHelper} sole instance
49 * @param pathHolder {@code non-null;} location of jar archive containing dex
51 * @return dex class loader instance with its classpath set to location
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form10x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
Form30t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
  /dalvik/dx/tests/051-dex-explicit-null/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
  /dalvik/dx/tests/063-dex-empty-switch/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
  /dalvik/dx/tests/067-dex-switch-and-try/
info.txt 1 This is a smoke test of dex conversion, which looks at a couple cases of
  /dalvik/dx/tests/071-dex-java-stack-ops/
info.txt 1 This is a smoke test of dex conversion, which checks to see that at
  /dalvik/dx/tests/073-dex-null-array-refs/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
  /dalvik/dx/tests/075-dex-cat2-value-merge/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
  /dalvik/dx/tests/080-dex-exception-tables/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
  /dalvik/dx/tests/081-dex-throws-list/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
  /dalvik/dx/tests/084-dex-high-register-moves/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
  /dalvik/dx/tests/097-dex-branch-offset-zero/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
  /dalvik/dx/tests/127-merge-stress/
run 22 # Find dex files in tree
23 dexes=`find $ANDROID_BUILD_TOP/out -name '*.dex' -printf '%p '`
24 dexesinjars=`find $ANDROID_BUILD_TOP/libcore $ANDROID_BUILD_TOP/out -name '*.jar' -exec sh -c 'unzip -l "{}" 2>/dev/null | grep -q classes.dex ' \; -printf '%p '`
25 dexesinapks=`find $ANDROID_BUILD_TOP/libcore $ANDROID_BUILD_TOP/out -name '*.apk' -exec sh -c 'unzip -l "{}" 2>/dev/null | grep -q classes.dex ' \; -printf '%p '`
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form10x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
Form30t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;

Completed in 218 milliseconds

1 2 3 4 5 6 7 891011>>