Home
last modified time | relevance | path

Searched refs:sync_count (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/common_lib/
Dcontrol_data_unittest.py100 self.assertEquals(cd.sync_count, 2)
133 self.assertEquals(cd.sync_count, 2)
Dcontrol_data.py92 self.sync_count = 1
/external/autotest/server/cros/dynamic_suite/
Dfakes.py29 self.sync_count = 1
Dsuite.py343 meta_hosts=[self._board]*test.sync_count,
351 synch_count=test.sync_count,
Dsuite_unittest.py329 synch_count=test.sync_count,
/external/autotest/frontend/afe/
Drpc_utils.py292 synch_count = max(test.sync_count for test in test_objects)
Dmodels.py837 sync_count = dbmodels.IntegerField(default=1) variable in Test
/external/autotest/database/
Dschema_051.sql123 `sync_count` int(11) default '1',