Home
last modified time | relevance | path

Searched refs:multidex (Results 1 – 25 of 41) sorted by relevance

12

/aosp12/frameworks/multidex/instrumentation/
H A DAndroid.bp25 name: "android-support-multidex-instrumentation-version",
31 …cmd: "echo \"git.version=`cd frameworks/multidex/instrumentation; git log --format=\"%H\" -n 1 || …
32 …"(echo git hash not available; exit 0)`\" > $(genDir)/android-support-multidex-instrumentation.ver…
34 "android-support-multidex-instrumentation.version.txt",
39 name: "android-support-multidex-instrumentation",
45 ":android-support-multidex-instrumentation-version",
48 "android-support-multidex",
H A Dbuild.gradle20 compile project(':multidex')
67 … connection "scm:git:https://android.googlesource.com/platform/frameworks/multidex"
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/
H A DAndroid.mk21 LOCAL_STATIC_JAVA_LIBRARIES := android-support-multidex-instrumentation androidx.test.rules
47 LOCAL_STATIC_JAVA_LIBRARIES := android-support-multidex-instrumentation androidx.test.rules
54 LOCAL_PACKAGE_NAME := MultiDexLegacyTestAppTests2-multidex
67 LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.dex.output.multidex.legacy=t…
/aosp12/frameworks/base/
H A Dpathmap.mk27 multidex/library/src \
28 multidex/instrumentation/src
43 android-support-multidex \
44 android-support-multidex-instrumentation
/aosp12/frameworks/multidex/library/
H A DAndroid.bp25 name: "android-support-multidex-version",
34 cmd: "echo \"git.version=`cd frameworks/multidex/library; git log --format=\"%H\" -n 1 || " +
35 … "(echo git hash not available; exit 0)`\" > $(genDir)/android-support-multidex.version.txt",
37 "android-support-multidex.version.txt",
42 name: "android-support-multidex",
49 ":android-support-multidex-version",
H A DREADME1 Library Project including a multidex loader.
14 located in libs/android-support-multidex.jar.
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/
H A DAndroid.mk21 LOCAL_STATIC_JAVA_LIBRARIES := android-support-multidex-instrumentation
41 LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.dex.output.multidex.legacy=t…
/aosp12/art/test/etc/
H A Ddefault-build64 if [ -d src-multidex ]; then
70 if [ -d smali-multidex ]; then
77 if [ -d jasmin-multidex ]; then
390 `find src-multidex -name '*.java'`
406 …javac_with_bootclasspath -implicit:none $src_tmp_all -d classes2 `find src-multidex -name '*.java'`
465 …${SMALI} -JXmx512m assemble ${SMALI_ARGS} --output smali_classes2.dex `find smali-multidex -name '…
482 `find src-multidex -name '*.java'`
486 javac_with_bootclasspath -d classes-tmp-for-ex `find src-multidex -name '*.java'`
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/
H A DAndroid.mk21 LOCAL_STATIC_JAVA_LIBRARIES := android-support-multidex android-support-multidex-instrumentation an…
/aosp12/frameworks/multidex/
H A Dsettings.gradle17 include ':multidex'
18 project(':multidex').projectDir = new File(rootDir, 'library')
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk21 LOCAL_STATIC_JAVA_LIBRARIES := android-support-multidex
56 LOCAL_STATIC_JAVA_LIBRARIES := android-support-multidex
/aosp12/art/test/556-invoke-super/
H A Dinfo.txt1 Tests the invoke-super opcode with multidex.
/aosp12/art/test/820-vdex-multidex/
H A Dinfo.txt1 Test that vdex logic works with multidex.
/aosp12/art/test/126-miranda-multidex/
H A Dbuild45 mkdir src-multidex
/aosp12/frameworks/multidex/library/src/androidx/multidex/
H A DMultiDexApplication.java17 package androidx.multidex;
/aosp12/art/test/616-cha-interface-default/
H A Dinfo.txt2 Test it under multidex configuration to check cross-dex inlining.
/aosp12/frameworks/multidex/instrumentation/src/com/android/test/runner/
H A DMultiDexTestRunner.java20 import androidx.multidex.MultiDex;
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
H A DTestApplication.java19 import androidx.multidex.MultiDexApplication;
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/
H A DMultiDexAndroidJUnitRunner.java21 import androidx.multidex.MultiDex;
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/
H A DMultiDexAndroidJUnitRunner.java5 import androidx.multidex.MultiDex;
/aosp12/art/test/MultiDexModifiedSecondary/
H A DREADME.txt1 MultiDexModifiedSecondary is designed to result in a multidex file that has
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/
H A DAndroid.mk28 LOCAL_JAVA_LIBRARIES := android-support-multidex
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTestApplication.java19 import androidx.multidex.MultiDexApplication;
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppWithCorruptedDex/
H A DAndroid.mk30 LOCAL_STATIC_JAVA_LIBRARIES := android-support-multidex
/aosp12/frameworks/multidex/library/test/src/androidx/multidex/
H A DZipUtilTest.java17 package androidx.multidex;
19 import androidx.multidex.ZipUtil.CentralDirectory;

12