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

  /external/chromium-trace/catapult/third_party/coverage/coverage/
collector.py 61 def __init__(self, should_trace, check_include, timid, branch, warn, concurrency):
70 If `timid` is true, then a slower simpler trace function will be
121 if timid:
122 # Being timid: use the simple Python trace function.
cmdline.py 120 timid = optparse.make_option( variable in class:Opts
121 '', '--timid', action='store_true',
168 timid=None,
355 Opts.timid,
463 timid=options.timid,
control.py 61 auto_data=False, timid=None, branch=None, config_file=True,
79 If `timid` is true, then a slower and simpler trace function will be
154 data_file=data_file, cover_pylib=cover_pylib, timid=timid,
247 timid=self.config.timid,
    [all...]
config.py 165 self.timid = False
280 ('timid', 'run:timid', 'boolean'),

Completed in 132 milliseconds