HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 501 - 525 of 2662) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 205 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
214 CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
280 CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
345 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
349 CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
395 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
  /external/chromium_org/components/variations/
variations_seed_processor_unittest.cc 139 CommandLine::ForCurrentProcess()->AppendSwitch(kForcingFlag1);
157 CommandLine::ForCurrentProcess()->AppendSwitch(kForcingFlag1);
169 CommandLine::ForCurrentProcess()->AppendSwitch(kForcingFlag2);
181 CommandLine::ForCurrentProcess()->AppendSwitch(kForcingFlag1);
182 CommandLine::ForCurrentProcess()->AppendSwitch(kForcingFlag2);
306 CommandLine::ForCurrentProcess()->AppendSwitch(kForcingFlag1);
394 CommandLine::ForCurrentProcess()->AppendSwitch(kForcingFlag1);
452 CommandLine::ForCurrentProcess()->AppendSwitch(kForcingFlag1);
477 CommandLine::ForCurrentProcess()->AppendSwitch(kForcingFlag1);
  /external/chromium_org/content/public/test/
test_launcher.cc 181 !CommandLine::ForCurrentProcess()->HasSwitch(kRunManualTestsFlag)) {
320 CommandLine cmd_line(*CommandLine::ForCurrentProcess());
324 CommandLine new_cmd_line(cmd_line.GetProgram());
325 CommandLine::SwitchMap switches = cmd_line.GetSwitches();
331 for (CommandLine::SwitchMap::const_iterator iter = switches.begin();
440 CommandLine::Init(argc, argv);
441 const CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 114 bool LaunchSetup(CommandLine* cmd_line, bool system_level_toast) {
115 const CommandLine& current_cmd_line = *CommandLine::ForCurrentProcess();
203 bool LaunchSetupAsConsoleUser(CommandLine* cmd_line) {
209 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kVerboseLogging))
259 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
392 void LaunchBrowserUserExperiment(const CommandLine& base_cmd_line,
397 CommandLine cmd_line(base_cmd_line);
471 CommandLine cmd_line(base_cmd_line)
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_posix_unittest.cc 50 std::vector<CommandLine::StringVector> callback_command_lines_;
58 bool NotificationCallback(const CommandLine& command_line,
166 CommandLine command_line(CommandLine::ForCurrentProcess()->GetProgram());
185 CommandLine command_line(CommandLine::ForCurrentProcess()->GetProgram());
chrome_net_benchmarking_message_filter.cc 144 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
chrome_process_singleton_win_unittest.cc 17 const CommandLine& command_line,
23 bool ClientCallback(const CommandLine& command_line,
  /external/chromium_org/chrome/common/
service_process_util_unittest.cc 125 scoped_ptr<CommandLine> autorun_command_line;
132 autorun_command_line.reset(new CommandLine(CommandLine::FromString(value)));
150 CommandLine::StringVector argv;
154 autorun_command_line.reset(new CommandLine(argv));
353 CommandLine cl(base::FilePath("/bin/launchctl"));
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 77 CommandLine* command_line = CommandLine::ForCurrentProcess();
180 CommandLine* command_line = CommandLine::ForCurrentProcess();
216 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_unittest.cc 44 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
79 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
81 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
84 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
380 CommandLine::ForCurrentProcess()->AppendSwitch(
404 CommandLine::ForCurrentProcess()->InitFromArgv(0, NULL);
  /external/chromium_org/components/precache/core/
precache_fetcher_unittest.cc 107 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
109 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
169 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
192 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
214 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
276 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 126 CommandLine& command_line = *CommandLine::ForCurrentProcess();
204 if (CommandLine::ForCurrentProcess()->HasSwitch(
207 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
255 if (CommandLine::ForCurrentProcess()->HasSwitch(
258 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc 53 CommandLine command_line(CommandLine::NO_PROGRAM);
338 if (CommandLine::ForCurrentProcess()->HasSwitch(
340 device_name = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
350 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAlsaInputDevice)) {
351 device_name = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium_org/ui/aura/bench/
bench_main.cc 164 CommandLine* command_line = CommandLine::ForCurrentProcess();
269 !CommandLine::ForCurrentProcess()->HasSwitch("disable-draw"));
292 CommandLine::Init(argc, argv);
337 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 104 struct CommandLine
106 CommandLine (void)
264 static bool runCompare (const CommandLine& cmdLine, std::ostream& dst)
367 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
370 de::cmdline::CommandLine opts;
394 CommandLine cmdLine;
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 241 class CommandLine;
254 bool parse (int numArgs, const char* const* args, CommandLine* dst, std::ostream& err) const;
394 class CommandLine
397 CommandLine (void) {}
398 ~CommandLine (void) {}
422 using detail::CommandLine;
  /external/chromium_org/ash/wm/
power_button_controller.cc 30 CommandLine::ForCurrentProcess()->HasSwitch(
32 enable_quick_lock_(CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/base/process/
process_iterator_openbsd.cc 79 DVPLOG(1) << "failed to figure out the buffer size for a commandline";
85 DVPLOG(1) << "failed to fetch a commandline";
  /external/chromium_org/base/test/launcher/
test_results_tracker.h 19 class CommandLine;
38 bool Init(const CommandLine& command_line) WARN_UNUSED_RESULT;
  /external/chromium_org/base/test/
test_timeouts.cc 44 if (CommandLine::ForCurrentProcess()->HasSwitch(switch_name)) {
46 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switch_name));
  /external/chromium_org/chrome/browser/android/
password_ui_view_android.cc 110 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service_browsertest.cc 65 CommandLine* command = CommandLine::ForCurrentProcess();
kiosk_mode_idle_app_name_notification.cc 77 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run.cc 68 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/chromeos/login/
oobe_browsertest.cc 35 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
50 CommandLine::ForCurrentProcess()->AppendSwitchASCII(

Completed in 324 milliseconds

<<21222324252627282930>>