/external/autotest/frontend/migrations/ |
013_new_test_fields.py | 9 manager.execute('ALTER TABLE autotests ADD sync_count INT(11) DEFAULT 1') 14 manager.execute('ALTER TABLE autotests DROP sync_count')
|
022_implement_sync_count.py | 5 UPDATE autotests SET synch_type = 2 WHERE sync_count > 1;
|
/external/autotest/server/tests/netperf2/ |
control.srv | 7 SYNC_COUNT = 2
|
control.stress.srv | 7 SYNC_COUNT = 2
|
/external/autotest/server/tests/netpipe/ |
control.srv | 7 SYNC_COUNT = 2
|
control.stress.srv | 7 SYNC_COUNT = 2
|
/external/autotest/server/tests/barriertest_2client/ |
control.srv | 7 SYNC_COUNT = 2
|
/external/autotest/client/common_lib/ |
control_data_unittest.py | 21 SYNC_COUNT = 2 51 self.assertEquals(cd.sync_count, 2)
|
control_data.py | 53 self.sync_count = 1 167 self._set_int('sync_count', val, min=1)
|
/external/autotest/frontend/afe/ |
admin.py | 263 'test_time', 'sync_count', 'test_type', 'path', 266 list_display = ('name', 'test_type', 'admin_description', 'sync_count')
|
resources.py | 387 'sync_count': self.instance.sync_count, [all...] |
control_file.py | 76 # TODO(gps): Figure out how to get and use SYNC_COUNT here. It is defined
|
rpc_interface.py | 562 sync_count=1): 568 sync_count=sync_count, [all...] |
site_rpc_interface.py | 659 'sync_count', 'job_retries', 'retries', 'path']
|
models.py | 779 sync_count: is a number >=1 (1 being the default). If it's 1, then it's an 781 i.e. if sync_count = 2 it is a sync job that requires two 807 sync_count = dbmodels.IntegerField(default=1) variable in class:Test [all...] |
rpc_utils.py | 292 synch_count = max(test.sync_count for test in test_objects) [all...] |
/external/autotest/frontend/client/src/autotest/afe/ |
TestSelector.java | 98 appendTextField("Synchronization count", getField("sync_count"));
|
/external/autotest/server/cros/dynamic_suite/ |
fakes.py | 26 self.sync_count = 1
|
suite.py | [all...] |
suite_unittest.py | 293 synch_count=test.sync_count, [all...] |
/external/autotest/frontend/afe/doctests/ |
003_misc_rpc_features.txt | 173 # TODO(gps): Figure out how to get and use SYNC_COUNT here. It is defined 276 # TODO(gps): Figure out how to get and use SYNC_COUNT here. It is defined
|
001_rpc_test.txt | 164 ... 'sync_count': 1, [all...] |
/external/autotest/utils/ |
test_importer.py | 267 'test_category', 'sync_count')
|
/external/autotest/database/ |
schema_051.sql | 123 `sync_count` int(11) default '1', [all...] |