Searched refs:spec (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | class_loader_context.h | 155 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);
|
D | class_loader_context.cc | 108 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 …]
|
D | vdex_file.cc | 459 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 | .vpython | 1 # 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/ |
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 | 181 names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"]
|