Searched refs:next_list (Results 1 – 2 of 2) sorted by relevance
195 def _set_test_list(self, next_list): argument224 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)
469 DataList* next_list = m_DataLists.GetDataPtr(iMid + 1); in Append() local470 if (list.start < next_list->start) { in Append()