Home
last modified time | relevance | path

Searched defs:check_expectations (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_lint/src/
Dexpect.rs13 fn check_expectations(tcx: TyCtxt<'_>, tool_filter: Option<Symbol>) { in check_expectations() function
/third_party/skia/bench/
Dcheck_bench_regressions.py130 def check_expectations(lines, expectations, key_suffix): function