Home
last modified time | relevance | path

Searched refs:drop_caches (Results 1 – 12 of 12) sorted by relevance

/external/autotest/client/bin/
Djob.py47 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 …]
Dautotest82 drop_caches = global_config.global_config.get_config_value('CLIENT', variable
97 job.runjob(os.path.realpath(args[0]), drop_caches, options)
Djob_unittest.py203 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()
Dbase_utils.py1001 def drop_caches(): function
/external/f2fs-tools/scripts/
Dspo_test.sh19 echo 3 > /proc/sys/vm/drop_caches
32 echo 3 > /proc/sys/vm/drop_caches
/external/autotest/client/tests/wb_kupdate/
Dwb_kupdate.py216 utils.drop_caches()
250 utils.drop_caches()
/external/autotest/client/site_tests/hardware_Usb30Throughput/
Dhardware_Usb30Throughput.py104 base_utils.drop_caches()
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
Dhardware_UsbBasicFileOperations.py92 utils.drop_caches()
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small263 dargs={'drop_caches': True,
337 dargs={'drop_caches': True,
/external/autotest/client/common_lib/
Dtest.py263 utils.drop_caches()
/external/autotest/
Dglobal_config.ini90 drop_caches: False key
/external/autotest/server/
Dserver_job.py224 self.drop_caches = False