OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
76 - 100
of
741
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/first_run/
first_run_browser_process.h
18
explicit FirstRunBrowserProcess(const
CommandLine
& command_line);
first_run_win.cc
138
CommandLine
cl(exe_path);
141
CommandLine
* browser_command_line =
CommandLine
::ForCurrentProcess();
314
const
CommandLine
& cmdline = *
CommandLine
::ForCurrentProcess();
315
CommandLine
import_cmd(cmdline.GetProgram());
331
import_cmd.
CommandLine
::AppendSwitchASCII(switches::kImport,
337
import_cmd.
CommandLine
::AppendSwitchPath(
374
const
CommandLine
& cmdline) {
/external/chromium/chrome/browser/importer/
profile_import_process_host.cc
91
CommandLine
* cmd_line = new
CommandLine
(exe_path);
98
const
CommandLine
& browser_command_line = *
CommandLine
::ForCurrentProcess();
/external/chromium/chrome/browser/
tab_closeable_state_watcher.cc
22
if (!
CommandLine
::ForCurrentProcess()->HasSwitch(
content_setting_combo_model.cc
40
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kEnableClickToPlay))
65
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kEnableClickToPlay))
about_flags.h
69
// The
commandline
switch and value that are added when this lab is active.
70
// This is different from |internal_name| so that the
commandline
flag can be
86
//
commandline
flags belonging to the active experiments to |command_line|.
87
void ConvertFlagsToSwitches(PrefService* prefs,
CommandLine
* command_line);
102
std::map<std::string,
CommandLine
::StringType>* switch_list);
/external/chromium/chrome/common/extensions/
extension_manifests_unittest.cc
352
CommandLine
old_command_line = *
CommandLine
::ForCurrentProcess();
353
CommandLine
::ForCurrentProcess()->AppendSwitch(
356
*
CommandLine
::ForCurrentProcess() = old_command_line;
365
CommandLine
old_command_line = *
CommandLine
::ForCurrentProcess();
366
CommandLine
::ForCurrentProcess()->AppendSwitch(
375
*
CommandLine
::ForCurrentProcess() = old_command_line;
382
CommandLine
old_command_line = *
CommandLine
::ForCurrentProcess()
[
all
...]
/external/icu4c/layoutex/
layoutex.vcproj
446
CommandLine
="copy "$(InputPath)" ..\..\include\layout
"
455
CommandLine
="copy "$(InputPath)" ..\..\include\layout
"
464
CommandLine
="copy "$(InputPath)" ..\..\include\layout
"
473
CommandLine
="copy "$(InputPath)" ..\..\include\layout
"
486
CommandLine
="copy "$(InputPath)" ..\..\include\layout
"
495
CommandLine
="copy "$(InputPath)" ..\..\include\layout
"
504
CommandLine
="copy "$(InputPath)" ..\..\include\layout
"
513
CommandLine
="copy "$(InputPath)" ..\..\include\layout
"
526
CommandLine
="copy "$(InputPath)" ..\..\include\layout
"
535
CommandLine
="copy "$(InputPath)" ..\..\include\layout

[
all
...]
/external/chromium/chrome/browser/extensions/
extension_gallery_install_apitest.cc
18
void SetUpCommandLine(
CommandLine
* command_line) {
32
CommandLine
::ForCurrentProcess()->AppendSwitchASCII(
/external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc
36
CommandLine
* cmd_line = new
CommandLine
(nacl_path);
/external/chromium/chrome/browser/prefs/
pref_service_mock_builder.h
14
class
CommandLine
;
50
PrefServiceMockBuilder& WithCommandLine(
CommandLine
* command_line);
/external/chromium/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc
20
virtual void SetUpCommandLine(
CommandLine
* command_line) {
21
CommandLine
command_line_copy = *command_line;
/external/chromium/chrome/common/
service_process_util_posix.h
26
class
CommandLine
;
27
CFDictionaryRef CreateServiceProcessLaunchdPlist(
CommandLine
* cmd_line,
chrome_content_client.cc
81
nacl.enabled =
CommandLine
::ForCurrentProcess()->HasSwitch(
95
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
117
bool flash_out_of_process = !
CommandLine
::ForCurrentProcess()->HasSwitch(
121
const
CommandLine
::StringType flash_path =
122
CommandLine
::ForCurrentProcess()->GetSwitchValueNative(
133
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(
/external/v8/tools/visual_studio/
v8_snapshot_cc.vcproj
71
CommandLine
=""$(OutDir)\v8_mksnapshot.exe" "$(IntDir)\DerivedSources\snapshot.cc"
"
82
CommandLine
=""$(OutDir)\v8_mksnapshot.exe" "$(IntDir)\DerivedSources\snapshot.cc"
"
v8_snapshot_cc_x64.vcproj
71
CommandLine
=""$(OutDir)\v8_mksnapshot.exe" "$(IntDir)\DerivedSources\snapshot.cc"
"
82
CommandLine
=""$(OutDir)\v8_mksnapshot.exe" "$(IntDir)\DerivedSources\snapshot.cc"
"
/external/webkit/Source/WebKit2/Shared/mac/
CommandLineMac.cpp
27
#include "
CommandLine
.h"
34
bool
CommandLine
::parse(int argc, char** argv)
/external/webkit/Source/WebKit2/Shared/win/
CommandLineWin.cpp
27
#include "
CommandLine
.h"
31
bool
CommandLine
::parse(LPTSTR commandLineString)
/external/chromium/net/tools/dump_cache/
dump_cache.cc
74
int LaunchSlave(const
CommandLine
& command_line,
93
CommandLine
new_command_line =
CommandLine
::FromString(hacked_command_line);
115
CommandLine
::Init(argc, argv);
117
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
/external/protobuf/vsprojects/
lite-test.vcproj
31
CommandLine
=""
108
CommandLine
=""
231
CommandLine
="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_lite.proto
"
241
CommandLine
="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_lite.proto
"
255
CommandLine
="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_import_lite.proto
"
265
CommandLine
="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_import_lite.proto
"
/external/chromium/chrome/browser/profiles/
profile_manager.cc
118
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
144
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
339
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
356
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
385
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess()
[
all
...]
/external/flac/libFLAC/
libFLAC_dynamic.vcproj
421
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
"
431
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
"
449
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
"
459
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
"
473
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
"
483
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
"
497
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
"
507
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
"
521
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj
"
531
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encod (…)
[
all
...]
libFLAC_static.vcproj
390
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
"
400
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
"
414
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
"
424
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
"
438
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
"
448
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
"
462
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
"
472
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
"
486
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj
"
496
CommandLine
="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encod (…)
[
all
...]
/external/libpng/projects/visualc71/
pngtest.vcproj
30
CommandLine
="set path=$(OutDir)\..;$(OutDir)\..\ZLib
77
CommandLine
="set path=$(OutDir)\..;$(OutDir)\..\ZLib
125
CommandLine
="set path=$(OutDir)\..;$(OutDir)\..\ZLib
173
CommandLine
="set path=$(OutDir)\..;$(OutDir)\..\ZLib
222
CommandLine
="set path=$(OutDir)\..;$(OutDir)\..\..\Win32_DLL_Release\ZLib
271
CommandLine
="set path=$(OutDir)\..;$(OutDir)\..\ZLib
319
CommandLine
="set path=$(OutDir)\..;$(OutDir)\..\ZLib
367
CommandLine
="set path=$(OutDir)\..;$(OutDir)\..\ZLib
415
CommandLine
="set path=$(OutDir)\..;$(OutDir)\..\ZLib
/external/chromium/base/test/
test_suite.cc
55
CommandLine
::Init(argc, argv);
66
CommandLine
::Reset();
86
if (
CommandLine
::ForCurrentProcess()->HasSwitch(kStrictFailureHandling))
126
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(
208
!
CommandLine
::ForCurrentProcess()->HasSwitch("show-error-dialogs")) {
Completed in 448 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>