Searched refs:verify (Results 1 – 7 of 7) sorted by relevance
/art/test/126-miranda-multidex/ |
D | run | 21 ${RUN} --no-verify ${@}
|
/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/000-nop/ |
D | info.txt | 1 This is a sample no-op test, which does at least serve to verify that the
|
/art/test/097-duplicate-method/ |
D | info.txt | 1 This is a test to verify that duplicate methods in a dex file are handled
|
/art/ |
D | Android.mk | 443 .PHONY: use-art-verify-none 444 use-art-verify-none:
|
/art/runtime/ |
D | dex_file.cc | 176 const DexFile* DexFile::OpenFile(int fd, const char* location, bool verify, in OpenFile() argument 215 if (verify && !DexFileVerifier::Verify(dex_file, dex_file->Begin(), dex_file->Size(), location, in OpenFile()
|
D | dex_file.h | 900 static const DexFile* OpenFile(int fd, const char* location, bool verify, std::string* error_msg);
|