Searched defs:shared_state_class (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/story/
H A Dstory.py21 shared_state_class: subclass of telemetry.story.shared_state.SharedState.
31 def __init__(self, shared_state_class, name='', tags=None,
45 assert issubclass(shared_state_class,
47 self._shared_state_class = shared_state_class
77 def shared_state_class(self): member in class:Story
/external/chromium-trace/catapult/telemetry/telemetry/internal/
H A Dstory_runner.py130 def __init__(self, shared_state_class):
131 self._shared_state_class = shared_state_class
135 def shared_state_class(self): member in class:StoryGroup
143 assert (story.shared_state_class is
150 the same shared_state_class.
166 StoryGroup(story_set[0].shared_state_class))
168 if (story.shared_state_class is not
169 story_groups[-1].shared_state_class):
176 story_groups[-1].shared_state_class,
177 story.shared_state_class))
[all...]

Completed in 109 milliseconds