Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 7 of 7) sorted by relevance

/art/test/126-miranda-multidex/
Drun21 ${RUN} --no-verify ${@}
/art/test/096-array-copy-concurrent-gc/
Dinfo.txt1 This is a test to verify that System.arraycopy works nice together with
/art/test/000-nop/
Dinfo.txt1 This is a sample no-op test, which does at least serve to verify that the
/art/test/097-duplicate-method/
Dinfo.txt1 This is a test to verify that duplicate methods in a dex file are handled
/art/
DAndroid.mk443 .PHONY: use-art-verify-none
444 use-art-verify-none:
/art/runtime/
Ddex_file.cc176 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()
Ddex_file.h900 static const DexFile* OpenFile(int fd, const char* location, bool verify, std::string* error_msg);