Home
last modified time | relevance | path

Searched refs:next_list (Results 1 – 2 of 2) 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/pdfium/core/fxcrt/
Dfx_basic.h469 DataList* next_list = m_DataLists.GetDataPtr(iMid + 1); in Append() local
470 if (list.start < next_list->start) { in Append()