/external/llvm/utils/ |
findoptdiff | 84 echo "Diff fails with these switches:" 85 echo $switches 88 echo 'Switches:' $switches_to_use >> $diffs 97 switches="$switches $sw" 98 if tryit "$switches" ; then
|
findmisopt | 101 # Current set of switches is empty 113 echo "Return code not the same with these switches:" 114 echo $switches 122 echo "Diff fails with these switches:" 123 echo $switches 135 switches="$switches $sw" 136 if tryit "$switches" ; then 145 if [ "$switches" == " $all_switches" ] ; then 151 while [ ! -z "$switches" ] ; d [all...] |
/external/chromium_org/chrome/browser/signin/ |
signin_tracker_factory.cc | 22 if (!switches::IsEnableWebBasedSignin() && 23 switches::IsEnableAccountConsistency())
|
/external/chromium_org/chrome/installer/util/ |
chrome_browser_sxs_operations.cc | 18 cmd_line->AppendSwitch(switches::kChromeSxS); 27 cmd_line->AppendSwitch(switches::kChromeSxS);
|
fake_installation_state.h | 34 chrome_state.AddUninstallSwitch(switches::kUninstall); 36 chrome_state.AddUninstallSwitch(switches::kMultiInstall); 37 chrome_state.AddUninstallSwitch(switches::kChrome);
|
/external/chromium_org/content/shell/browser/ |
shell_content_browser_client.cc | 68 switches::kCrashDumpsDir); 84 command_line.GetSwitchValueASCII(switches::kProcessType); 86 if (process_type == switches::kRendererProcess) { 93 if (process_type == switches::kPluginProcess) { 100 if (process_type == switches::kPpapiPluginProcess) { 107 if (process_type == switches::kGpuProcess) { 144 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 156 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 173 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kExposeIpcEcho)) 175 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree) [all...] |
/external/chromium_org/ui/ozone/ |
platform_selection.cc | 19 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kOzonePlatform) && 23 switches::kOzonePlatform);
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_notification_manager_factory_browsertest.cc | 24 command_line->AppendSwitch(chromeos::switches::kLoginManager); 25 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); 43 command_line->AppendSwitch(chromeos::switches::kGuestSession); 44 command_line->AppendSwitch(::switches::kIncognito); 45 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); 46 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser,
|
/external/chromium_org/chrome/browser/chromeos/login/demo_mode/ |
demo_app_launcher_browsertest.cc | 70 command_line->AppendSwitch(switches::kLoginManager); 71 command_line->AppendSwitch(switches::kForceLoginManagerInTests); 72 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); 74 command_line->AppendSwitchASCII(switches::kDerelictIdleTimeout, "0"); 75 command_line->AppendSwitchASCII(switches::kOobeTimerInterval, "0"); 76 command_line->AppendSwitchASCII(switches::kDerelictDetectionTimeout, "0");
|
/external/chromium_org/win8/delegate_execute/ |
delegate_execute_operation.cc | 26 cmd_line->GetSwitchValuePath(switches::kRelaunchShortcut)); 37 mutex_ = cmd_line->GetSwitchValueNative(switches::kWaitForMutex); 43 if (cmd_line->HasSwitch(switches::kForceDesktop)) 44 the_switch = switches::kForceDesktop; 45 else if (cmd_line->HasSwitch(switches::kForceImmersive)) 46 the_switch = switches::kForceImmersive;
|
/external/chromium_org/content/browser/gpu/ |
compositor_util.cc | 12 #include "cc/base/switches.h" 54 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas) || 64 command_line.HasSwitch(switches::kDisableGpuCompositing), 73 command_line.HasSwitch(switches::kDisableExperimentalWebGL), 80 command_line.HasSwitch(switches::kDisableFlash3d), 88 command_line.HasSwitch(switches::kDisableFlashStage3d), 98 command_line.HasSwitch(switches::kDisableFlashStage3d), 107 command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode), 117 command_line.HasSwitch(switches::kDisableWebRtcHWEncoding), 127 command_line.HasSwitch(switches::kDisablePanelFitting) [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
enhanced_bookmarks_features.cc | 91 switches::kEnhancedBookmarksExperiment) == "0"; 140 switches::kEnhancedBookmarksExperiment) == "1"; 177 base::StringValue(switches::kManualEnhancedBookmarks), &index); 179 base::StringValue(switches::kManualEnhancedBookmarksOptout), &index); 182 base::StringValue(switches::kManualEnhancedBookmarksOptout), &index); 184 new base::StringValue(switches::kManualEnhancedBookmarks)); 188 base::StringValue(switches::kManualEnhancedBookmarks), &index); 190 new base::StringValue(switches::kManualEnhancedBookmarksOptout)); 200 if (flags.find(switches::kManualEnhancedBookmarks) != flags.end()) 202 if (flags.find(switches::kManualEnhancedBookmarksOptout) != flags.end() [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
login_browsertest.cc | 37 chromeos::switches::kLoginUser, "TestUser@gmail.com"); 38 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, 46 command_line->AppendSwitch(chromeos::switches::kGuestSession); 47 command_line->AppendSwitch(::switches::kIncognito); 48 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, 50 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, 58 command_line->AppendSwitch(chromeos::switches::kLoginManager); 65 command_line->AppendSwitch(chromeos::switches::kLoginManager); 66 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
|
/external/chromium_org/chrome/browser/chromeos/login/session/ |
chrome_session_manager.cc | 27 return command_line.HasSwitch(switches::kLoginManager) && 28 !command_line.HasSwitch(switches::kForceLoginManagerInTests) && 45 parsed_command_line.HasSwitch(switches::kForceLoginManagerInTests); 48 parsed_command_line.GetSwitchValueASCII(switches::kLoginUser); 54 } else if (parsed_command_line.HasSwitch(switches::kLoginManager) &&
|
restore_after_crash_session_manager_delegate.cc | 37 if (command_line->HasSwitch(chromeos::switches::kLoginUser)) { 59 bool is_running_test = command_line->HasSwitch(::switches::kTestName) || 60 command_line->HasSwitch(::switches::kTestType);
|
/external/chromium_org/base/test/ |
multiprocess_test.cc | 21 if (!command_line.HasSwitch(switches::kTestChildProcess)) 22 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); 55 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
|
/external/chromium_org/content/common/sandbox_linux/ |
sandbox_seccomp_bpf_linux.cc | 114 if (process_type == switches::kRendererProcess || 115 process_type == switches::kGpuProcess || 116 process_type == switches::kPpapiPluginProcess) { 161 if (command_line.HasSwitch(switches::kGpuSandboxAllowSysVShm)) { 179 if (process_type == switches::kGpuProcess) { 181 } else if (process_type == switches::kRendererProcess) { 183 } else if (process_type == switches::kPpapiPluginProcess) { 185 } else if (process_type == switches::kUtilityProcess) { 218 if (!command_line.HasSwitch(switches::kNoSandbox) && 219 !command_line.HasSwitch(switches::kDisableSeccompFilterSandbox)) [all...] |
/external/chromium_org/chrome/app/ |
chrome_exe_main_win.cc | 35 // List of switches that it's safe to rendezvous early with. Fast start should 41 switches::kProfileDirectory, 42 switches::kShowAppList, 54 const CommandLine::SwitchMap& switches = command_line.GetSwitches(); local 55 if (switches.size() > arraysize(kFastStartSwitches)) 57 for (CommandLine::SwitchMap::const_iterator it = switches.begin(); 58 it != switches.end(); ++it) {
|
/external/chromium_org/chrome/browser/invalidation/ |
profile_invalidation_provider_factory_browsertest.cc | 72 command_line->AppendSwitch(chromeos::switches::kLoginManager); 73 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); 107 command_line->AppendSwitch(chromeos::switches::kGuestSession); 108 command_line->AppendSwitch(::switches::kIncognito); 109 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); 110 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser,
|
/external/chromium_org/cloud_print/service/win/ |
chrome_launcher.cc | 153 if (cmd.GetSwitchValueASCII(switches::kProcessType) == 154 switches::kServiceProcess && 155 cmd.HasSwitch(switches::kUserDataDir)) { 157 cmd.GetSwitchValuePath(switches::kUserDataDir)); 207 // Required switches. 208 cmd.AppendSwitchASCII(switches::kProcessType, switches::kServiceProcess); 209 cmd.AppendSwitchPath(switches::kUserDataDir, user_data_); 210 cmd.AppendSwitch(switches::kNoServiceAutorun); 213 cmd.AppendSwitch(switches::kAutoLaunchAtStartup) [all...] |
/external/chromium_org/base/ |
sys_info.cc | 23 if (command_line->HasSwitch(switches::kLowEndDeviceMode)) { 25 command_line->GetSwitchValueASCII(switches::kLowEndDeviceMode);
|
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_extension_apitest.cc | 13 #include "extensions/common/switches.h" 24 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 40 extensions::switches::kEnableExperimentalExtensionApis);
|
/external/chromium_org/chrome/browser/apps/ |
custom_launcher_page_browsertest_views.cc | 11 #include "extensions/common/switches.h" 37 command_line->AppendSwitch(app_list::switches::kEnableExperimentalAppList); 41 extensions::switches::kWhitelistedExtensionID, kCustomLauncherPageID);
|
/external/chromium_org/chrome/browser/chromeos/login/test/ |
wizard_in_process_browser_test.cc | 32 command_line->AppendSwitch(::switches::kNoStartupWindow); 33 command_line->AppendSwitch(switches::kLoginManager);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
start_page_service_factory.cc | 21 if (!app_list::switches::IsExperimentalAppListEnabled() && 22 !app_list::switches::IsVoiceSearchEnabled()) {
|