HomeSort by relevance Sort by last modified time
    Searched full:command_line (Results 226 - 250 of 2119) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_win.cc 7 #include "base/command_line.h"
80 const CommandLine& command_line = parameters_.command_line; local
83 if (command_line.HasSwitch(switches::kEnableVtune))
89 bool no_sandbox = command_line.HasSwitch(switches::kNoSandbox);
  /external/chromium_org/content/test/
content_test_launcher.cc 8 #include "base/command_line.h"
101 CommandLine* command_line, const base::FilePath& temp_data_dir) OVERRIDE {
102 command_line->AppendSwitchPath(switches::kContentShellDataPath,
104 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
105 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream);
  /external/chromium_org/extensions/common/
feature_switch.cc 7 #include "base/command_line.h"
124 FeatureSwitch::FeatureSwitch(const CommandLine* command_line,
127 Init(command_line, switch_name, default_value);
130 void FeatureSwitch::Init(const CommandLine* command_line,
133 command_line_ = command_line;
  /external/e2fsprogs/ext2ed/
main.c 198 char *ptr,command_line [80]; local
241 strcpy (command_line,ptr);
244 if (*command_line != 0)
245 add_history (command_line);
248 if (*command_line==0)
249 strcpy (command_line,last_command_line);
255 wprintw (command_win,command_line);
260 strcpy (last_command_line,command_line);
263 quit=dispatch (command_line);
299 char command_line [80] local
    [all...]
super_com.c 24 void type_ext2_super_block___show (char *command_line)
30 show (command_line);
119 void type_ext2_super_block___gocopy (char *command_line)
125 ptr=parse_word (command_line,buffer);
146 void type_ext2_super_block___setactivecopy (char *command_line)
  /external/chromium_org/chrome/browser/chromeos/login/
screenshot_tester.cc 10 #include "base/command_line.h"
46 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
47 if (!command_line.HasSwitch(switches::kEnableScreenshotTestingWithMode))
49 if (!command_line.HasSwitch(::switches::kEnablePixelOutputInTests) ||
50 !command_line.HasSwitch(::switches::kUIEnableImplSidePainting)) {
59 std::string mode = command_line.GetSwitchValueASCII(
65 if (!command_line.HasSwitch(chromeos::switches::kGoldenScreenshotsDir)) {
70 command_line.GetSwitchValuePath(switches::kGoldenScreenshotsDir);
74 if (!command_line.HasSwitch(switches::kArtifactsDir)) {
80 artifacts_dir_ = command_line.GetSwitchValuePath(switches::kArtifactsDir)
    [all...]
reset_browsertest.cc 41 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
42 LoginManagerTest::SetUpCommandLine(command_line);
43 command_line->AppendSwitch(switches::kEnableRollbackOption);
106 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
107 LoginManagerTest::SetUpCommandLine(command_line);
108 command_line->AppendSwitch(switches::kFirstExecAfterBoot);
109 command_line->AppendSwitch(switches::kEnableRollbackOption);
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 7 #include "base/command_line.h"
98 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
103 if (command_line.HasSwitch(switches::kDumpRenderTree))
122 if (command_line.HasSwitch(switches::kDumpRenderTree)) {
175 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) {
177 base::StringToInt(command_line.GetSwitchValueASCII(
181 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) {
183 base::StringToInt(command_line.GetSwitchValueASCII(
187 if (command_line.HasSwitch(switches::kHostResolverRules)) {
191 command_line.GetSwitchValueASCII(switches::kHostResolverRules))
    [all...]
  /external/chromium_org/chrome/common/
logging_chrome.cc 33 #include "base/command_line.h"
120 LoggingDestination DetermineLogMode(const CommandLine& command_line) {
132 if (command_line.HasSwitch(kInvertLoggingSwitch))
139 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr")
190 base::FilePath GetSessionLogDir(const CommandLine& command_line) {
197 } else if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) {
201 command_line.GetSwitchValueASCII(chromeos::switches::kLoginProfile);
216 base::FilePath GetSessionLogFile(const CommandLine& command_line) {
217 return GetSessionLogDir(command_line).Append(GetLogFileName().BaseName());
220 void RedirectChromeLogging(const CommandLine& command_line) {
    [all...]
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 11 #include "base/command_line.h"
91 CommandLine command_line(net_path);
92 command_line.AppendArg(command);
93 command_line.AppendArg("spooler");
94 command_line.AppendArg("/y");
99 VLOG(0) << command_line.GetCommandLineString();
100 base::LaunchProcess(command_line, options, NULL);
129 CommandLine command_line(regsvr32_path);
130 command_line.AppendArg("/s");
132 command_line.AppendArg("/u")
506 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/app/
content_main_runner.cc 11 #include "base/command_line.h"
196 static base::ProcessId GetBrowserPid(const base::CommandLine& command_line) {
198 if (command_line.HasSwitch(switches::kProcessChannelID)) {
200 command_line.GetSwitchValueASCII(switches::kProcessChannelID);
211 static void InitializeStatsTable(const base::CommandLine& command_line) {
217 if (command_line.HasSwitch(switches::kEnableStatsTable)) {
235 static_cast<unsigned int>(GetBrowserPid(command_line)));
328 const base::CommandLine& command_line = local
331 command_line.GetSwitchValueASCII(switches::kProcessType);
337 InitializeStatsTable(command_line);
615 const base::CommandLine& command_line = variable
684 SetupCRT(command_line); variable
724 InitializeStatsTable(command_line); variable
755 const base::CommandLine& command_line = variable
780 const base::CommandLine& command_line = variable
    [all...]
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 10 #include "base/command_line.h"
217 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
221 if (!command_line->HasSwitch(kTestExecutablePath))
224 command_line->GetSwitchValuePath(kTestExecutablePath);
231 command_line->GetSwitchValuePath(switches::kUserDataDir);
327 bool LaunchBrowser(const CommandLine& command_line, Profile* profile) {
331 command_line, base::FilePath(), false, profile,
414 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
416 command_line->GetSwitchValuePath(switches::kUserDataDir);
424 command_line->AppendSwitchPath(switches::kUserDataDir, user_data_dir)
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl_kde.cc 11 #include "base/command_line.h"
106 bool file_operation, bool multiple_selection, CommandLine* command_line);
174 CommandLine command_line(cmd_vector);
176 return base::GetAppOutput(command_line, &dummy);
296 CommandLine command_line(cmd_vector);
299 params.multiple_selection, &command_line);
303 base::GetAppOutputWithExitCode(command_line, &output, &exit_code);
318 CommandLine* command_line) {
319 CHECK(command_line);
323 command_line->AppendSwitchNative
    [all...]
  /external/chromium_org/chrome/test/base/
in_process_browser_test.cc 10 #include "base/command_line.h"
157 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
163 command_line->AppendSwitch(switches::kDisableOfflineAutoReload);
166 SetUpCommandLine(command_line);
168 PrepareTestCommandLine(command_line);
181 base::FilePath log_dir = logging::GetSessionLogFile(*command_line).DirName();
220 void InProcessBrowserTest::PrepareTestCommandLine(CommandLine* command_line) {
222 test_launcher_utils::PrepareBrowserCommandLineForTests(command_line);
225 command_line->AppendSwitchASCII(switches::kTestType, kBrowserTestType);
228 if (command_line->HasSwitch(switches::kAshBrowserTests))
263 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
test_extension_system.cc 7 #include "base/command_line.h"
64 const CommandLine* command_line,
67 command_line && command_line->HasSwitch(switches::kDisableExtensions);
88 const CommandLine* command_line,
92 CreateExtensionPrefs(command_line, install_directory);
108 command_line,
webstore_startup_installer_browsertest.cc 5 #include "base/command_line.h"
181 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
182 WebstoreStartupInstallerTest::SetUpCommandLine(command_line);
183 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
215 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
216 WebstoreStartupInstallerTest::SetUpCommandLine(command_line);
294 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
295 command_line->AppendSwitchASCII(
300 EXPECT_FALSE(helper.InstallEphemeralApp(*command_line, browser()->profile()));
  /external/chromium_org/chrome/browser/ui/webui/
version_ui.cc 7 #include "base/command_line.h"
91 html_source->AddString("command_line", base::WideToUTF16(
94 std::string command_line; local
98 command_line += " " + *iter;
99 // TODO(viettrungluu): |command_line| could really have any encoding, whereas
101 html_source->AddString("command_line", command_line);
  /external/chromium_org/content/ppapi_plugin/
ppapi_plugin_main.cc 6 #include "base/command_line.h"
66 const CommandLine& command_line = parameters.command_line; local
75 if (command_line.HasSwitch(switches::kPpapiStartupDialog)) {
85 if (command_line.HasSwitch(switches::kLang)) {
86 std::string locale = command_line.GetSwitchValueASCII(switches::kLang);
135 new PpapiThread(parameters.command_line, false)); // Not a broker.
  /external/chromium_org/gpu/config/
gpu_driver_bug_list_unittest.cc 5 #include "base/command_line.h"
131 base::CommandLine command_line(0, NULL);
132 command_line.AppendSwitch(
139 &workarounds, command_line);
145 base::CommandLine command_line(0, NULL);
146 command_line.AppendSwitch(
154 &workarounds, command_line);
  /external/chromium_org/sandbox/win/tools/launcher/
launcher.cc 89 ATL::CString command_line; local
121 if (command_line.GetLength()) {
122 command_line += L' ';
124 command_line += argv[i];
128 if (!command_line.GetLength()) {
134 wprintf(L"\nLaunching command line: \"%ls\"\n", command_line.GetBuffer());
138 command_line.GetBuffer(),
  /external/chromium_org/base/test/launcher/
test_launcher.cc 13 #include "base/command_line.h"
211 CommandLine PrepareCommandLineForGTest(const CommandLine& command_line,
213 CommandLine new_command_line(command_line.GetProgram());
214 CommandLine::SwitchMap switches = command_line.GetSwitches();
240 // Launches a child process using |command_line|. If the child process is still
243 int LaunchChildTestProcessWithOptions(const CommandLine& command_line,
299 if (!base::LaunchProcess(command_line, new_options, &process_handle))
302 g_live_processes.Get().insert(std::make_pair(process_handle, command_line));
350 const CommandLine& command_line,
404 command_line, options, flags, timeout, &was_timeout)
698 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
918 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
997 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 8 #include "base/command_line.h"
104 const base::CommandLine* command_line = local
107 if (command_line->HasSwitch(kParentWindowSwitchName)) {
109 command_line->GetSwitchValueASCII(kParentWindowSwitchName);
125 if (command_line->HasSwitch(kElevatingSwitchName)) {
131 DCHECK(command_line->HasSwitch(kInputSwitchName));
132 DCHECK(command_line->HasSwitch(kOutputSwitchName));
136 command_line->GetSwitchValueNative(kInputSwitchName);
139 command_line->GetSwitchValueNative(kOutputSwitchName);
  /external/chromium_org/tools/win/split_link/
split_link.cc 56 std::wstring* command_line) {
60 command_line->append(argument);
62 command_line->push_back(L'"');
72 command_line->append(num_backslashes * 2, L'\\');
76 command_line->append(num_backslashes * 2 + 1, L'\\');
77 command_line->push_back(*it);
80 command_line->append(num_backslashes, L'\\');
81 command_line->push_back(*it);
84 command_line->push_back(L'"');
  /external/chromium_org/chrome/browser/apps/
window_controls_browsertest.cc 14 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
15 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);
16 command_line->AppendSwitch(extensions::switches::kEnableAppWindowControls);
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_browsertest.cc 5 #include "base/command_line.h"
29 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
30 command_line->AppendSwitch(switches::kDisableAboutInSettings);

Completed in 1340 milliseconds

1 2 3 4 5 6 7 8 91011>>