Home
last modified time | relevance | path

Searched refs:replay_options (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dwebpagereplay_go_server.py84 replay_options, binary_downloader=None): argument
107 self._replay_options = replay_options
109 self._GetGoBinaryPath(replay_options), http_port, https_port,
110 replay_options, archive_path)
112 if RECORD in replay_options or 'record' in replay_options:
131 def _GetGoBinaryPath(self, replay_options): argument
133 if USE_LOCAL_WPR in replay_options:
/external/llvm-project/lldb/tools/driver/
DDriver.cpp814 SBReplayOptions replay_options; in InitializeReproducer() local
815 replay_options.SetCheckVersion(!input_args.hasArg(OPT_no_version_check)); in InitializeReproducer()
816 replay_options.SetVerify(!input_args.hasArg(OPT_no_verification)); in InitializeReproducer()
818 SBReproducer::Replay(replay_path->getValue(), replay_options)) { in InitializeReproducer()