Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.h187 static std::unique_ptr<ClassLoaderContext> Create(const std::string& spec);
272 bool Parse(const std::string& spec, bool parse_checksums = false);
273 ClassLoaderInfo* ParseInternal(const std::string& spec, bool parse_checksums);
Dclass_loader_context.cc112 std::unique_ptr<ClassLoaderContext> ClassLoaderContext::Create(const std::string& spec) { in Create() argument
114 if (result->Parse(spec)) { in Create()
121 static size_t FindMatchingSharedLibraryCloseMarker(const std::string& spec, in FindMatchingSharedLibraryCloseMarker() argument
130 spec.find_first_of(kClassLoaderSharedLibraryClosingMark, string_index); in FindMatchingSharedLibraryCloseMarker()
132 spec.find_first_of(kClassLoaderSharedLibraryOpeningMark, string_index); in FindMatchingSharedLibraryCloseMarker()
312 bool ClassLoaderContext::Parse(const std::string& spec, bool parse_checksums) { in Parse() argument
313 if (spec.empty()) { in Parse()
323 if (spec == OatFile::kSpecialSharedLibrary) { in Parse()
331 class_loader_chain_.reset(ParseInternal(spec, parse_checksums)); in Parse()
336 const std::string& spec, bool parse_checksums) { in ParseInternal() argument
[all …]
Dvdex_file.cc498 std::string spec(reinterpret_cast<const char*>(data.data()), data.size()); in MatchesClassLoaderContext()
499 ClassLoaderContext::VerificationResult result = context.VerifyClassLoaderContextMatch(spec); in MatchesClassLoaderContext()
504 << spec << ", actual=" << context.EncodeContextForOatFile("") << ")"; in MatchesClassLoaderContext()
/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.txt183 names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"]