Searched refs:CheckAttributes (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | util_test.py | 122 def CheckAttributes(self, item, main_type, sub_type, q=1, values={}, index=1): member in AcceptItemTest 130 self.CheckAttributes(util.AcceptItem('*/*', 1), None, None) 131 self.CheckAttributes(util.AcceptItem('text/*', 1), 'text', None) 132 self.CheckAttributes(util.AcceptItem('text/plain', 1), 'text', 'plain') 133 self.CheckAttributes( 136 self.CheckAttributes( 139 self.CheckAttributes( 143 self.CheckAttributes(util.AcceptItem('Text/Plain', 1), 'text', 'plain')
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | story_set_smoke_test.py | 70 def CheckAttributes(self, story_set): member in StorySetSmokeTest 142 self.CheckAttributes(story_set)
|