Searched defs:mDexPath (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/libartservice/service/javatests/com/android/server/art/ |
H A D | PrimaryDexopterTest.java | 71 private final String mDexPath = "/somewhere/app/foo/base.apk"; field in PrimaryDexopterTest 244 verify(mArtd), mDexPath, "arm64", mRefProfile, false /* isOtherReadable */); in testDexoptUsesRefProfile() local 249 verify(mArtd), mDexPath, "arm", mRefProfile, false /* isOtherReadable */); in testDexoptUsesRefProfile() local 281 verify(mArtd), mDexPath, "arm64", mRefProfile, true /* isOtherReadable */); in testDexoptUsesPublicRefProfile() local 283 verify(mArtd), mDexPath, "arm", mRefProfile, true /* isOtherReadable */); in testDexoptUsesPublicRefProfile() local 304 checkDexoptWithProfile(inOrder.verify(mArtd), mDexPath, "arm64", in testDexoptUsesPrebuiltProfile() local 307 checkDexoptWithProfile(inOrder.verify(mArtd), mDexPath, "arm", in testDexoptUsesPrebuiltProfile() local 343 checkDexoptWithProfile(inOrder.verify(mArtd), mDexPath, "arm64", in checkDexoptMergesProfiles() local 349 checkDexoptWithProfile(inOrder.verify(mArtd), mDexPath, "arm", in checkDexoptMergesProfiles() local 394 verify(mArtd), mDexPath, "arm64", mRefProfile, true /* isOtherReadable */); in testDexoptMergesProfilesMergeFailed() local [all …]
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | ant-tasks.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |