OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
201 - 225
of
873
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/trace-viewer/third_party/python_gflags/
setup.py
36
description='Google
Commandline
Flags Module',
/external/icu4c/tools/icuswap/
icuswap.vcproj
34
CommandLine
="copy "$(TargetPath)" ..\..\..\bin
"
122
CommandLine
="copy "$(TargetPath)" ..\..\..\bin
"
215
CommandLine
="copy "$(TargetPath)" ..\..\..\bin64
"
305
CommandLine
="copy "$(TargetPath)" ..\..\..\bin64
"
/external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp
19
#include "llvm/Support/
CommandLine
.h"
/external/llvm/tools/llvm-objdump/
llvm-objdump.h
14
#include "llvm/Support/
CommandLine
.h"
/external/skia/tools/
test_pdfs.py
35
@param The
commandline
argument list
/external/srec/shared/
Android.mk
11
src/
CommandLine
.c \
/external/webkit/Source/WebKit2/Shared/
CommandLine.h
38
class
CommandLine
{
/external/chromium/chrome/browser/
background_contents_service_unittest.cc
29
command_line_.reset(new
CommandLine
(
CommandLine
::NO_PROGRAM));
52
scoped_ptr<
CommandLine
> command_line_;
background_mode_manager.h
19
class
CommandLine
;
46
BackgroundModeManager(Profile* profile,
CommandLine
* command_line);
49
static bool IsBackgroundModeEnabled(const
CommandLine
* command_line);
content_setting_bubble_model_unittest.cc
101
CommandLine
* cmd =
CommandLine
::ForCurrentProcess();
102
AutoReset<
CommandLine
> auto_reset(cmd, *cmd);
process_singleton.h
29
class
CommandLine
;
73
NotifyResult NotifyOtherProcessWithTimeout(const
CommandLine
& command_line,
77
const
CommandLine
& command_line,
/external/chromium/chrome/browser/chromeos/login/
login_utils.cc
158
const
CommandLine
& base_command_line,
159
CommandLine
*command_line);
227
logging::RedirectChromeLogging(*(
CommandLine
::ForCurrentProcess()));
403
const
CommandLine
& browser_command_line = *
CommandLine
::ForCurrentProcess();
404
CommandLine
command_line(browser_command_line.GetProgram());
416
const
CommandLine
& base_command_line,
417
CommandLine
* command_line) {
519
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kParallelAuth))
584
CommandLine
::ForCurrentProcess()->InitFromArgv
[
all
...]
/external/chromium/chrome/browser/content_settings/
content_settings_policy_provider_unittest.cc
136
CommandLine
* cmd =
CommandLine
::ForCurrentProcess();
137
AutoReset<
CommandLine
> auto_reset(cmd, *cmd);
/external/chromium/chrome/browser/extensions/
isolated_app_apitest.cc
42
CommandLine
::ForCurrentProcess()->AppendSwitch(
44
CommandLine
::ForCurrentProcess()->AppendSwitch(
105
CommandLine
::ForCurrentProcess()->AppendSwitch(
/external/chromium/chrome/browser/service/
service_process_control.h
24
class
CommandLine
;
138
Launcher(ServiceProcessControl* process,
CommandLine
* cmd_line);
157
scoped_ptr<
CommandLine
> cmd_line_;
service_process_control.cc
130
CommandLine
* cmd_line = new
CommandLine
(exe_path);
134
const
CommandLine
& browser_command_line = *
CommandLine
::ForCurrentProcess();
312
CommandLine
* cmd_line)
/external/chromium/net/tools/fetch/
fetch_client.cc
125
CommandLine
::Init(argc, argv);
126
const
CommandLine
& parsed_command_line = *
CommandLine
::ForCurrentProcess();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.emf.properties
29
# PASSING ANT TASK RESULTS TO EXTERNAL SCRIPT AS
COMMANDLINE
ARGUMENTS
34
# will be passed some default
commandline
arguments BEFORE any you might want to specify as well (so that you can override them if you wish).
86
# 2. to watch for ANY changes in the current build, check the first <entry>'s <updated> node (and respond with an email, no
commandline
flags)
feedWatch.uml2.properties
26
# PASSING ANT TASK RESULTS TO EXTERNAL SCRIPT AS
COMMANDLINE
ARGUMENTS
31
# will be passed some default
commandline
arguments BEFORE any you might want to specify as well (so that you can override them if you wish).
83
# 2. to watch for ANY changes in the current build, check the first <entry>'s <updated> node (and respond with an email, no
commandline
flags)
/external/clang/include/clang/Tooling/
CompilationDatabase.h
45
CompileCommand(Twine Directory, ArrayRef<std::string>
CommandLine
)
46
: Directory(Directory.str()),
CommandLine
(
CommandLine
) {}
52
std::vector<std::string>
CommandLine
;
172
FixedCompilationDatabase(Twine Directory, ArrayRef<std::string>
CommandLine
);
/external/clang/lib/Tooling/
JSONCompilationDatabase.cpp
33
CommandLineArgumentParser(StringRef
CommandLine
)
34
: Input(
CommandLine
), Position(Input.begin()-1) {}
41
CommandLine
.push_back(Argument);
43
return
CommandLine
;
111
std::vector<std::string>
CommandLine
;
/external/valgrind/main/coregrind/
m_commandline.c
73
f_clo = VG_(malloc)("
commandline
.rdv.1", stat_buf.size+1);
166
tmp_xarray = VG_(newXA)( VG_(malloc), "
commandline
.sua.1",
172
= VG_(newXA)( VG_(malloc), "
commandline
.sua.2",
178
= VG_(newXA)( VG_(malloc), "
commandline
.sua.3",
218
HChar* env_clo = VG_(strdup)( "
commandline
.sua.4",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-antlr.jar
ant-weblogic.jar
/external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
39
#include "llvm/Support/
CommandLine
.h"
313
std::string
CommandLine
(ProgramToRun);
318
errs() << ToolName << ": Failed to find program: '" <<
CommandLine
329
CommandLine
.push_back(' ');
330
CommandLine
.append(*i);
335
<< ToolName << ": Command Line: " <<
CommandLine
<< '\n';
349
LPSTR(
CommandLine
.c_str()),
Completed in 191 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>