Home
last modified time | relevance | path

Searched refs:next_list (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/
Dgoofy_client.py195 def _set_test_list(self, next_list): argument
224 logging.info('Switching to test list %s', next_list)
231 self._client.SwitchTestList(next_list, 'full')
233 logging.info('Switched to list %s, goofy restarting', next_list)
/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.cpp136 void Function::RegisterBlockEnd(std::vector<uint32_t> next_list, in RegisterBlockEnd() argument
142 next_blocks.reserve(next_list.size()); in RegisterBlockEnd()
146 for (uint32_t successor_id : next_list) { in RegisterBlockEnd()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.cpp136 void Function::RegisterBlockEnd(std::vector<uint32_t> next_list, in RegisterBlockEnd() argument
142 next_blocks.reserve(next_list.size()); in RegisterBlockEnd()
146 for (uint32_t successor_id : next_list) { in RegisterBlockEnd()