HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 651 - 675 of 2662) sorted by null

<<21222324252627282930>>

  /external/icu/icu4c/source/tools/icuswap/
icuswap.vcproj 34 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
122 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
215 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
305 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
  /external/llvm/tools/llvm-objdump/
llvm-objdump.h 14 #include "llvm/Support/CommandLine.h"
  /external/llvm/utils/unittest/UnitTestMain/
TestMain.cpp 11 #include "llvm/Support/CommandLine.h"
  /external/skia/tools/
test_pdfs.py 35 @param The commandline argument list
  /external/srec/shared/
Android.mk 11 src/CommandLine.c \
  /frameworks/compile/mclinker/tools/mcld/include/mcld/
OptimizationOptions.h 12 #include <llvm/Support/CommandLine.h>
PreferenceOptions.h 11 #include <llvm/Support/CommandLine.h>
ScriptOptions.h 11 #include <llvm/Support/CommandLine.h>
TripleOptions.h 11 #include <llvm/Support/CommandLine.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
appmgmt.h 100 DWORD WINAPI CommandLineFromMsiDescriptor(WCHAR *Descriptor,WCHAR *CommandLine,DWORD *CommandLineLength);
  /external/chromium_org/chrome/browser/chromeos/app_mode/
fake_cws.cc 84 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
98 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
104 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_settings.cc 111 if (CommandLine::ForCurrentProcess()->HasSwitch(
114 CommandLine::ForCurrentProcess()->
152 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableKioskMode)) {
  /external/chromium_org/chrome/browser/supervised_user/
permission_request_creator_apiary.cc 92 if (CommandLine::ForCurrentProcess()->HasSwitch(
94 return CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
120 GURL url(CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 271 const CommandLine& command_line,
352 const CommandLine& command_line,
405 const CommandLine& command_line,
410 const CommandLine::StringVector& params = command_line.GetArgs();
463 const CommandLine& command_line,
592 CommandLine::StringType path = command_line.GetSwitchValueNative(
646 CommandLine command_line_without_urls(command_line.GetProgram());
647 const CommandLine::SwitchMap& switches = command_line.GetSwitches();
648 for (CommandLine::SwitchMap::const_iterator switch_it = switches.begin();
692 const CommandLine& command_line
    [all...]
  /external/chromium_org/chrome/common/
service_process_util.h 28 class CommandLine;
78 scoped_ptr<base::CommandLine> CreateServiceProcessCommandLine();
140 scoped_ptr<base::CommandLine> autorun_command_line_;
  /external/chromium_org/chrome/installer/setup/
setup_util.h 21 class CommandLine;
81 const base::CommandLine& command_line,
113 bool ContainsUnsupportedSwitch(const base::CommandLine& cmd_line);
  /external/chromium_org/chrome/installer/util/
install_util.cc 151 CommandLine cmd(CommandLine::FromString(cmd_str));
163 bool InstallUtil::ExecuteExeAsAdmin(const CommandLine& cmd, DWORD* exit_code) {
168 CommandLine::StringType params(cmd.GetCommandLineString());
209 CommandLine InstallUtil::GetChromeUninstallCmd(
215 return CommandLine(CommandLine::NO_PROGRAM);
383 CommandLine* command_line = CommandLine::ForCurrentProcess();
559 CommandLine* command_line)
    [all...]
installation_validator.h 19 class CommandLine;
221 const base::CommandLine& command,
226 const base::CommandLine& command,
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_frontend.cc 63 CommandLine::Init(argc, argv);
64 CommandLine* cmd_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.cc 152 base::CommandLine* command_line) const {
158 base::CommandLine* command_line) const {
164 base::CommandLine* command_line) const {
  /external/chromium_org/content/public/test/
content_browser_test.cc 64 CommandLine* command_line = CommandLine::ForCurrentProcess();
117 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
  /external/chromium_org/google_apis/
google_api_keys.cc 80 CommandLine* command_line = CommandLine::ForCurrentProcess();
193 CommandLine* command_line) {
  /external/chromium_org/net/test/spawned_test_server/
local_test_server.cc 25 base::CommandLine* command_line) {
197 base::CommandLine* command_line) const {
202 // Serialize the argument dictionary into CommandLine.
  /external/chromium_org/net/tools/testserver/
run_testserver.cc 28 base::CommandLine::Init(argc, argv);
29 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h 25 // 2. A sets up a CommandLine and then amends it with
29 // 4. A launches B with base::LaunchProcess, using the amended CommandLine.
81 void PrependWrapper(base::CommandLine* cmd_line);

Completed in 265 milliseconds

<<21222324252627282930>>