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

1 2 3 4 56 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 142 File dexFile = File.createTempFile(TEMP_PREFIX, AdtConstants.DOT_DEX);
143 dexFile.deleteOnExit();
204 helper.executeDx(javaProject, dxInput, dexFile.getAbsolutePath());
210 dexFile.getAbsolutePath(),
  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 19 import dex.structure.DexFile;
68 public DexFile read(DexBuffer buffer) {
  /cts/tools/dx-tests/src/dxconvext/
ClassFileAssembler.java 124 * Originally from com.android.dx.dex.file.DexFile.
154 * Originally from com.android.dx.dex.file.DexFile.
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 164 public final void writeTo(DexFile file, AnnotatedOutput out) {
313 protected abstract void writeTo0(DexFile file, AnnotatedOutput out);
AnnotationsDirectoryItem.java 240 public void addContents(DexFile file) {
284 protected void writeTo0(DexFile file, AnnotatedOutput out) {
CatchStructs.java 119 public void encode(DexFile file) {
195 public void writeTo(DexFile file, AnnotatedOutput out) {
ClassDefItem.java 130 public void addContents(DexFile file) {
173 public void writeTo(DexFile file, AnnotatedOutput out) {
ClassDefsSection.java 48 public ClassDefsSection(DexFile file) {
StringIdsSection.java 45 public StringIdsSection(DexFile file) {
TypeIdsSection.java 42 public TypeIdsSection(DexFile file) {
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 164 public final void writeTo(DexFile file, AnnotatedOutput out) {
313 protected abstract void writeTo0(DexFile file, AnnotatedOutput out);
AnnotationsDirectoryItem.java 240 public void addContents(DexFile file) {
284 protected void writeTo0(DexFile file, AnnotatedOutput out) {
CatchStructs.java 117 public void encode(DexFile file) {
193 public void writeTo(DexFile file, AnnotatedOutput out) {
ClassDefItem.java 128 public void addContents(DexFile file) {
171 public void writeTo(DexFile file, AnnotatedOutput out) {
ClassDefsSection.java 48 public ClassDefsSection(DexFile file) {
StringIdsSection.java 44 public StringIdsSection(DexFile file) {
TypeIdsSection.java 42 public TypeIdsSection(DexFile file) {
  /cts/tools/vm-tests/src/util/build/
BuildDalvikSuite.java 540 BuildStep.BuildFile dexFile = new BuildStep.BuildFile(
543 DFHBuildStep buildStep = new DFHBuildStep(inputFile, dexFile);
547 JarBuildStep jarBuildStep = new JarBuildStep(dexFile,
559 BuildStep.BuildFile dexFile = new BuildStep.BuildFile(
562 DasmBuildStep buildStep = new DasmBuildStep(inputFile, dexFile);
567 JarBuildStep jarBuildStep = new JarBuildStep(dexFile,
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 387 BuildStep.BuildFile dexFile = new BuildStep.BuildFile(
390 DFHBuildStep buildStep = new DFHBuildStep(inputFile, dexFile);
394 JarBuildStep jarBuildStep = new JarBuildStep(dexFile,
406 BuildStep.BuildFile dexFile = new BuildStep.BuildFile(
409 DasmBuildStep buildStep = new DasmBuildStep(inputFile, dexFile);
414 JarBuildStep jarBuildStep = new JarBuildStep(dexFile,
  /dalvik/vm/analysis/
DexPrepare.cpp 52 static void verifyAndOptimizeClasses(DexFile* pDexFile, bool doVerify,
54 static void verifyAndOptimizeClass(DexFile* pDexFile, ClassObject* clazz,
553 * also add a field to DexFile, but since it only pertains to DEX
610 LOGE("Unable to create DexFile");
808 * Now that the DEX file can be read directly, create a DexFile struct
812 LOGE("Unable to create DexFile");
820 * We create a temporary link from the DexFile for the benefit of
    [all...]
  /dalvik/libdex/
CmdUtils.cpp 19 #include "DexFile.h"
DexUtf.h 24 #include "DexFile.h"
InstrUtils.h 23 #include "DexFile.h"
Leb128.h 24 #include "DexFile.h"
OptInvocation.cpp 33 #include "DexFile.h"

Completed in 236 milliseconds

1 2 3 4 56 7 8