OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
676 - 700
of
2662
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/win8/metro_driver/
chrome_url_launch_handler.cc
111
CommandLine
command_line =
CommandLine
::FromString(dummy_command_line);
112
CommandLine
::StringVector args = command_line.GetArgs();
/external/deqp/android/scripts/
common.py
66
def execute (
commandLine
):
67
args = shlex.split(
commandLine
)
70
raise Exception("Failed to execute '%s', got %d" % (
commandLine
, retcode))
/external/deqp/framework/common/
tcuTestExecutor.hpp
37
class
CommandLine
;
73
TestExecutor (TestContext& testCtx, const
CommandLine
& cmdLine);
156
const
CommandLine
& m_cmdLine;
/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/chromium_org/content/browser/gpu/
gpu_process_host.cc
148
GpuSandboxedProcessLauncherDelegate(base::
CommandLine
* cmd_line,
260
base::
CommandLine
* cmd_line_;
272
if (base::
CommandLine
::ForCurrentProcess()->HasSwitch(
274
base::
CommandLine
::ForCurrentProcess()->HasSwitch(
383
if (base::
CommandLine
::ForCurrentProcess()->HasSwitch(
385
base::
CommandLine
::ForCurrentProcess()->HasSwitch(
507
base::
CommandLine
* command_line = base::
CommandLine
::ForCurrentProcess();
620
if (!base::
CommandLine
::ForCurrentProcess()->HasSwitch(
855
const base::
CommandLine
& browser_command_line
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc
324
const base::
CommandLine
& browser_command_line =
325
*base::
CommandLine
::ForCurrentProcess();
326
base::
CommandLine
::StringType renderer_prefix =
469
!base::
CommandLine
::ForCurrentProcess()->HasSwitch(
538
if (!base::
CommandLine
::ForCurrentProcess()->HasSwitch(
555
base::
CommandLine
::StringType renderer_prefix;
559
const base::
CommandLine
& browser_command_line =
560
*base::
CommandLine
::ForCurrentProcess();
618
base::
CommandLine
* cmd_line = new base::
CommandLine
(renderer_path)
[
all
...]
/external/chromium_org/chrome/browser/
chrome_content_browser_client.h
23
class
CommandLine
;
117
virtual void AppendExtraCommandLineSwitches(base::
CommandLine
* command_line,
283
const base::
CommandLine
& command_line,
303
base::
CommandLine
* to_command_line,
304
const base::
CommandLine
& from_command_line,
unload_browsertest.cc
116
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
199
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
212
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
227
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
241
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
332
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
342
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
353
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
365
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
419
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE
[
all
...]
/external/chromium_org/chrome/browser/media/
chrome_webrtc_apprtc_browsertest.cc
51
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
56
CommandLine
::ForCurrentProcess()->AppendSwitch(
90
CommandLine
command_line(
CommandLine
::NO_PROGRAM);
192
CommandLine
command_line(firefox_launcher);
/external/chromium_org/chrome/browser/password_manager/
chrome_password_manager_client_unittest.cc
203
CommandLine
::ForCurrentProcess()->AppendSwitch(
225
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
265
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
chrome_password_manager_client.cc
92
return
CommandLine
::ForCurrentProcess()->HasSwitch(
504
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
519
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
538
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
/external/chromium_org/chrome/test/nacl/
nacl_browsertest_util.cc
197
void NaClBrowserTestBase::SetUpCommandLine(base::
CommandLine
* command_line) {
292
base::
CommandLine
* command_line) {
311
base::
CommandLine
* command_line) {
317
CommandLine
* command_line) {
335
CommandLine
* command_line) {
/external/chromium_org/cloud_print/service/win/
chrome_launcher.cc
70
bool LaunchProcess(const
CommandLine
& cmdline,
152
CommandLine
cmd =
CommandLine
::FromString(value.Value());
204
CommandLine
cmd(chrome_path);
281
CommandLine
cmd(chrome_path);
cloud_print_service.cc
157
CommandLine
command_line(
CommandLine
::NO_PROGRAM);
201
HRESULT ParseCommandLine(const
CommandLine
& command_line, bool* is_service) {
407
CommandLine
::Init(argc, argv);
415
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kEnableLogging) ?
/external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder_unittest.cc
353
base::
CommandLine
::Init(argc, argv);
361
base::
CommandLine
* cmd_line = base::
CommandLine
::ForCurrentProcess();
364
base::
CommandLine
::SwitchMap switches = cmd_line->GetSwitches();
365
for (base::
CommandLine
::SwitchMap::const_iterator it = switches.begin();
/external/chromium_org/tools/gn/
ninja_build_writer.cc
36
CommandLine
cmdline(executable.NormalizePathSeparatorsTo('/'));
51
const
CommandLine
& our_cmdline = *
CommandLine
::ForCurrentProcess();
52
const
CommandLine
::SwitchMap& switches = our_cmdline.GetSwitches();
53
for (
CommandLine
::SwitchMap::const_iterator i = switches.begin();
/external/chromium_org/ui/keyboard/
keyboard_util.cc
105
return
CommandLine
::ForCurrentProcess()->HasSwitch(
127
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
143
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kEnableInputView))
145
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kDisableInputView))
152
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/clang/include/clang/Tooling/
CompilationDatabase.h
45
CompileCommand(Twine Directory, std::vector<std::string>
CommandLine
)
46
: Directory(Directory.str()),
CommandLine
(std::move(
CommandLine
)) {}
52
std::vector<std::string>
CommandLine
;
186
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/deqp/execserver/tools/
xsClient.cpp
136
class
CommandLine
150
Client (const
CommandLine
& cmdLine);
156
const
CommandLine
& m_cmdLine;
160
Client::Client (const
CommandLine
& cmdLine)
303
CommandLine
cmdLine;
/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/chromium_org/chrome/browser/extensions/
extension_system_impl.cc
242
base::
CommandLine
* command_line = base::
CommandLine
::ForCurrentProcess();
304
const
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
323
CommandLine
::ForCurrentProcess(),
368
CommandLine
::StringType path_list = command_line->GetSwitchValueNative(
370
base::StringTokenizerT<
CommandLine
::StringType,
371
CommandLine
::StringType::const_iterator> t(path_list,
400
CommandLine
::StringType path_list = command_line->GetSwitchValueNative(
402
base::StringTokenizerT<
CommandLine
::StringType
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-antlr.jar
/external/chromium_org/chrome/installer/setup/
setup_util_unittest.cc
230
CommandLine
cmd_line(*
CommandLine
::ForCurrentProcess());
287
void set_uninstall_command(const
CommandLine
& uninstall_command) {
344
CommandLine
uninstall_command(
492
CommandLine
::FromString(L"foo.exe")));
494
CommandLine
::FromString(L"foo.exe --multi-install --chrome")));
496
CommandLine
::FromString(L"foo.exe --chrome-frame")));
Completed in 518 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>