OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
226 - 250
of
873
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
if not exist "$(ProjectDir)$(ProjectName)PostBuild.cmd" exit /b

set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
set CONFIGURATIONNAME=$(ConfigurationName)
set INPUTDIR=$(InputDir)
set INPUTFILENAME=$(InputFileName)
set INPUTPATH=$(InputPath)
set INTDIR=$(IntDir)
set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)
set OUTDIR=$(OutDir)
set PLATFORMNAME=$(PlatformName)
set PROJECTDIR=$(ProjectDir)
set PROJECTFILENAME=$(ProjectFileName)
set PROJECTNAME=$(ProjectName)
set PROJECTPATH=$(ProjectPath)
set SOLUTIONDIR=$(SolutionDir)
set SOLUTIONFILENAME=$(SolutionFileName)
set SOLUTIONNAME=$(SolutionName)
set SOLUTIONPATH=$(SolutionPath)
set TARGETDIR=$(TargetDir)
set TARGETEXT=$(TargetExt)
set TARGETFILENAME=$(TargetFileName)
set TARGETPATH=$(TargetPath)
set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)
set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)

REM If any of the above variables didn't exist previously and
REM were set to an empty string, set will set the errorlevel to 1,
REM which will cause the project-specific script to think the build
REM has failed. This cmd /c call will clear the errorlevel.
cmd /c

"$(ProjectDir)$(ProjectName)PostBuild.cmd"
"
47
CommandLine
="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreBuild.cmd file.
if not exist "$(ProjectDir)$(ProjectName)PreBuild.cmd" exit /b

set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
set CONFIGURATIONNAME=$(ConfigurationName)
set INPUTDIR=$(InputDir)
set INPUTFILENAME=$(InputFileName)
set INPUTPATH=$(InputPath)
set INTDIR=$(IntDir)
set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)
set OUTDIR=$(OutDir)
set PLATFORMNAME=$(PlatformName)
set PROJECTDIR=$(ProjectDir)
set PROJECTFILENAME=$(ProjectFileName)
set PROJECTNAME=$(ProjectName)
set PROJECTPATH=$(ProjectPath)
set SOLUTIONDIR=$(SolutionDir)
set SOLUTIONFILENAME=$(SolutionFileName)
set SOLUTIONNAME=$(SolutionName)
set SOLUTIONPATH=$(SolutionPath)
set TARGETDIR=$(TargetDir)
set TARGETEXT=$(TargetExt)
set TARGETFILENAME=$(TargetFileName)
set TARGETPATH=$(TargetPath)
set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)
set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)

REM If any of the above variables didn't exist previously and
REM were set to an empty string, set will set the errorlevel to 1,
REM which will cause the project-specific script to think the build
REM has failed. This cmd /c call will clear the errorlevel.
cmd /c

"$(ProjectDir)$(ProjectName)PreBuild.cmd"
"
51
CommandLine
="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreLink.cmd file.
if not exist "$(ProjectDir)$(ProjectName)PreLink.cmd" exit /b

set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
set CONFIGURATIONNAME=$(ConfigurationName)
set INPUTDIR=$(InputDir)
set INPUTFILENAME=$(InputFileName)
set INPUTPATH=$(InputPath)
set INTDIR=$(IntDir)
set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)
set OUTDIR=$(OutDir)
set PLATFORMNAME=$(PlatformName)
set PROJECTDIR=$(ProjectDir)
set PROJECTFILENAME=$(ProjectFileName)
set PROJECTNAME=$(ProjectName)
set PROJECTPATH=$(ProjectPath)
set SOLUTIONDIR=$(SolutionDir)
set SOLUTIONFILENAME=$(SolutionFileName)
set SOLUTIONNAME=$(SolutionName)
set SOLUTIONPATH=$(SolutionPath)
set TARGETDIR=$(TargetDir)
set TARGETEXT=$(TargetExt)
set TARGETFILENAME=$(TargetFileName)
set TARGETPATH=$(TargetPath)
set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)
set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)

REM If any of the above variables didn't exist previously and
REM were set to an empty string, set will set the errorlevel to 1,
REM which will cause the project-specific script to think the build
REM has failed. This cmd /c call will clear the errorlevel.
cmd /c

"$(ProjectDir)$(ProjectName)PreLink.cmd"
"
/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
9
10
11
>>