Searched refs:spec (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | class_loader_context.h | 187 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);
|
D | class_loader_context.cc | 112 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() 330 class_loader_chain_.reset(ParseInternal(spec, parse_checksums)); in Parse() 335 const std::string& spec, bool parse_checksums) { in ParseInternal() argument [all …]
|
D | vdex_file.cc | 498 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/ |
D | info.txt | 10 equivalent, and not merely spec-compliant.
|
/art/tools/bisection_search/ |
D | bisection_test.py | 53 self.testable_mock = Mock(spec=Dex2OatWrapperTestable)
|
/art/tools/ |
D | libcore_failures.txt | 183 names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"]
|