Searched refs:spec (Results 1 – 5 of 5) sorted by relevance
127 static std::unique_ptr<ClassLoaderContext> Create(const std::string& spec);182 bool Parse(const std::string& spec, bool parse_checksums = false);
77 std::unique_ptr<ClassLoaderContext> ClassLoaderContext::Create(const std::string& spec) { in Create() argument79 if (result->Parse(spec)) { in Create()152 bool ClassLoaderContext::Parse(const std::string& spec, bool parse_checksums) { in Parse() argument153 if (spec.empty()) { in Parse()163 if (spec == OatFile::kSpecialSharedLibrary) { in Parse()170 Split(spec, kClassLoaderSeparator, &class_loaders); in Parse()
10 equivalent, and not merely spec-compliant.
53 self.testable_mock = Mock(spec=Dex2OatWrapperTestable)
216 names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"]