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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
browser_main_win.cc 188 void PrepareRestartOnCrashEnviroment(const CommandLine& parsed_command_line) {
220 bool RegisterApplicationRestart(const CommandLine& parsed_command_line) {
232 CommandLine command_line(CommandLine::NO_PROGRAM);
252 int HandleIconsCommands(const CommandLine& parsed_command_line) {
296 CommandLine uninstall_cmd(
browser_main.h 15 class CommandLine;
92 const CommandLine& parsed_command_line() const {
138 const CommandLine& parsed_command_line_;
background_mode_manager_linux.cc 40 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
bug_report_util.cc 205 if (CommandLine::ForCurrentProcess()->
207 post_url = GURL(CommandLine::ForCurrentProcess()->
335 if (!CommandLine::ForCurrentProcess()->HasSwitch(
341 if (zipped_logs_data && CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller.cc 223 CommandLine* command_line = CommandLine::ForCurrentProcess();
311 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
343 CommandLine::ForCurrentProcess()->AppendArg(start_url);
353 CommandLine::ForCurrentProcess()->AppendArg(initial_start_page);
361 CommandLine::ForCurrentProcess()->AppendArg(kSettingsSyncLoginURL);
  /external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc 233 bool verbose = CommandLine::ForCurrentProcess()->HasSwitch(kFilterVerbose);
234 bool use_weights = CommandLine::ForCurrentProcess()->HasSwitch(kFilterCsv);
297 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
325 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc 317 CommandLine* cmd = CommandLine::ForCurrentProcess();
318 AutoReset<CommandLine> auto_reset(cmd, *cmd);
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 34 CommandLine cl(*CommandLine::ForCurrentProcess());
54 bool debug_on_start = CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/common/
service_process_util.cc 264 autorun_command_line_.reset(new CommandLine(exe_path));
270 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
sandbox_policy.cc 366 bool LoadFlashBroker(const FilePath& plugin_path, CommandLine* cmd_line) {
448 bool IsBuiltInFlash(const CommandLine* cmd_line, FilePath* flash_path) {
468 bool AddPolicyForPlugin(CommandLine* cmd_line,
472 std::wstring trusted_plugins = CommandLine::ForCurrentProcess()->
518 bool AddPolicyForGPU(CommandLine*, sandbox::TargetPolicy* policy) {
548 bool use_winsta = !CommandLine::ForCurrentProcess()->HasSwitch(
574 base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line,
577 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jdepend.jar 
  /external/webkit/WebKitLibraries/win/tools/vsprops/
common.vsprops 43 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PostBuild.cmd file&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PostBuild.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PostBuild.cmd&quot;&#x0D;&#x0A;"
47 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreBuild.cmd file.&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PreBuild.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PreBuild.cmd&quot;&#x0D;&#x0A;"
51 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreLink.cmd file.&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PreLink.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PreLink.cmd&quot;&#x0D;&#x0A;"
  /build/target/product/security/
README 20 signing using the openssl commandline (for boot/system images)
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 38 * @param args bag of commandline arguments
  /external/chromium/chrome/browser/chromeos/
network_state_notifier.cc 43 // failure in CommandLine::ForCurrentProcess.
  /external/chromium/chrome/browser/extensions/
convert_web_app_browsertest.cc 30 virtual void SetUpCommandLine(CommandLine* command_line) {
extension_rlz_apitest.cc 40 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium/chrome/browser/net/
chrome_cookie_policy.cc 21 CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.cc 352 CommandLine original_cl(*CommandLine::ForCurrentProcess());
353 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
358 *CommandLine::ForCurrentProcess() = original_cl;
  /external/chromium/chrome/browser/prefs/
pref_service_mock_builder.cc 93 PrefServiceMockBuilder::WithCommandLine(CommandLine* command_line) {
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc 172 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
306 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller_unittest.mm 36 CommandLine::ForCurrentProcess(),
  /external/chromium/sdch/open-vcdiff/packages/
rpm.sh 12 # Check the commandline flags
  /external/chromium/sdch/open-vcdiff/vsprojects/vcdiff_test/
vcdiff_test.vcproj 36 CommandLine="$(SolutionDir)vcdiff_test.bat $(OutDir)\vcdiff.exe"
  /external/clang/include/clang/Tooling/
Tooling.h 128 /// \param CommandLine The command line arguments to clang. Note that clang
129 /// uses its binary name (CommandLine[0]) to locate its builtin headers.
135 ToolInvocation(ArrayRef<std::string> CommandLine, FrontendAction *ToolAction,
156 std::vector<std::string> CommandLine;

Completed in 824 milliseconds

1 2 3 4 5 6 7 8 91011>>