Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.h155 static std::unique_ptr<ClassLoaderContext> Create(const std::string& spec);
227 bool Parse(const std::string& spec, bool parse_checksums = false);
228 ClassLoaderInfo* ParseInternal(const std::string& spec, bool parse_checksums);
Dclass_loader_context.cc108 std::unique_ptr<ClassLoaderContext> ClassLoaderContext::Create(const std::string& spec) { in Create() argument
110 if (result->Parse(spec)) { in Create()
117 static size_t FindMatchingSharedLibraryCloseMarker(const std::string& spec, in FindMatchingSharedLibraryCloseMarker() argument
126 spec.find_first_of(kClassLoaderSharedLibraryClosingMark, string_index); in FindMatchingSharedLibraryCloseMarker()
128 spec.find_first_of(kClassLoaderSharedLibraryOpeningMark, string_index); in FindMatchingSharedLibraryCloseMarker()
308 bool ClassLoaderContext::Parse(const std::string& spec, bool parse_checksums) { in Parse() argument
309 if (spec.empty()) { in Parse()
319 if (spec == OatFile::kSpecialSharedLibrary) { in Parse()
326 class_loader_chain_.reset(ParseInternal(spec, parse_checksums)); in Parse()
331 const std::string& spec, bool parse_checksums) { in ParseInternal() argument
[all …]
Dvdex_file.cc459 std::string spec(reinterpret_cast<const char*>(data.data()), data.size()); in MatchesClassLoaderContext()
460 ClassLoaderContext::VerificationResult result = context.VerifyClassLoaderContextMatch(spec); in MatchesClassLoaderContext()
465 << spec << ", actual=" << context.EncodeContextForOatFile("") << ")"; in MatchesClassLoaderContext()
/art/
D.vpython1 # This is a vpython "spec" file.
14 # All python scripts in the repo share this same spec, to avoid dependency
/art/test/064-field-access/
Dinfo.txt10 equivalent, and not merely spec-compliant.
/art/tools/bisection_search/
Dbisection_test.py53 self.testable_mock = Mock(spec=Dex2OatWrapperTestable)
/art/tools/
Dlibcore_failures.txt181 names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"]