HomeSort by relevance Sort by last modified time
    Searched refs:cmd_line (Results 151 - 175 of 205) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium_org/chrome/installer/setup/
uninstall.cc 651 const CommandLine& cmd_line, InstallStatus status,
664 cmd_line.HasSwitch(installer::switches::kDeleteProfile);
    [all...]
setup_util_unittest.cc 228 CommandLine cmd_line(*CommandLine::ForCurrentProcess());
229 cmd_line.AppendSwitch(kAdjustProcessPriority);
232 if (!base::LaunchProcess(cmd_line, base::LaunchOptions(),
setup_util.cc 432 bool ContainsUnsupportedSwitch(const CommandLine& cmd_line) {
446 if (cmd_line.HasSwitch(kLegacySwitches[i]))
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 191 // Initializes IPC control channel and config file path from |cmd_line|.
193 bool InitWithCommandLine(const CommandLine* cmd_line);
330 bool HostProcess::InitWithCommandLine(const CommandLine* cmd_line) {
334 cmd_line->GetSwitchValueASCII(kDaemonPipeSwitchName);
361 cmd_line->GetSwitchValueASCII(kDaemonPipeSwitchName);
370 if (cmd_line->HasSwitch(kHostConfigSwitchName)) {
371 host_config_path_ = cmd_line->GetSwitchValuePath(kHostConfigSwitchName);
410 signal_parent_ = cmd_line->HasSwitch(kSignalParentSwitchName);
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 222 char* cmd_line; member in struct:__anon27668
330 char* cmd_line,
341 cpf->cmd_line = cmd_line;
369 if (cpf->cmd_line)
370 free(cpf->cmd_line);
404 fprintf(f, "%s\n", cpf->cmd_line);
643 cpf->cmd_line = strdup(line);
644 if (cpf->cmd_line == NULL)
    [all...]
  /external/chromium_org/media/audio/win/
audio_manager_win.cc 423 const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
431 if (cmd_line->HasSwitch(switches::kEnableExclusiveAudio)) {
463 (cmd_line->HasSwitch(switches::kTrySupportedChannelLayouts) ||
audio_low_latency_output_win.cc 43 const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
44 if (cmd_line->HasSwitch(switches::kEnableExclusiveAudio))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android_unittest.py 217 # The cmd_line() method in the Android port is used for starting a shell, not the test runner.
219 self.assertEquals(['adb', '-s', '123456789ABCDEF0', 'shell'], self._driver.cmd_line(False, []))
241 self.assertEqual(['adb', '-s', '123456789ABCDEF0', 'shell'], driver0.cmd_line(True, []))
242 self.assertEqual(['adb', '-s', '123456789ABCDEF1', 'shell'], driver1.cmd_line(True, ['anything']))
port_testcase.py 152 cmd_line = port.driver_cmd_line()
153 self.assertTrue('--foo=bar' in cmd_line)
154 self.assertTrue('--foo=baz' in cmd_line)
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 179 cmd_line = "%s %s %s" % (prefix, cmd, args)
180 print "Command: %s" % cmd_line
183 return subprocess.check_output(cmd_line, shell=True)
185 return subprocess.check_call(cmd_line, shell=True)
  /external/chromium_org/chrome/browser/component_updater/
pepper_flash_component_installer.cc 403 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
404 if (cmd_line->HasSwitch(switches::kDisableBundledPpapiFlash))
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 148 const std::wstring cmd_line = local
150 *parsed_command_line = CommandLine::FromString(cmd_line);
  /external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.cc 90 const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
91 if (cmd_line->HasSwitch(switches::kDisableWebRtcHWEncoding))
video_encode_accelerator_unittest.cc 582 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
583 DCHECK(cmd_line);
585 CommandLine::SwitchMap switches = cmd_line->GetSwitches();
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.cc 47 const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
48 std::string threads(cmd_line->GetSwitchValueASCII(switches::kVideoThreads));
  /external/chromium_org/sandbox/win/src/
process_thread_interception.cc 368 const wchar_t* cmd_line = cmd_unicode ? cmd_unicode->Buffer : NULL; local
384 cmd_line, cur_dir, proc_info, &answer);
  /external/chromium_org/content/renderer/media/
media_stream_dependency_factory.cc 621 const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
625 if (!cmd_line->HasSwitch(switches::kDisableWebRtcHWDecoding)) {
635 if (!cmd_line->HasSwitch(switches::kDisableWebRtcHWEncoding)) {
664 cmd_line->HasSwitch(switches::kEnableWebRtcAecRecordings);
666 cmd_line->HasSwitch(switches::kDisableSCTPDataChannels);
668 cmd_line->HasSwitch(switches::kDisableWebRtcEncryption);
    [all...]
  /external/chromium_org/v8/src/
d8.js 289 function DebugCommandToJSONRequest(cmd_line) {
290 var result = new DebugRequest(cmd_line).JSONRequest();
298 function DebugRequest(cmd_line) {
301 if (cmd_line && cmd_line.length > 0 && cmd_line.charAt(0) == '{') {
302 this.request_ = cmd_line;
308 if (cmd_line == '\n') {
310 cmd_line = 'break'; // Not in debugger mode, break with a frame request.
312 cmd_line = repeat_cmd_line; // use command to repeat
    [all...]
  /external/chromium/base/
process_util_linux.cc 62 std::string cmd_line; local
63 if (!file_util::ReadFileToString(cmd_line_file, &cmd_line))
67 Tokenize(cmd_line, delimiters, proc_cmd_line_args);
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 169 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
170 if (cmd_line->HasSwitch(switches::kAppsGalleryDownloadURL)) {
172 cmd_line->GetSwitchValueASCII(switches::kAppsGalleryDownloadURL);
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 195 CommandLine cmd_line(CommandLine::NO_PROGRAM);
196 cmd_line = ShellIntegration::CommandLineArgsForLauncher(shortcut_info.url,
203 base::string16 wide_switches(cmd_line.GetCommandLineString());
  /external/chromium/chrome/browser/
shell_integration_linux.cc 386 CommandLine cmd_line = local
388 const CommandLine::SwitchMap& switch_map = cmd_line.GetSwitches();
  /external/chromium/chrome/browser/web_applications/
web_app.cc 330 CommandLine cmd_line =
337 std::wstring wide_switches(cmd_line.command_line_string());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 492 """Runs a list of (cmd_line list, cwd string) tuples in parallel and returns a list of (retcode, stdout, stderr) tuples."""
506 (cmd_line, cwd) = cmd_line_and_cwd
507 proc = subprocess.Popen(cmd_line, cwd=cwd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /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);

Completed in 484 milliseconds

1 2 3 4 5 67 8 9