Home
last modified time | relevance | path

Searched defs:details (Results 1 – 8 of 8) sorted by relevance

/tools/asuite/atest-py2/
Dtest_mapping.py34 def __init__(self, details): argument
88 def __init__(self, test_mapping_file, details): argument
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceEventTest.kt63 …val details = event.details as? SchedSwitchEvent ?: fail("${event.details} not instance of SchedSw… in testParseLineNoTgid() constant
DTracingMarkerEventTest.kt55 val details = detailsFor<FtraceEventDetails>("tracing_mark_write: this is unknown") in testUnknown() constant
/tools/asuite/atest/
Dtest_mapping.py32 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/
DEventParserState.kt72 onParseDetails(funcName) { state, details -> in onParseDetailsWithMatch() method
84 onParseDetails(funcName) { state, details -> in onParseDetailsWithMatch() method
DFtraceEvent.kt32 val details: FtraceEventDetails) { in <lambda>() constant in trebuchet.importers.ftrace.events.FtraceEvent
DTraceMarkerEvent.kt141 sharedState.onParseDetails("tracing_mark_write") { state, details -> in sharedState() method
/tools/test/connectivity/acts/framework/tests/
Dacts_records_test.py35 def verify_record(self, record, result, details, extras): argument