/art/libdexfile/dex/ |
D | art_dex_file_loader.h | 63 bool verify, 72 bool verify, 79 bool verify, 85 bool verify, 93 bool verify, 101 bool verify, 110 bool verify, 117 bool verify, 125 bool verify, 135 bool verify, [all …]
|
D | art_dex_file_loader.cc | 165 bool verify, in Open() argument 177 verify, in Open() 187 bool verify, in Open() argument 209 verify, in Open() 225 bool verify, in Open() argument 236 magic, fd.Release(), location, verify, verify_checksum, error_msg, dex_files); in Open() 241 bool verify, in Open() argument 250 return OpenWithMagic(magic, fd, location, verify, verify_checksum, error_msg, dex_files); in Open() 256 bool verify, in OpenWithMagic() argument 263 return OpenZip(fd, location, verify, verify_checksum, error_msg, dex_files); in OpenWithMagic() [all …]
|
D | dex_file_loader.h | 130 bool verify, 144 bool verify, 154 bool verify, 174 bool verify, 184 bool verify, 195 bool verify,
|
D | dex_file_loader.cc | 227 bool verify, in Open() argument 238 verify, in Open() 253 bool verify, in OpenWithDataSection() argument 263 verify, in OpenWithDataSection() 274 bool verify, in OpenAll() argument 289 verify, in OpenAll() 302 verify, in OpenAll() 323 bool verify, in OpenCommon() argument 360 verify = false; in OpenCommon() 373 if (verify && !dex::Verify(dex_file.get(), in OpenCommon() [all …]
|
/art/test/954-invoke-polymorphic-verifier/ |
D | expected.txt | 1 …ass MethodHandleNotInvoke: void MethodHandleNotInvoke.<init>() failed to verify: void MethodHandle… 2 …class MethodHandleToString: void MethodHandleToString.<init>() failed to verify: void MethodHandle… 3 …rifier rejected class NonReference: void NonReference.<init>() failed to verify: void NonReference… 4 … rejected class TooFewArguments: void TooFewArguments.<init>() failed to verify: void TooFewArgume… 5 …ejected class TooManyArguments: void TooManyArguments.<init>() failed to verify: void TooManyArgum… 6 java.lang.VerifyError: Verifier rejected class BadThis: void BadThis.<init>() failed to verify: voi… 7 …keSignaturePolymorphic: void FakeSignaturePolymorphic.<init>() failed to verify: void FakeSignatur… 8 …aturePolymorphic: void BetterFakeSignaturePolymorphic.<init>() failed to verify: void BetterFakeSi… 10 …: Verifier rejected class Unresolved: void Unresolved.<init>() failed to verify: void Unresolved.<… 12 …areAndExchange(java.lang.invoke.VarHandle, java.lang.Object[]) failed to verify: void VarHandleUnh… [all …]
|
/art/test/641-iterations/src/ |
D | Main.java | 40 static void verify(int n) { in verify() method in Main 49 static void verify() { in verify() method in Main 59 verify(n); in driver() 61 verify(); in driver()
|
/art/tools/class2greylist/test/src/com/android/class2greylist/ |
D | UnsupportedAppUsageAnnotationHandlerTest.java | 25 import static org.mockito.Mockito.verify; 100 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistMethod() 121 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistConstructor() 142 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistField() 163 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistImplicit() 183 verify(mStatus, times(1)).error(format.capture(), any()); in testGreylistImplicit_Invalid_MissingOnClass() 205 verify(mStatus, times(1)).error(format.capture(), any()); in testGreylistImplicit_Invalid_PresentOnMember() 227 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistMethodExpectedSignature() 246 verify(mStatus, times(1)).error(any(), any()); in testGreylistMethodExpectedSignatureWrong() 268 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistInnerClassMethod() [all …]
|
D | AnnotationHandlerTestBase.java | 22 import static org.mockito.Mockito.verify; 52 verify(mStatus, never()).error(any(Throwable.class)); in assertNoErrors() 53 verify(mStatus, never()).error(any(), any()); in assertNoErrors()
|
D | CovariantReturnTypeHandlerTest.java | 25 import static org.mockito.Mockito.verify; 81 verify(mConsumer, times(1)).consume( in testReturnTypeWhitelisted() 104 verify(mStatus, atLeastOnce()).error(any(), any()); in testAnnotatedMemberNotPublicApi() 129 verify(mStatus, atLeastOnce()).error(any(), any()); in testReturnTypeAlreadyWhitelisted() 151 verify(mStatus, atLeastOnce()).error(any(), any()); in testAnnotationOnField()
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 106 bool verify) { in WriteElf() argument 124 vdex_file, oat_file, oat_writer, key_value_store, verify, CopyOption::kOnlyIfCompressed); in WriteElf() 131 bool verify, in WriteElf() argument 145 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify, copy); in WriteElf() 153 bool verify, in WriteElf() argument 165 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify, copy); in WriteElf() 172 bool verify, in DoWriteElf() argument 183 verify, in DoWriteElf() 316 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile); 317 void TestZipFileInput(bool verify, CopyOption copy); [all …]
|
/art/test/674-hiddenapi/ |
D | run | 19 exec ${RUN} $@ --verify-soft-fail
|
/art/test/636-wrong-static-access/ |
D | run | 20 exec ${RUN} $@ --verify-soft-fail
|
/art/test/628-vdex/ |
D | run | 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
|
/art/test/674-vdex-uncompress/ |
D | run | 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
|
/art/test/126-miranda-multidex/ |
D | run | 22 ${RUN} --no-verify ${@}
|
/art/test/613-inlining-dex-cache/ |
D | run | 20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}
|
/art/test/634-vdex-duplicate/ |
D | run | 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex-filter speed --vdex "${@}"
|
/art/test/157-void-class/ |
D | run | 22 --runtime-option --compiler-filter=verify
|
/art/test/615-checker-arm64-store-zero/ |
D | info.txt | 1 Checker test to verify we correctly use wzr and xzr to store zero constants.
|
/art/test/478-checker-inliner-nested-loop/ |
D | info.txt | 1 Tests inlining into a nested loop. SSAChecker should verify that
|
/art/test/096-array-copy-concurrent-gc/ |
D | info.txt | 1 This is a test to verify that System.arraycopy works nice together with
|
/art/test/592-checker-regression-bool-input/ |
D | info.txt | 1 Regression test for Optimizing's GraphChecker which used to verify the internal
|
/art/test/719-dm-verify-redefinition/ |
D | run | 25 --class-loader-context=PCL[$DEX_LOCATION/719-dm-verify-redefinition-ex.jar] \
|
/art/test/178-app-image-native-method/ |
D | run | 22 ${RUN} ${@} --profile -Xcompiler-option --compiler-filter=verify
|
/art/test/000-nop/ |
D | info.txt | 1 This is a sample no-op test, which does at least serve to verify that the
|