OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_suffix
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/third_party/coverage/coverage/
monkey.py
37
cov = Coverage(
data_suffix
=True)
control.py
60
self, data_file=None,
data_suffix
=None, cover_pylib=None,
67
".coverage". `
data_suffix
` is appended (with a dot) to `data_file` to
68
create the final file name. If `
data_suffix
` is simply True, then a
155
branch=branch, parallel=bool_or_none(
data_suffix
),
162
self._data_suffix =
data_suffix
183
self.
data_suffix
= self.run_suffix = None
269
# `self.run_suffix` now, and promote it to `self.
data_suffix
` if we
273
# if
data_suffix
=True, use .machinename.pid.random
277
self.
data_suffix
= None
680
# as the
data_suffix
when we eventually save the data
[
all
...]
cmdline.py
461
data_suffix
=options.parallel_mode,
/external/chromium-trace/catapult/third_party/gsutil/gslib/
__init__.py
38
data_file=coverage_outfile,
data_suffix
=True, auto_data=True,
/external/chromium-trace/catapult/third_party/coverage/
igor.py
136
cov = coverage.Coverage(config_file="metacov.ini",
data_suffix
=False)
/external/chromium-trace/catapult/third_party/typ/typ/
runner.py
325
data_suffix
=True)
629
cov = coverage.coverage(
data_suffix
=True)
750
data_suffix
=True)
Completed in 564 milliseconds