/external/chromium_org/ui/gl/ |
gl_implementation_win.cc | 10 #include "base/command_line.h" 130 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 132 command_line->GetSwitchValueASCII(switches::kUseGL) == "swiftshader"; 134 if (!command_line->HasSwitch(switches::kSwiftShaderPath)) 137 command_line->GetSwitchValuePath(switches::kSwiftShaderPath);
|
/external/skia/tools/tests/ |
run.sh | 64 echo "$COMMAND" >$ACTUAL_OUTPUT_DIR/command_line 120 echo "$COMMAND" >$ACTUAL_OUTPUT_DIR/command_line 158 echo "$COMMAND" >$ACTUAL_OUTPUT_DIR/command_line 179 echo "$COMMAND" >$ACTUAL_OUTPUT_DIR/command_line
|
/external/e2fsprogs/ext2ed/ |
inode_com.c | 22 void type_ext2_inode___prev (char *command_line) 32 ptr=parse_word (command_line,buffer); 69 void type_ext2_inode___next (char *command_line) 79 ptr=parse_word (command_line,buffer); 118 void type_ext2_inode___show (char *command_line) 143 show (command_line); 282 void type_ext2_inode___entry (char *command_line) 290 ptr=parse_word (command_line,buffer); 315 void type_ext2_inode___group (char *command_line) 329 void type_ext2_inode___file (char *command_line) [all...] |
/external/chromium/chrome/browser/extensions/ |
convert_web_app_browsertest.cc | 30 virtual void SetUpCommandLine(CommandLine* command_line) { 31 command_line->AppendSwitch(switches::kEnableCrxlessWebApps);
|
/external/chromium/chrome/browser/prefs/ |
pref_service_mock_builder.cc | 93 PrefServiceMockBuilder::WithCommandLine(CommandLine* command_line) { 94 command_line_prefs_ = new CommandLinePrefStore(command_line);
|
/external/chromium/chrome/browser/ |
process_singleton.h | 73 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line, 77 const CommandLine& command_line,
|
background_mode_manager.cc | 8 #include "base/command_line.h" 41 CommandLine* command_line) 53 if (!IsBackgroundModeEnabled(command_line)) 60 if (command_line->HasSwitch(switches::kNoStartupWindow)) { 368 const CommandLine* command_line) { 377 !command_line->HasSwitch(switches::kDisableBackgroundMode) && 378 !command_line->HasSwitch(switches::kDisableExtensions);
|
process_singleton_uitest.cc | 64 CommandLine command_line(browser_directory.Append( 67 command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir_); 70 command_line.AppendSwitch(switches::kFirstRun); 72 command_line.AppendSwitch(switches::kNoFirstRun); 87 command_line.AppendSwitchNative(switch_name, i->second); 100 base::LaunchApp(command_line, false /* wait */,
|
/external/chromium_org/ash/desktop_background/ |
desktop_background_controller.h | 85 void set_command_line_for_testing(CommandLine* command_line) { 86 command_line_for_testing_ = command_line;
|
/external/chromium_org/chrome/browser/chromeos/login/ |
resource_loader_browsertest.cc | 7 #include "base/command_line.h" 36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 38 command_line->AppendSwitch(switches::kDisableWebSecurity);
|
wallpaper_manager_browsertest.cc | 13 #include "base/command_line.h" 63 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 64 command_line->AppendSwitch(switches::kLoginManager); 65 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); 367 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 368 command_line->AppendSwitch(switches::kLoginManager); 369 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); 370 command_line->AppendSwitch(chromeos::switches::kDisableLoginAnimations); 371 command_line->AppendSwitch(chromeos::switches::kDisableBootAnimation);
|
oobe_browsertest.cc | 5 #include "base/command_line.h" 133 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 134 command_line->AppendSwitch(chromeos::switches::kLoginManager); 135 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); 136 command_line->AppendSwitch( 138 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); 139 command_line->AppendSwitchASCII(
|
/external/chromium_org/chrome/browser/extensions/ |
page_action_controller_unittest.cc | 7 #include "base/command_line.h" 44 CommandLine command_line(CommandLine::NO_PROGRAM); 49 &command_line, base::FilePath(), false);
|
/external/chromium_org/chrome/browser/infobars/ |
infobars_browsertest.cc | 5 #include "base/command_line.h" 28 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 29 command_line->AppendSwitchASCII(
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_controller_browsertest.cc | 5 #include "base/command_line.h" 77 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 78 command_line->AppendSwitch(switches::kShowAppList);
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_impl.h | 48 const CommandLine& command_line, 51 const CommandLine& command_line,
|
/external/chromium_org/chrome/browser/ui/webui/translate_internals/ |
translate_internals_ui.cc | 10 #include "base/command_line.h" 64 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 66 command_line.HasSwitch(switches::kEnableTranslateSettings);
|
/external/chromium_org/chrome/common/ |
pepper_permission_util.cc | 9 #include "base/command_line.h" 78 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 80 command_line.GetSwitchValueASCII(command_line_switch);
|
/external/chromium_org/chrome/installer/util/ |
app_command.cc | 34 AppCommand::AppCommand(const string16& command_line) 35 : command_line_(command_line),
|
product.h | 120 void AppendProductFlags(CommandLine* command_line) const; 123 void AppendRenameFlags(CommandLine* command_line) const;
|
/external/chromium_org/chromeos/network/ |
network_sms_handler_unittest.cc | 10 #include "base/command_line.h" 60 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable 61 command_line->AppendSwitch(chromeos::switches::kSmsTestMessages);
|
/external/chromium_org/content/browser/ |
browser_main_runner.cc | 9 #include "base/command_line.h" 45 if (parameters.command_line.HasSwitch(switches::kWaitForDebugger)) 50 if (parameters.command_line.HasSwitch(
|
/external/chromium_org/content/browser/gpu/ |
gpu_functional_browsertest.cc | 5 #include "base/command_line.h" 36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 37 command_line->AppendSwitch(switches::kDisableGpuProcessPrelaunch);
|
/external/chromium_org/content/shell/ |
shell_content_browser_client.h | 48 virtual void AppendExtraCommandLineSwitches(CommandLine* command_line, 68 const CommandLine& command_line,
|
/external/chromium_org/content/worker/ |
worker_thread.cc | 7 #include "base/command_line.h" 55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 56 SetRuntimeFeaturesDefaultsAndUpdateFromArgs(command_line);
|