Searched defs:title (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TEST_MAPPING.config.json | 5 "title": "Test Name", string 14 "title": "Whether this is a deviceless test and should run on a host" string 18 "title": "A list of regex path strings that should trigger this test" string 22 "title": "Custom options to pass to Tradefed", string 25 "title": "The Items Schema", string 29 "title": "RegEx of the class name that should be included in running", string 37 "title": "RegEx of the class name that should be excluded from running", string 45 "title": "Include tests annotated with the following annotation", string 53 "title": "Exclude tests annotated with the following annotation", string 65 "title": "The Root Schema", string [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TableBuilder.java | 180 public TableBuilder addTitle(String title) { in addTitle()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/ |
D | TraceMarkerEvent.kt | 22 class BeginSliceEvent(val tgid: Int, val title: String) : FtraceEventDetails { in <lambda>() constant in trebuchet.importers.ftrace.events.BeginSliceEvent
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 261 title=None, argument
|