Searched defs:details (Results 1 – 8 of 8) sorted by relevance
/tools/asuite/atest-py2/ |
D | test_mapping.py | 34 def __init__(self, details): argument 88 def __init__(self, test_mapping_file, details): argument
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/ |
D | FtraceEventTest.kt | 63 …val details = event.details as? SchedSwitchEvent ?: fail("${event.details} not instance of SchedSw… in testParseLineNoTgid() constant
|
D | TracingMarkerEventTest.kt | 55 val details = detailsFor<FtraceEventDetails>("tracing_mark_write: this is unknown") in testUnknown() constant
|
/tools/asuite/atest/ |
D | test_mapping.py | 32 def __init__(self, details): argument 86 def __init__(self, test_mapping_file, details): argument
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/ |
D | EventParserState.kt | 72 onParseDetails(funcName) { state, details -> in onParseDetailsWithMatch() method 84 onParseDetails(funcName) { state, details -> in onParseDetailsWithMatch() method
|
D | FtraceEvent.kt | 32 val details: FtraceEventDetails) { in <lambda>() constant in trebuchet.importers.ftrace.events.FtraceEvent
|
D | TraceMarkerEvent.kt | 141 sharedState.onParseDetails("tracing_mark_write") { state, details -> in sharedState() method
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_records_test.py | 35 def verify_record(self, record, result, details, extras): argument
|