HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 201 - 225 of 741) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/icu4c/tools/makeconv/
makeconv.vcproj 35 CommandLine="copy "$(TargetPath)" ..\..\..\bin
"
128 CommandLine="copy "$(TargetPath)" ..\..\..\bin
"
215 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
"
311 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
"
  /external/icu4c/tools/pkgdata/
pkgdata.vcproj 35 CommandLine="copy "$(TargetPath)" ..\..\..\bin
"
128 CommandLine="copy "$(TargetPath)" ..\..\..\bin
"
216 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
"
312 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
"
  /external/llvm/lib/Support/
CMakeLists.txt 14 CommandLine.cpp
  /external/openssl/apps/
Android.mk 65 # These flags omit whole features from the commandline "openssl".
  /external/openssl/patches/
apps_Android.mk 65 # These flags omit whole features from the commandline "openssl".
  /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,
browser_main_win.cc 188 void PrepareRestartOnCrashEnviroment(const CommandLine& parsed_command_line) {
220 bool RegisterApplicationRestart(const CommandLine& parsed_command_line) {
232 CommandLine command_line(CommandLine::NO_PROGRAM);
252 int HandleIconsCommands(const CommandLine& parsed_command_line) {
296 CommandLine uninstall_cmd(
browser_main.h 15 class CommandLine;
92 const CommandLine& parsed_command_line() const {
138 const CommandLine& parsed_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...]
existing_user_controller.cc 223 CommandLine* command_line = CommandLine::ForCurrentProcess();
311 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
343 CommandLine::ForCurrentProcess()->AppendArg(start_url);
353 CommandLine::ForCurrentProcess()->AppendArg(initial_start_page);
361 CommandLine::ForCurrentProcess()->AppendArg(kSettingsSyncLoginURL);
  /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/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/bluetooth/glib/docs/reference/glib/tmpl/
option.sgml 2 Commandline option parser
5 parses commandline options
9 The GOption commandline parser is intended to be a simpler replacement for the
10 popt library. It supports short and long commandline options, as shown in the
19 The example demonstrates a number of features of the GOption commandline parser
89 commandline above and produce the example help output.
177 are accepted by the commandline option parser. The struct has only private
376 aliasing is necessary to model some legacy commandline interface. It is
406 in a commandline as --<replaceable>long_name</replaceable>. Every
412 -<replaceable>short_name</replaceable> in a commandline. @short_name must be
    [all...]
  /external/llvm/docs/
CommandLine.html 6 <title>CommandLine 2.0 Library Manual</title>
12 CommandLine 2.0 Library Manual
110 <p>This document describes the CommandLine argument processing library. It will
111 show you how to use it, and what it can do. The CommandLine library uses a
120 CommandLine library to have the following features:</p>
123 <li>Speed: The CommandLine library is very quick and uses little resources. The
130 <li>Type Safe: As a user of CommandLine, you don't have to worry about
135 <li>No subclasses required: To use CommandLine, you instantiate variables that
146 <li>Cleaner: CommandLine supports enum and other types directly, meaning that
151 <li>Powerful: The CommandLine library supports many different types o
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc 233 bool verbose = CommandLine::ForCurrentProcess()->HasSwitch(kFilterVerbose);
234 bool use_weights = CommandLine::ForCurrentProcess()->HasSwitch(kFilterCsv);
297 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
325 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();

Completed in 413 milliseconds

1 2 3 4 5 6 7 891011>>