HomeSort by relevance Sort by last modified time
    Searched refs:timid (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
config.py 40 self.timid = False
68 self.timid = ('--timid' in env)
100 if cp.has_option('run', 'timid'):
101 self.timid = cp.getboolean('run', 'timid')
cmdline.py 87 timid = optparse.make_option( variable in class:Opts
88 '', '--timid', action='store_true',
124 timid=None,
180 Opts.timid,
304 Opts.timid,
464 timid = options.timid,
579 coverage -x [-p] [-L] [--timid] MODULE.py [ARG1 ARG2 ...]
583 Python installed library, which isn't done by default. With --timid, use a
collector.py 29 # PyTracer to get accurate results. The command-line --timid argument is
145 def __init__(self, should_trace, timid, branch, warn):
152 If `timid` is true, then a slower simpler trace function will be
170 if timid:
171 # Being timid: use the simple Python trace function.
control.py 34 auto_data=False, timid=None, branch=None, config_file=True,
50 If `timid` is true, then a slower and simpler trace function will be
104 data_file=data_file, cover_pylib=cover_pylib, timid=timid,
132 self._should_trace, timid=self.config.timid,

Completed in 148 milliseconds