Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKTapResultParser.java122 static final String SUBTEST_NAME = "name"; field in KTapResultParser
132 Pattern.compile(String.format("^\\s*# Subtest: (?<%s>\\S+)", SUBTEST_NAME));
192 String subtestName = matcher.group(SUBTEST_NAME); in processLines()