/external/chromium_org/tools/set_default_handler/ |
set_default_handler_main.cc | 30 // Initialize the commandline singleton from the environment. 31 CommandLine::Init(0, NULL); 41 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/clang/test/Sema/ |
mms-bitfields.c | 4 // The -mms-bitfields commandline parameter should behave the same
|
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_controller.h | 12 class CommandLine; 26 int Run(const base::CommandLine& command_line, DiagnosticsWriter* writer); 30 int RunRecovery(const base::CommandLine& command_line,
|
/external/chromium_org/chrome/installer/gcapi/ |
gcapi_dll.cc | 18 // CommandLine and Logging components needed by functions in the DLL. 24 CommandLine::Init(0, NULL); 29 CommandLine::Reset();
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
chrome_desktop_impl.h | 35 const base::CommandLine& command, 57 const base::CommandLine& command() const; 61 base::CommandLine command_;
|
/external/chromium_org/chrome/test/ppapi/ |
ppapi_test.h | 43 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 97 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 107 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 116 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 121 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 127 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 150 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 162 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 174 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 180 virtual void SetUpCommandLine(base::CommandLine* command_line) [all...] |
/external/chromium_org/gpu/config/ |
gpu_util.h | 16 class CommandLine; 29 GPU_EXPORT void ApplyGpuDriverBugWorkarounds(base::CommandLine* command_line); 34 const GPUInfo& gpu_inco, base::CommandLine* command_line);
|
/external/chromium_org/gpu/gles2_conform_support/native/ |
main.cc | 26 CommandLine::Init(argc, argv); 29 CommandLine::StringVector args = 30 CommandLine::ForCurrentProcess()->GetArgs();
|
/external/chromium_org/mojo/shell/ |
shell_test_main.cc | 15 base::CommandLine::Init(argc, argv); 16 const base::CommandLine& command_line = 17 *base::CommandLine::ForCurrentProcess();
|
/external/chromium_org/content/shell/browser/ |
shell_content_browser_client.cc | 67 CommandLine::ForCurrentProcess()->GetSwitchValuePath( 79 int GetCrashSignalFD(const CommandLine& command_line) { 144 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 156 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 173 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kExposeIpcEcho)) 175 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 236 CommandLine* command_line, int child_process_id) { 237 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 239 if (CommandLine::ForCurrentProcess()->HasSwitch( 242 if (CommandLine::ForCurrentProcess()->HasSwitch [all...] |
/external/chromium_org/base/test/ |
trace_to_file.cc | 24 DCHECK(CommandLine::InitializedForCurrentProcess()); 27 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kTraceToFile)) 32 std::string filter = CommandLine::ForCurrentProcess()->GetSwitchValueASCII( 36 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTraceToFileName)) { 37 path = FilePath(CommandLine::ForCurrentProcess()
|
/external/chromium_org/chrome/common/ |
logging_chrome.h | 15 class CommandLine; 34 void InitChromeLogging(const base::CommandLine& command_line, 39 base::FilePath GetSessionLogDir(const base::CommandLine& command_line); 42 base::FilePath GetSessionLogFile(const base::CommandLine& command_line); 45 void RedirectChromeLogging(const base::CommandLine& command_line);
|
/external/chromium_org/ui/app_list/ |
app_list_switches.cc | 33 return !CommandLine::ForCurrentProcess()->HasSwitch(kDisableSyncAppList); 35 return CommandLine::ForCurrentProcess()->HasSwitch(kEnableSyncAppList); 59 return !CommandLine::ForCurrentProcess()->HasSwitch(kDisableAppInfo); 66 return CommandLine::ForCurrentProcess()->HasSwitch( 71 return CommandLine::ForCurrentProcess()->HasSwitch(kEnableCenteredAppList) ||
|
/external/chromium_org/apps/ |
load_and_launch_browsertest.cc | 37 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); 38 CommandLine new_cmdline(cmdline.GetProgram()); 74 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); 75 CommandLine new_cmdline(cmdline.GetProgram()); 112 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
/external/chromium_org/chrome/app/ |
chrome_exe_main_win.cc | 53 bool ContainsNonFastStartFlag(const CommandLine& command_line) { 54 const CommandLine::SwitchMap& switches = command_line.GetSwitches(); 57 for (CommandLine::SwitchMap::const_iterator it = switches.begin(); 65 bool AttemptFastNotify(const CommandLine& command_line) { 96 // Initialize the commandline singleton from the environment. 97 CommandLine::Init(0, NULL); 107 if (AttemptFastNotify(*CommandLine::ForCurrentProcess()))
|
/external/chromium_org/sync/tools/testserver/ |
run_sync_testserver.cc | 41 CommandLine python_command(CommandLine::NO_PROGRAM); 59 CommandLine* command_line = CommandLine::ForCurrentProcess(); 76 CommandLine::Init(argc, argv); 77 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium_org/win8/delegate_execute/ |
delegate_execute_util_unittest.cc | 22 CommandLine cl(CommandLine::NO_PROGRAM); 27 EXPECT_EQ(CommandLine::StringType(), cl.GetCommandLineString()); 40 const base::FilePath this_exe(CommandLine::ForCurrentProcess()->GetProgram()); 42 CommandLine cl(CommandLine::NO_PROGRAM); 71 CommandLine::StringVector args(cl.GetArgs());
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_log_enabled_unittest.cc | 72 CommandLine command_line(CommandLine::NO_PROGRAM); 73 CommandLine saved_cmdline_ = *CommandLine::ForCurrentProcess(); 74 CommandLine::ForCurrentProcess()->AppendSwitch( 77 *CommandLine::ForCurrentProcess() = saved_cmdline_; 126 CommandLine command_line(CommandLine::NO_PROGRAM); 231 CommandLine command_line(CommandLine::NO_PROGRAM) [all...] |
/external/chromium_org/content/shell/renderer/ |
shell_content_renderer_client.cc | 74 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) { 108 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 134 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 148 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 170 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 178 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 186 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 207 return CommandLine::ForCurrentProcess()->HasSwitch( 213 return CommandLine::ForCurrentProcess()->HasSwitch( 218 return CommandLine::ForCurrentProcess()->HasSwitch [all...] |
/external/chromium_org/third_party/boringssl/ |
boringssl_unittest.cc | 20 const std::vector<base::CommandLine::StringType>& args) { 25 base::CommandLine cmd(test_binary); 42 std::vector<base::CommandLine::StringType> empty; 72 std::vector<base::CommandLine::StringType> args; 84 std::vector<base::CommandLine::StringType> args; 97 std::vector<base::CommandLine::StringType> args; 109 std::vector<base::CommandLine::StringType> args; 121 std::vector<base::CommandLine::StringType> args; 133 std::vector<base::CommandLine::StringType> args; 161 std::vector<base::CommandLine::StringType> args [all...] |
/external/chromium_org/remoting/host/ |
host_main.cc | 91 const base::CommandLine::SwitchMap& switches = 92 base::CommandLine::ForCurrentProcess()->GetSwitches(); 93 base::CommandLine::StringVector args = 94 base::CommandLine::ForCurrentProcess()->GetArgs(); 98 base::CommandLine command_line(base::CommandLine::NO_PROGRAM); 99 for (base::CommandLine::SwitchMap::const_iterator i = switches.begin(); 104 for (base::CommandLine::StringVector::const_iterator i = args.begin(); 111 base::CommandLine::ForCurrentProcess()->GetSwitchValuePath( 113 base::CommandLine::StringType parameters [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/ |
commons-exec-1.2.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/ |
commons-exec-1.1.jar | |
/external/chromium_org/chrome/browser/ |
about_flags_unittest.cc | 389 CommandLine command_line(CommandLine::NO_PROGRAM); 402 CommandLine command_line2(CommandLine::NO_PROGRAM); 411 CommandLine::StringType CreateSwitch(const std::string& value) { 424 CommandLine command_line(CommandLine::NO_PROGRAM); 427 CommandLine new_command_line(CommandLine::NO_PROGRAM); 433 std::set<CommandLine::StringType> difference [all...] |
/external/chromium_org/chrome/installer/util/ |
product.h | 18 class CommandLine; 46 const base::CommandLine& uninstall_command); 91 // NOTE: The 'options' CommandLine object should only contain parameters. 94 const base::CommandLine& options, 113 void AppendProductFlags(base::CommandLine* command_line) const; 116 void AppendRenameFlags(base::CommandLine* command_line) const;
|