Home
last modified time | relevance | path

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

/external/syzkaller/pkg/repro/
Drepro.go550 return ctx.testImpl(inst.Instance, command, duration)
582 return ctx.testImpl(inst.Instance, bin, duration)
585 func (ctx *context) testImpl(inst *vm.Instance, command string, duration time.Duration) (crashed bo… func
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event_unittest.py48 def testImpl(self): member in TraceEventTests