HomeSort by relevance Sort by last modified time
    Searched refs:dex (Results 251 - 275 of 275) sorted by null

<<11

  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 17 package com.android.dx.dex.file;
38 import static com.android.dx.dex.file.MixedItemSection.SortType;
41 * Representation of an entire {@code .dex} (Dalvik EXecutable)
186 * Returns the contents of this instance as a {@code .dex} file,
191 * @return {@code non-null;} a {@code .dex} file for this instance
469 * Returns the contents of this instance as a {@code .dex} file,
474 * @return {@code non-null;} a {@code .dex} file for this instance
602 * Calculates the signature for the {@code .dex} file in the
630 * Calculates the checksum for the {@code .dex} file in the
AnnotationUtils.java 17 package com.android.dx.dex.file;
AnnotationsDirectoryItem.java 17 package com.android.dx.dex.file;
MixedItemSection.java 17 package com.android.dx.dex.file;
34 * A section of a {@code .dex} file which consists of a sequence of
ClassDataItem.java 17 package com.android.dx.dex.file;
41 * {@code dex} file, as opposed to a random-access form.
ClassDefItem.java 17 package com.android.dx.dex.file;
ValueEncoder.java 17 package com.android.dx.dex.file;
  /external/quake/quake/src/QW/client/
gl_screen.c 840 int dx, dy, dex, dey, nx; local
896 dex = (x + 1) * fracw;
897 if (dex == dx) dex++; // at least one
905 for (nx = dx; nx < dex; nx++) {
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 17 package com.android.dx.dex.code;
StdCatchBuilder.java 17 package com.android.dx.dex.code;
DalvOps.java 17 package com.android.dx.dex.code;
InsnFormat.java 17 package com.android.dx.dex.code;
LocalList.java 17 package com.android.dx.dex.code;
OutputFinisher.java 17 package com.android.dx.dex.code;
RopToDop.java 17 package com.android.dx.dex.code;
RopTranslator.java 17 package com.android.dx.dex.code;
  /build/core/
user_tags.mk 87 dex-tools \
config.mk 219 DEXPREOPT := dalvik/tools/dex-preopt
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PostCompilerHelper.java 154 * Makes the final package. Package the dex files, the temporary resource file into the final
157 * @param dex The path to the dex file.
169 public boolean finalPackage(String intermediateApk, String dex, String output,
218 ApkBuilder apkBuilder = new ApkBuilder(output, intermediateApk, dex, keystoreOsPath,
331 * @param osOutFilePath the path of the dex file to create.
346 // get the dex wrapper
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 377 milliseconds

<<11