Searched
full:dex (Results
326 -
350 of
633) sorted by null
<<11121314151617181920>>
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationSetRefItem.java | 17 package com.android.dx.dex.file;
|
TypeIdItem.java | 17 package com.android.dx.dex.file;
|
/dalvik/dx/tests/034-dex-minimal/ |
expected.txt | 1 000000: 6465 780a 3033|magic: "dex\n035\0"
|
/dalvik/dx/tests/095-dex-const-string-jumbo/ |
run | 40 dx --debug --dex --no-optimize --positions=none --no-locals \
|
/dalvik/dx/tests/096-dex-giant-catch/ |
run | 39 dx --debug --dex --no-optimize --positions=none --no-locals \
|
/cts/tools/vm-tests/ |
Android.mk | 101 define dex-classes 105 --dex --output=$@ \ 115 $(call dex-classes,$(BUILD_UTIL_INTERMEDIATES_CLASSES),dot/junit/DxUtil.class dot/junit/DxAbstractMain.class)
|
vm-tests.html | 19 bytecode and <code>.dex</code> file format specifications. The suite does 27 docs/dalvik/dex-format.html 74 These run integrity tests for the DEX file format and general
|
/dalvik/tests/068-classloader/src/ |
FancyLoader.java | 33 * The location of the DEX files and class data is dependent upon the 40 /* this is the "alternate" DEX/Jar file */ 78 * Finds the class with the specified binary name, from a DEX file.
|
/dalvik/vm/analysis/ |
DexOptimize.c | 18 * Convert the output from "dx" into a locally-optimized DEX file. 76 * Return the fd of an open file in the DEX file cache area. If the cache 81 * It's possible to execute from an unoptimized DEX file directly, 88 * For a Jar/APK file (a zip archive with "classes.dex" inside), "modWhen" 89 * and "crc32" come from the Zip directory entry. For a stand-alone DEX 91 * DEX header (which immediately follows the magic). If these don't 117 LOGE("Can't open dex cache '%s': %s\n", 141 LOGE("Can't lock dex cache '%s': %d\n", cacheFileName, cc); 220 LOGW("Cached DEX '%s' (%s) is stale and not writable\n", 232 * boot DEX files (core, framework, etc.) mapped early. I [all...] |
ReduceConstants.c | 34 field_id_item, or string_id_item in the DEX file. The first three 56 DEX file, even if some of those aren't used from code. The DEX string 62 DEX optimization removes many index references by replacing virtual method 86 the full set, and append the mapping to the DEX file. This is done at 101 data in the DEX. 107 This is mitigated somewhat by DEX optimizations that replace the constant 109 a larger map table, increasing the size of the DEX on disk. One nice 110 property of approach #1 is that most of the DEX file is unmodified, 142 our core DEX files. Also, this does not work with constants embedded i [all...] |
RegisterMap.h | 43 * heap or mapped out of a (post-dexopt) DEX file. 170 * Header for the memory-mapped RegisterMap pool in the DEX file. 207 * for a DEX file.
|
/dalvik/vm/oo/ |
Resolve.c | 36 * string. It might be in the same DEX file as "referrer", in a different 37 * DEX file, generated by a class loader, or generated by the VM (e.g. 40 * Because the DexTypeId is associated with the referring class' DEX file, 42 * to from classes in multiple DEX files. This is a necessary property for 43 * DEX files associated with different class loaders. 51 * "constant pool" is shared between all classes in the DEX file. We rely 100 * from the same DEX or from a bootstrap class. The pre-verifier 127 LOGW("Class resolved by unexpected DEX:" 142 LOGVV("##### +ResolveClass(%s): referrer=%s dex=%p ldr=%p ref=%d\n", 170 * being resolved may very well be in a different DEX file [all...] |
/cts/tools/vm-tests/src/dot/junit/verify/a1/d/ |
T_a1_1.dfh | 1 // Processing 'out/classes_dasm/dot/junit/verify/a1/d/T_a1_1.dex'... 2 // Opened 'out/classes_dasm/dot/junit/verify/a1/d/T_a1_1.dex', DEX version '035' 3 // DEX file header: 4 // parsed: offset 0, len 8: magic : 'dex
|
/dalvik/docs/ |
hello-world.html | 15 files into a DEX file, and push that to the device. Here's a simple example: 22 % <font color="green">dx --dex --output=foo.jar Foo.class</font><br> 36 a file called <code>classes.dex</code> is created and stored inside the 156 and give it a place to put DEX data that it uncompresses from jar 190 % dx --dex --output=foo.jar Foo.class
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
ApkDeltaVisitor.java | 43 * <li>Any change to the classes.dex inside the output folder</li> 55 * flag is true, then we know we'll have to make the "classes.dex" file. 177 // trigger a change in the classes.dex file 195 // check if classes.dex was removed 213 // that we need to convert to dex already.
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
DexData.java | 24 * Data extracted from a DEX file. 47 * Loads the contents of the DEX file into our data structures. 50 * @throws DexDataException if the DEX contents look bad 78 "this is a DEX file?"); 123 * Loads the string table out of the DEX. 282 * DEX file or within the VM (e.g. primitive classes and arrays). 345 * correspond to classes in the DEX file. Each class reference has 423 * Seeks the DEX file to the specified absolute position. 430 * Fills the buffer by reading bytes from the DEX file. 545 * represents a class defined in this DEX, so we use an object fo [all...] |
/dalvik/dexlist/ |
DexList.c | 18 * List all methods in all concrete classes in one or more DEX files. 208 /* no classes.dex in the APK; pretend we succeeded */ 219 fprintf(stderr, "Warning: DEX parse failed for '%s'\n", fileName);
|
/dalvik/libcore/dalvik/src/main/native/ |
dalvik_system_TouchDex.cpp | 18 * Bit of code to wrap DEX force-updating with a fork() call. 165 * Adjust the timeout based on how many DEX files we have to 166 * process. Larger DEX files take longer, so this is a crude
|
/dalvik/vm/ |
DvmDex.h | 35 * Some additional VM data structures that are associated with the DEX file. 66 * Given a file descriptor for an open "optimized" DEX file, map it into 75 * Open a partial DEX file. Only useful as part of the optimization process.
|
/build/core/ |
proguard.flags | 9 # dex does not like code run through proguard optimize and preverify steps.
|
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotation.java | 17 package dex.structure;
|
/dalvik/dx/src/com/android/dx/dex/code/ |
FixedSizeInsn.java | 17 package com.android.dx.dex.code;
|
LocalEnd.java | 17 package com.android.dx.dex.code;
|
LocalSnapshot.java | 17 package com.android.dx.dex.code;
|
LocalStart.java | 17 package com.android.dx.dex.code;
|
Completed in 561 milliseconds
<<11121314151617181920>>