HomeSort by relevance Sort by last modified time
    Searched full:dex (Results 176 - 200 of 633) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/dx/tests/103-verify-branch-ops/
run 20 dx --debug --dex op_"$1".class >/dev/null 2>&1
22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/104-verify-return-ops/
run 20 dx --debug --dex op_"$1".class >/dev/null 2>&1
22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/105-verify-load-store-ops/
run 20 dx --debug --dex op_"$1".class >/dev/null 2>&1
22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/106-verify-object-ops/
run 20 dx --debug --dex op_"$1".class >/dev/null 2>&1
22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/107-verify-stack-ops/
run 20 dx --debug --dex op_"$1".class >/dev/null 2>&1
22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/vm/
RawDexFile.c 17 * Open an unoptimized DEX file.
22 * Open an unoptimized DEX file. This finds the optimized version in the
  /dalvik/vm/mterp/x86/
OP_INVOKE_INTERFACE.S 25 movl %eax,OUT_ARG3(%esp) # arg3<- dex
34 call dvmFindInterfaceMethodInCache # eax<- call(class, ref, method, dex)
  /build/tools/
dump-package-stats 40 filesize=642684 all=603288/919304 dex=119529/353815 name="out/App.apk"
48 dex: the sum of all "*.dex" entries in the package
128 if ($0 ~ /.dex$/) {
141 "dex=" dex_compressed "/" dex_uncompressed,
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form12x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.HighRegisterPrefix;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.dex.code.SimpleInsn;
Form21c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
Form21h.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericSignatureFormatErrorTest.java 42 File tf = File.createTempFile("classes", ".dex");
59 @SideEffect("strange issue (exception: 'could not open dex file', " +
64 * dex1.bytes is a jar file with a classes.dex in it.
65 * the classes.dex was javac'ed, dx'ed and patched
79 File tf = File.createTempFile("classes", ".dex");
  /dalvik/dexopt/
OptMain.c 18 * Command-line DEX optimization and verification entry point.
23 * remain ignorant of where the DEX data originally came from.
46 static const char* kClassesDex = "classes.dex";
50 * Extract "classes.dex" from zipFd into "cacheFd", leaving a little space
51 * up front for the DEX optimization header.
73 * Write a skeletal DEX optimization header. We want the classes.dex
86 * Open the zip archive, find the DEX entry.
115 * Extract the DEX data into the cache file at the current offset.
290 * 1. "--dex"
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
DexClassLoader.java 29 * list of jar/apk files with classes.dex entries. The directory that
33 * The best place to put the optimized DEX files is in app-specific
35 * optimized DEX files. If other storage is used (e.g. /sdcard), the
57 private DexFile[] mDexs; // opened, prepped DEX files
67 * code. Interpreted classes are found in a set of DEX files contained
76 * directory where optimized DEX files should be written
115 /* open all Zip and DEX files up front */
131 /* we need both DEX and Zip, because dex has no resources */
199 * Replace ".jar", ".zip", whatever with ".dex". We don't want t
    [all...]
  /cts/tools/signature-tools/src/signature/converter/
Main.java 20 import signature.converter.dex.DexFactory;
31 // (doclet | dex) sourcefiles --out file --name name --packages packageName{
68 } else if ("dex".equals(type)) {
  /system/core/rootdir/
Android.mk 17 # to run the dex pre-optimization *in* the emulator. So keep the file until
18 # we are capable of running dex preopt on the host.
43 # to allow -user builds to properly run the dex pre-optimization pass in
  /cts/tools/dex-tools/src/dex/structure/
DexAnnotatedElement.java 17 package dex.structure;
DexEncodedAnnotation.java 17 package dex.structure;
DexField.java 17 package dex.structure;
DexInterface.java 17 package dex.structure;
DexMethod.java 17 package dex.structure;
NamedElement.java 17 package dex.structure;
WithModifiers.java 17 package dex.structure;
  /cts/tools/signature-tools/
sig-create 39 classpath=$libdir/signature-tools.jar:$libdir/dex-tools.jar:\
49 COREDEX=${ANDROID_PRODUCT_OUT}/../../common/obj/JAVA_LIBRARIES/core_intermediates/classes.dex
56 sig --create dex ${COREDEX} \
57 --out ${ANDROID_BUILD_TOP}/out/dex \
  /cts/tools/signature-tools/src/signature/converter/dex/
IClassInitializer.java 17 package signature.converter.dex;

Completed in 340 milliseconds

1 2 3 4 5 6 78 91011>>