/external/f2fs-tools/scripts/ |
spo_test.sh | 19 echo 3 > /proc/sys/vm/drop_caches 32 echo 3 > /proc/sys/vm/drop_caches
|
/external/autotest/client/bin/ |
autotest | 82 drop_caches = global_config.global_config.get_config_value('CLIENT', variable 83 'drop_caches', 97 job.runjob(os.path.realpath(args[0]), drop_caches, options)
|
job.py | 47 if self.drop_caches: 48 utils.drop_caches() 93 def __init__(self, control, options, drop_caches=True, 105 @param drop_caches: If true, utils.drop_caches() is called before and 114 self._post_record_init(control, options, drop_caches, 215 def _post_record_init(self, control, options, drop_caches, 220 self._init_drop_caches(drop_caches) 282 def _init_drop_caches(self, drop_caches): 290 self.drop_caches = drop_cache [all...] |
job_unittest.py | 92 self.god.stub_function_to_return(job.utils, 'drop_caches', None) 150 self.god.stub_function(utils, 'drop_caches') 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()
|
base_utils.py | 1001 def drop_caches(): function 1005 utils.system("echo 3 > /proc/sys/vm/drop_caches", ignore_status=True)
|
/external/autotest/client/site_tests/hardware_Usb30Throughput/ |
hardware_Usb30Throughput.py | 104 base_utils.drop_caches()
|
/external/autotest/client/tests/wb_kupdate/ |
wb_kupdate.py | 216 utils.drop_caches() 250 utils.drop_caches()
|
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/ |
hardware_UsbBasicFileOperations.py | 92 utils.drop_caches()
|
/external/autotest/client/common_lib/ |
test.py | 263 utils.drop_caches() [all...] |
/external/autotest/server/ |
server_job.py | 224 self.drop_caches = False [all...] |