Searched refs:enable_options (Results 1 – 2 of 2) sorted by relevance
153 def do_test(self, enable_options, expect_regexes=None, argument161 if enable_options is not None and len(enable_options) > 0:162 enable_cmd += ' ' + ' '.join(enable_options)332 def do_test(self, enable_options, settings_commands=None, argument362 if enable_options is not None and len(enable_options) > 0:363 enable_cmd += ' ' + ' '.join(enable_options)
999 const char *enable_options = in ParseAutoEnableOptions() local1001 Args args(enable_options); in ParseAutoEnableOptions()1032 auto enable_options = GetGlobalProperties()->GetAutoEnableOptions(); in RunEnableCommand() local1033 if (!enable_options.empty()) { in RunEnableCommand()1035 command_stream << enable_options; in RunEnableCommand()