Searched refs:GetAllSubSlices (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/timeline/
H A Dslice.py70 for s in sub_slice.GetAllSubSlices():
74 def GetAllSubSlices(self): member in class:Slice
78 return [e for e in self.GetAllSubSlices() if e.name == name]
H A Dtrace_event_importer_unittest.py735 self.assertEqual(4, len(slice_a.GetAllSubSlices()))

Completed in 744 milliseconds