Searched refs:profile_only (Results 1 – 5 of 5) sorted by relevance
/external/autotest/frontend/afe/ |
D | control_file.py | 151 def _get_profiler_commands(profilers, is_server, profile_only): argument 153 if profile_only is not None: 154 prepend.append("job.default_profile_only = %r" % profile_only) 177 client_control_file='', profile_only=None, argument 197 prepend, append = _get_profiler_commands(profilers, is_server, profile_only)
|
D | rpc_interface.py | 697 profile_only=None, db_tests=True, argument 741 client_control_file=client_control_file, profile_only=profile_only,
|
/external/autotest/frontend/afe/doctests/ |
D | 003_misc_rpc_features.txt | 41 # profile_only=False support in control file generation 45 ... profile_only=False) 67 # profile_only=True support in control file generation 71 ... profile_only=True)
|
/external/autotest/client/common_lib/ |
D | test.py | 329 def _call_run_once_with_retry(self, constraints, profile_only, argument 346 self._call_run_once(constraints, profile_only, 358 def _call_run_once(self, constraints, profile_only, argument 368 if profile_only: 398 def execute(self, iterations=None, test_length=None, profile_only=None, argument 432 if profile_only is None: 433 profile_only = self.job.default_profile_only 451 self._call_run_once_with_retry(constraints, profile_only, 468 self._call_run_once_with_retry(constraints, profile_only, 472 if not profile_only:
|
D | test_unittest.py | 253 self.test.execute(profile_only=True, iterations=2)
|