Searched refs:CommandLine (Results 1 - 22 of 22) sorted by relevance

/external/chromium/base/
H A Dcommand_line.cc33 CommandLine* CommandLine::current_process_commandline_ = NULL;
59 CommandLine::CommandLine(ArgumentsOnly args_only) { function in class:CommandLine
62 void CommandLine::ParseFromString(const std::wstring& command_line) {
104 CommandLine::CommandLine(const FilePath& program) { function in class:CommandLine
112 CommandLine::CommandLine(ArgumentsOnly args_only) { function in class:CommandLine
117 void CommandLine
149 CommandLine::CommandLine(const FilePath& program) { function in class:CommandLine
[all...]
H A Dcommand_line.h13 // There is a singleton read-only CommandLine that represents the command
33 class CommandLine { class
37 explicit CommandLine(ArgumentsOnly args_only);
43 static CommandLine FromString(const std::wstring& command_line) {
44 CommandLine cmd;
53 CommandLine(int argc, const char* const* argv) { function in class:CommandLine
56 explicit CommandLine(const std::vector<std::string>& argv) { function in class:CommandLine
63 explicit CommandLine(const FilePath& program);
65 // Initialize the current process CommandLine singleton. On Windows,
78 // Destroys the current process CommandLine singleto
189 CommandLine() {} function in class:CommandLine
[all...]
H A Dmultiprocess_test.h87 CommandLine MakeCmdLine(const std::wstring& procname, bool debug_on_start) {
88 CommandLine cl(*CommandLine::ForCurrentProcess());
106 // TODO(port): with the CommandLine refactoring, this code is very similar
H A Dcommand_line_unittest.cc15 CommandLine cl = CommandLine::FromString(
31 CommandLine cl(arraysize(argv), argv);
89 CommandLine cl = CommandLine::FromString(L"");
93 CommandLine cl(0, NULL);
109 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program")));
H A Dprocess_util_unittest.cc174 CommandLine cmd_line(python_runtime);
183 CommandLine other_cmd_line(python_runtime);
299 EXPECT_TRUE(GetAppOutput(CommandLine(FilePath("true")), &output));
302 EXPECT_FALSE(GetAppOutput(CommandLine(FilePath("false")), &output));
308 EXPECT_TRUE(GetAppOutput(CommandLine(argv), &output));
325 EXPECT_TRUE(GetAppOutputRestricted(CommandLine(argv), &output, 100));
331 EXPECT_FALSE(GetAppOutputRestricted(CommandLine(argv),
338 EXPECT_TRUE(GetAppOutputRestricted(CommandLine(argv), &output, 10));
343 EXPECT_TRUE(GetAppOutputRestricted(CommandLine(argv), &output, 5));
348 EXPECT_TRUE(GetAppOutputRestricted(CommandLine(arg
[all...]
H A Dprocess_util.h196 bool LaunchApp(const CommandLine& cl,
204 bool GetAppOutput(const CommandLine& cl, std::string* output);
210 bool GetAppOutputRestricted(const CommandLine& cl,
H A Dprocess_util_posix.cc463 bool LaunchApp(const CommandLine& cl,
628 static bool GetAppOutputInternal(const CommandLine& cl, char* const envp[],
722 bool GetAppOutput(const CommandLine& cl, std::string* output) {
730 bool GetAppOutputRestricted(const CommandLine& cl,
H A Dlinux_util.cc215 base::GetAppOutput(CommandLine(argv), &output);
H A Dprocess_util_win.cc205 bool LaunchApp(const CommandLine& cl,
226 bool GetAppOutput(const CommandLine& cl, std::string* output) {
H A Dlogging.cc260 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableDCHECK);
/external/chromium/net/tools/fetch/
H A Dfetch_server.cc34 CommandLine::Init(0, NULL);
35 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
H A Dfetch_client.cc121 CommandLine::Init(argc, argv);
122 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
/external/chromium/net/tools/dump_cache/
H A Ddump_cache.cc74 int LaunchSlave(const CommandLine& command_line,
93 CommandLine new_command_line = CommandLine::FromString(hacked_command_line);
114 CommandLine::Init(argc, argv);
116 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
/external/chromium/base/test/
H A Dperf_test_suite.h27 CommandLine::ForCurrentProcess()->GetSwitchValue("log-file");
H A Dtest_suite.h56 CommandLine::Init(argc, argv);
67 CommandLine::Reset();
116 CommandLine::ForCurrentProcess()->GetSwitchValue(kRunClientProcess);
203 !CommandLine::ForCurrentProcess()->HasSwitch("show-error-dialogs")) {
/external/srec/shared/
H A DAndroid.mk11 src/CommandLine.c \
/external/chromium/net/tools/hresolv/
H A Dhresolv.cc322 bool ParseCommandLine(CommandLine* command_line, CommandLineOptions* options) {
419 CommandLine::Init(argc, argv);
420 CommandLine* command_line = CommandLine::ForCurrentProcess();
453 CommandLine::Reset();
/external/chromium/net/disk_cache/
H A Dstress_cache.cc42 CommandLine cmdline(exe);
/external/libvpx/build/make/
H A Dgen_msvs_proj.sh153 CommandLine="$(eval echo \$asm_${cfg}_cmdline)"\
383 CommandLine="call obj_int_extract.bat \$(ConfigurationName)"
541 CommandLine="call obj_int_extract.bat \$(ConfigurationName)"
/external/chromium/net/tools/crash_cache/
H A Dcrash_cache.cc43 CommandLine cmdline(exe);
/external/chromium/net/tools/tld_cleanup/
H A Dtld_cleanup.cc264 CommandLine::Init(argc, argv);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DCommandLine.java31 public class CommandLine { class

Completed in 273 milliseconds