Home
last modified time | relevance | path

Searched refs:dex (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/test/etc/loading-test2-jar/
Dbuild.sh39 rm -rf classes.dex
45 jar cf loading-test2.jar classes.dex -C resources .
48 mv classes.dex ${resourceDir}/loading-test2.dex
DREADME.txt2 dex files, which are included as resources in the luni tests. These
/libcore/luni/src/test/etc/loading-test-jar/
Dbuild.sh40 rm -rf classes.dex
51 jar cf loading-test.jar classes.dex -C resources .
55 mv classes.dex ${resourceDir}/loading-test.dex
DREADME.txt2 dex files, which are included as resources in the luni tests. These
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java269 DexFile dex = new DexFile(dexFiles, definingContext, null_elements); in initByteBufferDexPath() local
271 String classLoaderContext = dex.isBackedByOatFile() in initByteBufferDexPath()
273 dexElements = new Element[] { new Element(dex) }; in initByteBufferDexPath()
285 dex.verifyInBackground(definingContext, classLoaderContext); in initByteBufferDexPath()
349 DexFile dex = new DexFile(new ByteBuffer[] { buf }, /* classLoader */ null, in makeInMemoryDexElements() local
351 elements[elementPos++] = new Element(dex); in makeInMemoryDexElements()
389 DexFile dex = null; in makeDexElements() local
393 dex = loadDexFile(file, optimizedDirectory, loader, elements); in makeDexElements()
394 if (dex != null) { in makeDexElements()
395 elements[elementsPos++] = new Element(dex, null); in makeDexElements()
[all …]
/libcore/luni/src/test/java/dalvik/system/
Dcreate_test_jar.sh25 jar cf ./child.jar classes.dex resource.txt
50 jar cf ./parent.jar classes.dex resource.txt resource2.txt
70 jar cf ./bootoverride.jar classes.dex android/icu/ICUConfig.properties
/libcore/luni/src/test/resources/tests/api/java/io/
DsameFieldNames.smali1 # Source for sameFieldNames.dex
/libcore/luni/src/test/java/libcore/dalvik/system/
DInMemoryDexClassLoaderTest.java246 private static InMemoryDexClassLoader createLoaderWithLibPath(File dex, File applicationLibPath) in createLoaderWithLibPath() argument
249 new ByteBuffer[] { readFileToByteBufferIndirect(dex) }, in createLoaderWithLibPath()
/libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/
DREADME.txt1 This directory contains a .smali file used to generate a .dex file used
8 Regenerate the .dex file with:
12 -o libcore/luni/src/test/resources/libcore/java/lang/reflect/parameter/metadata_variations.dex
/libcore/mmodules/core_platform_api/
DAndroid.bp52 // API annotations are available to the dex tools that enable enforcement of runtime
/libcore/expectations/
Dknownfailures.txt1799 description: "Causes open dex file error",