OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_suffix
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py
33
def __init__(self, data_file=None,
data_suffix
=None, cover_pylib=None,
38
".coverage". `
data_suffix
` is appended (with a dot) to `data_file` to
39
create the final file name. If `
data_suffix
` is simply True, then a
105
branch=branch, parallel=bool_or_none(
data_suffix
),
138
# `self.run_suffix` now, and promote it to `self.
data_suffix
` if we
140
if
data_suffix
or self.config.parallel:
141
if not isinstance(
data_suffix
, string_class):
142
# if
data_suffix
=True, use .machinename.pid.random
143
data_suffix
= True
145
data_suffix
= Non
[
all
...]
cmdline.py
462
data_suffix
= options.parallel_mode,
Completed in 173 milliseconds