Searched
full:dex (Results
476 -
500 of
1380) sorted by null
<<11121314151617181920>>
/libcore/dex/src/main/java/com/android/dex/ |
Mutf8.java | 17 package com.android.dex; 19 import com.android.dex.util.ByteInput; 23 * Modified UTF-8 as described in the dex file format spec.
|
/cts/tools/dex-tools/src/dex/reader/ |
DexEncodedValueImpl.java | 17 package dex.reader; 19 import static dex.structure.DexEncodedValueType.*; 20 import dex.reader.DexFileReader.FieldIdItem; 21 import dex.structure.DexAnnotation; 22 import dex.structure.DexEncodedValue; 23 import dex.structure.DexEncodedValueType;
|
DexFileReader.java | 17 package dex.reader; 19 import dex.structure.DexFile; 25 // DEX constants 106 // "dex\n035\0" 109 assert Arrays.equals(magic, REF_MAGIC) : "Not a DEX file"; 135 // FIXME Support for big endian encoded dex files
|
/external/chromium_org/tools/deep_memory_profiler/ |
policy.android.browser.json | 17 "unhooked-system-dex", 18 "unhooked-chrome-dex", 137 "name": "unhooked-system-dex", 138 "mappedpathname": "/data/dalvik-cache/system.*.dex.*", 142 "name": "unhooked-chrome-dex", 143 "mappedpathname": "^/.*?(chrome|content).*?apk@classes.dex",
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
ClassPath.java | 63 * Creates a new ClassPath instance that can load classes from the given dex files 65 * @param classPath An array of DexFile objects. When loading a class, these dex files will be searched in order 72 * Creates a new ClassPath instance that can load classes from the given dex files 74 * @param classPath An iterable of DexFile objects. When loading a class, these dex files will be searched in order 167 private static final Pattern dalvikCacheOdexPattern = Pattern.compile("@([^@]+)@classes.dex$"); 177 if (entryName.endsWith("@classes.dex")) {
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/ |
android-8.xml | 58 If this is not done in place, override ${out.dex.input.absolute.dir}] 93 <!-- Redefine the dex help macro, so it converts the optimized classes.. --> 94 <macrodef name="dex-helper"> 98 <echo>Converting optimized files into ${intermediate.dex.file}...</echo> 100 <arg value="--dex" /> 101 <arg value="--output=${intermediate.dex.file}" />
|
/art/compiler/dex/ |
verified_method.h | 35 // Since we're adding the dex PCs to the set in increasing order, a sorted vector 39 // Devirtualization map type maps dex offset to concrete method reference.
|
/cts/tools/vm-tests-tf/src/dot/junit/ |
DxUtil.java | 26 * and thus do not exist in .dex format, so that this class missing means a 48 // classes.dex was written at all.
|
/dalvik/dx/src/com/android/dx/dex/file/ |
StringDataItem.java | 17 package com.android.dx.dex.file; 19 import com.android.dex.Leb128;
|
StringIdItem.java | 17 package com.android.dx.dex.file; 19 import com.android.dex.SizeOf;
|
/dalvik/dx/tests/116-leb128/com/android/dx/util/ |
Leb128UtilsTest.java | 19 import com.android.dex.util.ByteArrayByteInput; 20 import com.android.dex.Leb128;
|
/dalvik/opcode-gen/ |
regen-all | 37 ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/Dops.java 38 ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/RopToDop.java
|
/libcore/dalvik/src/main/java/dalvik/system/ |
PathClassLoader.java | 47 * <li>JAR/ZIP/APK files, possibly containing a "classes.dex" file as 49 * <li>Raw ".dex" files (not inside a zip file).
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
Dops.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.dex.DexOptions; 20 import com.android.dx.dex.code.form.Form10t; 21 import com.android.dx.dex.code.form.Form10x; 22 import com.android.dx.dex.code.form.Form11n; 23 import com.android.dx.dex.code.form.Form11x; 24 import com.android.dx.dex.code.form.Form12x; 25 import com.android.dx.dex.code.form.Form20t; 26 import com.android.dx.dex.code.form.Form21c; 27 import com.android.dx.dex.code.form.Form21h [all...] |
/art/build/ |
Android.oat.mk | 33 --image-classes=$$(PRELOADED_CLASSES) $$(addprefix --dex-file=,$$(HOST_CORE_DEX_FILES)) \ 34 $$(addprefix --dex-location=,$$(HOST_CORE_DEX_LOCATIONS)) --oat-file=$$($(1)HOST_CORE_OAT_OUT) \ 56 --image-classes=$$(PRELOADED_CLASSES) $$(addprefix --dex-file=,$$(TARGET_CORE_DEX_FILES)) \ 57 $$(addprefix --dex-location=,$$(TARGET_CORE_DEX_LOCATIONS)) --oat-file=$$($(1)TARGET_CORE_OAT_OUT) \
|
/art/compiler/dex/quick/ |
dex_file_to_method_inliner_map.h | 25 #include "dex/quick/dex_file_method_inliner.h"
|
/art/test/005-annotations/ |
build | 27 ${DX} -JXmx256m --debug --dex --output=$TEST_NAME.jar classes
|
/build/target/board/generic_x86/ |
BoardConfig.mk | 24 # Enable dex-preoptimization to speed up the first boot sequence
|
/build/target/board/generic_x86_64/ |
BoardConfig.mk | 30 # Enable dex-preoptimization to speed up the first boot sequence
|
/cts/tests/print/ |
print-instrument | 25 # If not running as root, use an alternative dex cache.
|
/cts/tools/cts-holo-generation/ |
Android.mk | 22 # and because it is in data, do not strip classes.dex
|
/cts/tools/dasm/src/dasm/ |
DasmCatchBuilder.java | 19 import com.android.dx.dex.code.CatchBuilder; 20 import com.android.dx.dex.code.CatchHandlerList; 21 import com.android.dx.dex.code.CatchTable; 22 import com.android.dx.dex.code.CodeAddress;
|
Main.java | 41 * destination path to place .dex file(s) 114 // determine where to place .dex file 130 out_file = new File(class_name + ".dex"); 133 out_file = new File(dest_dir, class_name + ".dex");
|
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotationAttribute.java | 17 package dex.structure;
|
DexClass.java | 17 package dex.structure;
|
Completed in 1196 milliseconds
<<11121314151617181920>>