Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/
Dtest_mapping.py29 def __init__(self, details): argument
81 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/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.py33 def verify_record(self, record, result, details, extras): argument
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraPerformanceTest.java375 String[] details = output[1].split(LOG_SEPARATOR); in parseToCtsMetrics() local