HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 1 - 23 of 23) sorted by null

  /external/chromium/base/
command_line.cc 33 CommandLine* CommandLine::current_process_commandline_ = NULL;
59 CommandLine::CommandLine(ArgumentsOnly args_only) {
62 void CommandLine::ParseFromString(const std::wstring& command_line) {
104 CommandLine::CommandLine(const FilePath& program) {
112 CommandLine::CommandLine(ArgumentsOnly args_only) {
117 void CommandLine::InitFromArgv(int argc, const char* const* argv)
    [all...]
command_line.h 13 // There is a singleton read-only CommandLine that represents the command
33 class CommandLine {
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) {
56 explicit CommandLine(const std::vector<std::string>& argv) {
63 explicit CommandLine(const FilePath& program);
65 // Initialize the current process CommandLine singleton. On Windows,
78 // Destroys the current process CommandLine singleton. This is necessary i
    [all...]
multiprocess_test.h 87 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
command_line_unittest.cc 15 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")));
process_util_unittest.cc 174 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(argv), &output, 15))
    [all...]
process_util.h 196 bool LaunchApp(const CommandLine& cl,
204 bool GetAppOutput(const CommandLine& cl, std::string* output);
210 bool GetAppOutputRestricted(const CommandLine& cl,
process_util_posix.cc 463 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,
linux_util.cc 215 base::GetAppOutput(CommandLine(argv), &output);
process_util_win.cc 205 bool LaunchApp(const CommandLine& cl,
226 bool GetAppOutput(const CommandLine& cl, std::string* output) {
logging.cc 260 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableDCHECK);
  /external/chromium/net/tools/fetch/
fetch_server.cc 34 CommandLine::Init(0, NULL);
35 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
fetch_client.cc 121 CommandLine::Init(argc, argv);
122 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
  /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);
114 CommandLine::Init(argc, argv);
116 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/base/test/
perf_test_suite.h 27 CommandLine::ForCurrentProcess()->GetSwitchValue("log-file");
test_suite.h 56 CommandLine::Init(argc, argv);
67 CommandLine::Reset();
116 CommandLine::ForCurrentProcess()->GetSwitchValue(kRunClientProcess);
203 !CommandLine::ForCurrentProcess()->HasSwitch("show-error-dialogs")) {
  /external/srec/shared/
Android.mk 11 src/CommandLine.c \
  /external/chromium/net/tools/hresolv/
hresolv.cc 322 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/
stress_cache.cc 42 CommandLine cmdline(exe);
  /external/libvpx/build/make/
gen_msvs_proj.sh 153 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/
crash_cache.cc 43 CommandLine cmdline(exe);
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 264 CommandLine::Init(argc, argv);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 31 public class CommandLine {
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 507 milliseconds