HomeSort by relevance Sort by last modified time
    Searched defs:dex (Results 151 - 161 of 161) sorted by null

1 2 3 4 5 67

  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 17 package com.android.dx.dex.code;
RopTranslator.java 17 package com.android.dx.dex.code;
Dops.java 17 package com.android.dx.dex.code;
19 import com.android.dx.dex.code.form.Form10t;
20 import com.android.dx.dex.code.form.Form10x;
21 import com.android.dx.dex.code.form.Form11n;
22 import com.android.dx.dex.code.form.Form11x;
23 import com.android.dx.dex.code.form.Form12x;
24 import com.android.dx.dex.code.form.Form20t;
25 import com.android.dx.dex.code.form.Form21c;
26 import com.android.dx.dex.code.form.Form21h;
27 import com.android.dx.dex.code.form.Form21s
    [all...]
DalvOps.java 17 package com.android.dx.dex.code;
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.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;
36 import static com.android.dx.dex.file.DebugInfoConstants.*;
39 * A decoder for the dex debug info state machine format.
65 /** dex file this debug info will be stored in */
92 * @param file dex file this debug info will be stored in
DebugInfoEncoder.java 17 package com.android.dx.dex.file;
19 import com.android.dx.dex.code.LocalList;
20 import com.android.dx.dex.code.PositionList;
40 import static com.android.dx.dex.file.DebugInfoConstants.*;
43 * An encoder for the dex debug info state machine format. The format
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
  /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++) {
screen.c 790 int dx, dy, dex, dey, nx; local
854 dex = (x + 1) * fracw;
855 if (dex == dx) dex++; // at least one
863 for (nx = dx; nx < dex; nx++) {
  /build/core/
definitions.mk     [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java 17 package signature.converter.dex;
19 import static signature.converter.dex.DexUtil.convertAnyWay;
20 import static signature.converter.dex.DexUtil.declaresExceptions;
21 import static signature.converter.dex.DexUtil.declaresMemberClasses;
22 import static signature.converter.dex.DexUtil.findPackageInfo;
23 import static signature.converter.dex.DexUtil.getClassModifiers;
24 import static signature.converter.dex.DexUtil.getClassName;
25 import static signature.converter.dex.DexUtil.getDefaultMappingsAnnotation;
26 import static signature.converter.dex.DexUtil.getDexName;
27 import static signature.converter.dex.DexUtil.getEnclosingClassName
    [all...]

Completed in 335 milliseconds

1 2 3 4 5 67