Home
last modified time | relevance | path

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

/external/wayland/tests/
Dproxy-test.c36 int sync_count; member
88 server.sync_count++; in logger_func()
123 while (server.sync_count < 2) { in TEST()
/external/autotest/client/common_lib/
Dcontrol_data_unittest.py106 self.assertEqual(cd.sync_count, 2)
136 self.assertEqual(cd.sync_count, 2)
Dcontrol_data.py98 self.sync_count = 1
/external/autotest/server/cros/dynamic_suite/
Dfakes.py33 self.sync_count = 1
Dsuite.py405 meta_hosts=[self._board]*test.sync_count,
414 synch_count=test.sync_count,
Dsuite_unittest.py349 synch_count=test.sync_count,
/external/autotest/frontend/afe/
Drpc_utils.py274 synch_count = max(test.sync_count for test in test_objects)
Dmodels.py1056 sync_count = dbmodels.IntegerField(default=1) variable in Test
/external/autotest/server/cros/tradefed/
Dgenerate_controlfiles_common.py840 sync_count=get_sync_count(modules, abi, is_public),
/external/autotest/database/
Dschema_129.sql127 `sync_count` int(11) DEFAULT '1',
/external/bcc/docs/
Dtutorial_bcc_python_developer.md169 ### Lesson 5. sync_count.py