HomeSort by relevance Sort by last modified time
    Searched defs:cmd_line (Results 51 - 68 of 68) sorted by null

1 23

  /external/chromium_org/ui/views/focus/
focus_manager_unittest.cc 804 base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); local
805 cmd_line->AppendSwitch(switches::kEnableTextInputFocusManager);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 253 String cmd_line = sb.toString(); local
254 AdtPlugin.printToConsole(project, cmd_line);
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 916 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); local
    [all...]
enumerate_modules_model_win.cc 988 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); local
    [all...]
shell_integration_linux.cc 771 CommandLine cmd_line = ShellIntegration::CommandLineArgsForLauncher( local
773 cmd_line.SetProgram(chrome_exe_path);
774 return GetDesktopFileContentsForCommand(cmd_line, app_name, url, title,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 189 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
190 if (cmd_line->HasSwitch(switches::kAppsGalleryDownloadURL)) {
192 cmd_line->GetSwitchValueASCII(switches::kAppsGalleryDownloadURL);
extension_service.cc 416 const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
417 if (cmd_line->HasSwitch(switches::kInstallFromWebstore) ||
418 cmd_line->HasSwitch(switches::kLimitedInstallFromWebstore)) {
    [all...]
  /external/chromium_org/chrome/installer/util/
google_update_settings.cc 711 base::string16 cmd_line; local
716 update_key.ReadValue(google_update::kRegUninstallCmdLine, &cmd_line);
719 return cmd_line;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 599 def cmd_line(self, pixel_tests, per_test_args): member in class:TestDriver
android.py 670 def _android_server_process_constructor(port, server_name, cmd_line, env=None, logging=False):
671 return server_process.ServerProcess(port, server_name, cmd_line, env,
1054 def cmd_line(self, pixel_tests, per_test_args): member in class:ChromiumAndroidDriver
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 647 const CommandLine& cmd_line,
665 force_uninstall, cmd_line);
672 const CommandLine& cmd_line) {
688 if (cmd_line.HasSwitch(installer::switches::kSelfDestruct) &&
705 const bool force = cmd_line.HasSwitch(installer::switches::kForceUninstall);
706 const bool remove_all = !cmd_line.HasSwitch(
713 cmd_line, remove_all, force, **it);
728 if (chrome && cmd_line.HasSwitch(installer::switches::kTriggerActiveSetup))
1714 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc 1016 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
    [all...]
video_decode_accelerator_unittest.cc 1430 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 1115 const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 1010 const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 643 CommandLine* cmd_line = new CommandLine(renderer_path); local
645 cmd_line->PrependWrapper(renderer_prefix);
646 AppendRendererCommandLine(cmd_line);
647 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
654 cmd_line,
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 222 char* cmd_line; member in struct:__anon36086
334 char* cmd_line,
345 cpf->cmd_line = cmd_line;
373 if (cpf->cmd_line)
374 free(cpf->cmd_line);
408 fprintf(f, "%s\n", cpf->cmd_line);
645 cpf->cmd_line = strdup(line);
646 if (cpf->cmd_line == NULL)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 1218 String cmd_line = sb.toString(); local
    [all...]

Completed in 1296 milliseconds

1 23