Searched refs:WTHRU_FILE (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dperfdiag.py408 WTHRU_FILE = 'wthru_file' variable in class:PerfDiagCommand
418 ALL_DIAG_TESTS = (RTHRU, RTHRU_FILE, WTHRU, WTHRU_FILE, LAT, LIST)
551 (self.RTHRU, self.WTHRU, self.RTHRU_FILE, self.WTHRU_FILE)):
565 if self.diag_tests.intersection((self.RTHRU_FILE, self.WTHRU_FILE)):
905 if self.WTHRU_FILE in self.diag_tests:
906 # If we ran the WTHRU_FILE test, then the objects already exist.
1897 self.WTHRU_FILE))
1959 # Run WTHRU_FILE before RTHRU_FILE. If data is created in WTHRU_FILE it
1961 if self.WTHRU_FILE i
[all...]

Completed in 269 milliseconds