Home
last modified time | relevance | path

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

/art/runtime/base/
Dlogging.cc106 std::string spec(specs[i]); in InitLogging() local
107 if (spec.size() == 3 && StartsWith(spec, "*:")) { in InitLogging()
108 switch (spec[2]) { in InitLogging()
133 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags << ")"; in InitLogging()
/art/test/064-field-access/
Dinfo.txt10 equivalent, and not merely spec-compliant.