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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c 59 Str255 command_line; member in struct:__anon13112
240 SDL_memcpy(prefs->command_line, *prefs_handle, (*prefs_handle)[0]+1);
268 prefs_handle = NewHandle ( prefs->command_line[0] + prefs->video_driver_name[0] + 4 );
277 SDL_memcpy(*prefs_handle, prefs->command_line, prefs->command_line[0] + 1);
280 offset += prefs->command_line[0] + 1;
479 SetDialogItemText (dummyHandle, prefs.command_line);
511 GetDialogItemText (dummyHandle, prefs.command_line);
569 commandLine = (char*) malloc (appNameText[0] + prefs.command_line[0] + 2);
583 SDL_memcpy(commandLine + appNameText[0] + 1, prefs.command_line + 1, prefs.command_line[0])
    [all...]
  /external/chromium_org/cc/test/
layer_tree_test.cc 7 #include "base/command_line.h"
400 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
401 if (!command_line->HasSwitch(switches::kCCLayerTreeTestNoTimeout))
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 8 #include "base/command_line.h"
144 bool HasDeprecatedArguments(const std::wstring& command_line) {
146 std::wstring command_line_lower = command_line;
252 bool HandleVersionSwitches(const CommandLine& command_line) {
256 if (command_line.HasSwitch(switches::kProductVersion)) {
262 if (command_line.HasSwitch(switches::kVersion)) {
275 void HandleHelpSwitches(const CommandLine& command_line) {
276 if (command_line.HasSwitch(switches::kHelp) ||
277 command_line.HasSwitch(switches::kHelpShort)) {
278 base::FilePath binary(command_line.argv()[0])
313 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
391 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
639 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
895 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/apps/
app_browsertest.cc 7 #include "base/command_line.h"
186 CommandLine* command_line = CommandLine::ForCurrentProcess();
187 command_line->AppendArgPath(path);
501 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
505 command_line->AppendArgPath(relative_test_doc);
516 params.command_line = *CommandLine::ForCurrentProcess();
700 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
701 command_line->AppendArgPath(temp_dir.path().AppendASCII("new_file.txt"));
    [all...]
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 9 #include "base/command_line.h"
266 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
267 if (command_line->HasSwitch(switches::kFileManagerExtensionPath)) {
269 command_line->GetSwitchValuePath(switches::kFileManagerExtensionPath));
305 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
306 if (command_line->HasSwitch(switches::kEnableExperimentalHotwording)) {
314 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
315 if (command_line->HasSwitch(switches::kEnableExperimentalHotwording)) {
347 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
349 command_line->HasSwitch(chromeos::switches::kEnableChromeVoxNext)
383 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
459 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
501 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
638 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
extension_system_impl.cc 9 #include "base/command_line.h"
242 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
260 if (command_line->HasSwitch(switches::kForceFieldTrials)) {
262 command_line->GetSwitchValueASCII(switches::kForceFieldTrials);
269 if (command_line->HasSwitch(switches::kExtensionContentVerification)) {
270 std::string switch_value = command_line->GetSwitchValueASCII(
304 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
308 bool allow_noisy_errors = !command_line->HasSwitch(switches::kNoErrorDialogs);
367 if (command_line->HasSwitch(switches::kLoadComponentExtension)) {
368 CommandLine::StringType path_list = command_line->GetSwitchValueNative
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 8 #include "base/command_line.h"
227 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
228 return !command_line->HasSwitch(
234 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
235 return command_line->HasSwitch(switches::kEnableDeviceDiscoveryNotifications);
  /external/chromium_org/chrome/browser/media/
encrypted_media_browsertest.cc 5 #include "base/command_line.h"
237 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
239 command_line->AppendSwitch(
245 CommandLine* command_line) {
250 command_line->AppendSwitch(switches::kDisableWebSecurity);
254 RegisterPepperCdm(command_line, kClearKeyCdmAdapterFileName, key_system);
258 RegisterPepperCdm(command_line, kWidevineCdmAdapterFileName, key_system);
266 void RegisterPepperCdm(CommandLine* command_line,
285 command_line->AppendSwitchNative(switches::kRegisterPepperPlugins,
329 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE
423 SetUpCommandLineForKeySystem(CurrentKeySystem(), 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/search/
hotword_service.cc 7 #include "base/command_line.h"
182 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
183 return command_line->HasSwitch(switches::kEnableExperimentalHotwording);
  /external/chromium_org/chrome/browser/signin/
easy_unlock_service.cc 8 #include "base/command_line.h"
450 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
451 if (command_line->HasSwitch(switches::kEasyUnlockAppPath)) {
453 command_line->GetSwitchValuePath(switches::kEasyUnlockAppPath);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 11 #include "base/command_line.h"
117 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
119 command_line->HasSwitch(switches::kCustomLauncherPage)) {
121 command_line->GetSwitchValueASCII(switches::kCustomLauncherPage));
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc 8 #include "base/command_line.h"
93 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
94 ExtensionBrowserTest::SetUpCommandLine(command_line);
95 command_line->AppendSwitch(switches::kEnablePanels);
96 command_line->AppendSwitchASCII(switches::kHomePage, url::kAboutBlankURL);
99 command_line->AppendSwitch(switches::kCreateBrowserOnStartupForTests);
275 CommandLine command_line(CommandLine::NO_PROGRAM);
276 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
280 StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); local
305 CommandLine command_line(CommandLine::NO_PROGRAM)
309 StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); local
340 StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
session_crashed_bubble_view.cc 11 #include "base/command_line.h"
86 const base::CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
87 if (command_line.HasSwitch(switches::kDisableSessionCrashedBubble))
89 if (command_line.HasSwitch(switches::kEnableSessionCrashedBubble))
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.cc 12 #include "base/command_line.h"
636 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
637 if (!command_line->HasSwitch(switches::kEnableWebMIDI))
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc 199 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
202 command_line->HasSwitch(::switches::kGaiaUrl)
203 ? GURL(command_line->GetSwitchValueASCII(::switches::kGaiaUrl))
207 if (command_line->HasSwitch(chromeos::switches::kEnableEmbeddedSignin))
  /external/chromium_org/chrome/common/
chrome_content_client.cc 7 #include "base/command_line.h"
388 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
392 if (command_line->HasSwitch(switches::kPpapiFlashPath))
396 command_line->HasSwitch(switches::kDisableBundledPpapiFlash);
421 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
422 if (command_line->HasSwitch(switches::kUserAgent)) {
423 std::string ua = command_line->GetSwitchValueASCII(switches::kUserAgent);
431 if (command_line->HasSwitch(switches::kUseMobileUserAgent))
  /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/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc 8 #include "base/command_line.h"
80 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
81 return command_line.HasSwitch(
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 13 #include "base/command_line.h"
452 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
454 command_line->HasSwitch(cc::switches::kEnableGpuBenchmarking));
456 command_line->HasSwitch(cc::switches::kUIShowFPSCounter);
  /external/chromium_org/content/common/
sandbox_win.cc 10 #include "base/command_line.h"
387 // command_line as needed.
388 void ProcessDebugFlags(base::CommandLine* command_line) {
391 std::string type = command_line->GetSwitchValueASCII(switches::kProcessType);
397 command_line->AppendSwitch(switches::kWaitForDebugger);
399 command_line->AppendSwitchASCII(switches::kWaitForDebuggerChildren, value);
596 const base::CommandLine& command_line = local
598 if (command_line.HasSwitch(switches::kDisableDirectWrite))
    [all...]
  /external/chromium_org/content/shell/browser/
webkit_test_controller.cc 10 #include "base/command_line.h"
338 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
339 if (!command_line.HasSwitch(switches::kDisableGpu))
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 18 #include "base/command_line.h"
445 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
446 if (!command_line.HasSwitch(switches::kAllowSandboxDebugging)) {
  /external/chromium_org/courgette/
courgette_tool.cc 10 #include "base/command_line.h"
430 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
438 bool cmd_sup = command_line.HasSwitch("supported");
439 bool cmd_dis = command_line.HasSwitch("dis");
440 bool cmd_asm = command_line.HasSwitch("asm");
441 bool cmd_disadj = command_line.HasSwitch("disadj");
442 bool cmd_make_patch = command_line.HasSwitch("gen");
443 bool cmd_apply_patch = command_line.HasSwitch("apply");
444 bool cmd_make_bsdiff_patch = command_line.HasSwitch("genbsdiff");
445 bool cmd_apply_bsdiff_patch = command_line.HasSwitch("applybsdiff")
    [all...]
  /external/chromium_org/device/test/
usb_test_gadget_impl.cc 10 #include "base/command_line.h"
126 base::CommandLine* command_line = CommandLine::ForCurrentProcess(); local
127 return command_line->HasSwitch(kCommandLineSwitch);

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 91011>>