Searched refs:drop_caches (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/bin/ |
D | job.py | 47 if self.drop_caches: 48 utils.drop_caches() 93 def __init__(self, control, options, drop_caches=True, argument 114 self._post_record_init(control, options, drop_caches, 215 def _post_record_init(self, control, options, drop_caches, argument 220 self._init_drop_caches(drop_caches) 282 def _init_drop_caches(self, drop_caches): argument 290 self.drop_caches = drop_caches 291 if self.drop_caches: 292 utils.drop_caches() [all …]
|
D | autotest | 82 drop_caches = global_config.global_config.get_config_value('CLIENT', variable 97 job.runjob(os.path.realpath(args[0]), drop_caches, options)
|
D | job_unittest.py | 203 utils.drop_caches.expect_call() 307 drop_caches=True, extra_copy_cmdline=['more-blah']) 518 utils.drop_caches.expect_call() 552 utils.drop_caches.expect_call() 750 utils.drop_caches.expect_call()
|
D | base_utils.py | 1001 def drop_caches(): function
|
/external/f2fs-tools/scripts/ |
D | spo_test.sh | 19 echo 3 > /proc/sys/vm/drop_caches 32 echo 3 > /proc/sys/vm/drop_caches
|
/external/autotest/client/tests/wb_kupdate/ |
D | wb_kupdate.py | 216 utils.drop_caches() 250 utils.drop_caches()
|
/external/autotest/client/site_tests/hardware_Usb30Throughput/ |
D | hardware_Usb30Throughput.py | 104 base_utils.drop_caches()
|
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/ |
D | hardware_UsbBasicFileOperations.py | 92 utils.drop_caches()
|
/external/autotest/server/site_tests/factory_Basic/ |
D | test_list.fwteam_small | 263 dargs={'drop_caches': True, 337 dargs={'drop_caches': True,
|
/external/autotest/client/common_lib/ |
D | test.py | 263 utils.drop_caches()
|
/external/autotest/ |
D | global_config.ini | 90 drop_caches: False key
|
/external/autotest/server/ |
D | server_job.py | 224 self.drop_caches = False
|