Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java228 String marker = String.format("\\%d", i); // e.g. "\1" in getAggregationLabel() local
229 if (label.indexOf(marker) == -1) { in getAggregationLabel()
233 matcher.pattern(), marker, rawLabel); in getAggregationLabel()
236 label = label.replace(marker, matcher.group(i)); in getAggregationLabel()
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py130 marker=None, argument
148 'marker': marker,