Home
last modified time | relevance | path

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

/aosp12/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java36 class TestPrinter implements TestListener { class
43 TestPrinter(String tag, boolean onlyFailures) { in TestPrinter() method in TestPrinter
/aosp12/build/blueprint/parser/
H A Dprinter_test.go433 func TestPrinter(t *testing.T) { func