Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.h127 static std::unique_ptr<ClassLoaderContext> Create(const std::string& spec);
182 bool Parse(const std::string& spec, bool parse_checksums = false);
Dclass_loader_context.cc77 std::unique_ptr<ClassLoaderContext> ClassLoaderContext::Create(const std::string& spec) { in Create() argument
79 if (result->Parse(spec)) { in Create()
152 bool ClassLoaderContext::Parse(const std::string& spec, bool parse_checksums) { in Parse() argument
153 if (spec.empty()) { in Parse()
163 if (spec == OatFile::kSpecialSharedLibrary) { in Parse()
170 Split(spec, kClassLoaderSeparator, &class_loaders); in Parse()
/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.txt216 names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"]