HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 126 - 150 of 341) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/ui/tabs/
tab_menu_model.cc 28 return CommandLine::ForCurrentProcess()->HasSwitch(
102 if (CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/net/test/
test_server.h 26 class CommandLine;
160 bool AddCommandLineArguments(CommandLine* command_line) const;
python_utils_unittest.cc 53 CommandLine cmd_line(dir);
  /external/clang/include/clang/Tooling/
Tooling.h 128 /// \param CommandLine The command line arguments to clang. Note that clang
129 /// uses its binary name (CommandLine[0]) to locate its builtin headers.
135 ToolInvocation(ArrayRef<std::string> CommandLine, FrontendAction *ToolAction,
156 std::vector<std::string> CommandLine;
  /external/srec/shared/
Android.mk 11 src/CommandLine.c \
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMainMac.mm 31 #import "CommandLine.h"
51 int PluginProcessMain(const CommandLine& commandLine)
57 String serviceName = commandLine["servicename"];
69 String localization = commandLine["localization"];
  /external/chromium/chrome/browser/
background_mode_manager_linux.cc 40 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
plugin_data_remover_browsertest.cc 45 virtual void SetUpCommandLine(CommandLine* command_line) {
plugin_exceptions_table_model_unittest.cc 59 command_line_(CommandLine::ForCurrentProcess(),
60 *CommandLine::ForCurrentProcess()) {}
63 CommandLine::ForCurrentProcess()->AppendSwitch(
152 AutoReset<CommandLine> command_line_;
browser_main_posix.cc 232 CommandLine* singleton_command_line = CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/extensions/
extension_apitest.h 113 virtual void SetUpCommandLine(CommandLine* command_line);
app_process_apitest.cc 65 CommandLine::ForCurrentProcess()->AppendSwitch(
149 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.cc 39 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
99 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 94 CommandLine *cl = CommandLine::ForCurrentProcess();
108 CommandLine *cl = CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/ui/webui/
print_preview_ui_html_source_unittest.cc 21 CommandLine::ForCurrentProcess()->AppendSwitch(switches::kEnablePrintPreview);
  /frameworks/compile/mclinker/include/mcld/Support/
CommandLine.h 1 //===- CommandLine.h ------------------------------------------------------===//
18 #include <llvm/Support/CommandLine.h>
  /external/chromium/chrome/browser/service/
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/chrome/common/
logging_chrome.cc 130 LoggingDestination DetermineLogMode(const CommandLine& command_line) {
215 FilePath GetSessionLogFile(const CommandLine& command_line) {
231 void RedirectChromeLogging(const CommandLine& command_line) {
267 void InitChromeLogging(const CommandLine& command_line,
325 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kNoErrorDialogs))
sandbox_policy.cc 366 bool LoadFlashBroker(const FilePath& plugin_path, CommandLine* cmd_line) {
448 bool IsBuiltInFlash(const CommandLine* cmd_line, FilePath* flash_path) {
468 bool AddPolicyForPlugin(CommandLine* cmd_line,
472 std::wstring trusted_plugins = CommandLine::ForCurrentProcess()->
518 bool AddPolicyForGPU(CommandLine*, sandbox::TargetPolicy* policy) {
548 bool use_winsta = !CommandLine::ForCurrentProcess()->HasSwitch(
574 base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line,
577 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 33 CommandLineArgumentParser(StringRef CommandLine)
34 : Input(CommandLine), Position(Input.begin()-1) {}
41 CommandLine.push_back(Argument);
43 return CommandLine;
111 std::vector<std::string> CommandLine;
  /external/chromium/chrome/browser/content_settings/
host_content_settings_map_unittest.cc 64 CommandLine* cmd = CommandLine::ForCurrentProcess();
65 AutoReset<CommandLine> auto_reset(cmd, *cmd);
492 CommandLine* cmd = CommandLine::ForCurrentProcess();
493 AutoReset<CommandLine> auto_reset(cmd, *cmd);
576 CommandLine* cmd = CommandLine::ForCurrentProcess();
577 AutoReset<CommandLine> auto_reset(cmd, *cmd);
626 CommandLine* cmd = CommandLine::ForCurrentProcess()
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 39 #include "llvm/Support/CommandLine.h"
313 std::string CommandLine(ProgramToRun);
318 errs() << ToolName << ": Failed to find program: '" << CommandLine
329 CommandLine.push_back(' ');
330 CommandLine.append(*i);
335 << ToolName << ": Command Line: " << CommandLine << '\n';
349 LPSTR(CommandLine.c_str()),
  /external/chromium/base/
process_util_unittest.cc 346 CommandLine cmd_line(python_runtime);
354 CommandLine other_cmd_line(python_runtime);
582 EXPECT_TRUE(base::GetAppOutput(CommandLine(FilePath("true")), &output));
585 EXPECT_FALSE(base::GetAppOutput(CommandLine(FilePath("false")), &output));
591 EXPECT_TRUE(base::GetAppOutput(CommandLine(argv), &output));
608 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 100));
613 EXPECT_FALSE(base::GetAppOutputRestricted(CommandLine(argv),
620 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 10));
625 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 5));
630 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 15))
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
mock_authenticator.h 159 const CommandLine& base_command_line,
160 CommandLine* command_line) {
  /external/chromium/chrome/browser/history/
in_memory_history_backend.cc 44 if (CommandLine::ForCurrentProcess()->HasSwitch(
46 !CommandLine::ForCurrentProcess()->HasSwitch(

Completed in 691 milliseconds

1 2 3 4 56 7 8 91011>>