/external/chromium_org/content/renderer/ |
renderer_main_platform_delegate_android.cc | 32 const CommandLine& command_line = parameters_.command_line; 43 if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium_org/content/shell/renderer/ |
shell_render_view_observer.cc | 28 if (CommandLine::ForCurrentProcess()->HasSwitch( 33 if (CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium_org/content/test/ |
webrtc_content_browsertest_base.h | 8 class CommandLine; 16 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
/external/chromium_org/extensions/shell/browser/ |
default_shell_browser_main_delegate.cc | 24 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
/external/chromium_org/extensions/shell/test/ |
shell_test.cc | 24 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_tests_main.cc | 27 CommandLine::Init(argc, argv); 33 gpu::ApplyGpuDriverBugWorkarounds(CommandLine::ForCurrentProcess());
|
/external/chromium_org/mojo/shell/ |
child_process.h | 13 class CommandLine; 34 static scoped_ptr<ChildProcess> Create(const base::CommandLine& command_line);
|
/external/chromium_org/remoting/host/ |
usage_stats_consent_mac.cc | 24 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
/external/chromium_org/remoting/host/win/ |
wts_session_process_delegate.h | 16 class CommandLine; 34 scoped_ptr<base::CommandLine> target,
|
/external/chromium_org/third_party/python_gflags/ |
README | 1 This repository contains a python implementation of the Google commandline 22 create an instant man page, with all the commandline flags and their docs, for
|
README.chromium | 11 This project is the python equivalent of google-gflags, a Google commandline 17 The gflags package contains a library that implements commandline flags
|
/external/chromium_org/ui/ozone/ |
platform_selection.cc | 19 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kOzonePlatform) && 22 return CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
/external/markdown/bin/ |
markdown | 34 from markdown import commandline namespace 42 commandline.run()
|
/external/oprofile/daemon/ |
opd_extended.h | 59 * @param value: commandline input option string 66 * @param value: commandline input option string
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_utils.cc | 119 // Returns new CommandLine with per-user flags. 120 CommandLine CreatePerSessionCommandLine(Profile* profile) { 121 CommandLine user_flags(CommandLine::NO_PROGRAM); 130 const CommandLine& user_flags, 131 std::set<CommandLine::StringType>* out_command_line_difference) { 142 *CommandLine::ForCurrentProcess(), 312 browser_creator.LaunchBrowser(*CommandLine::ForCurrentProcess(), 400 const CommandLine user_flags(CreatePerSessionCommandLine(profile)); 401 std::set<CommandLine::StringType> command_line_difference [all...] |
/external/chromium_org/chrome/installer/util/ |
chrome_app_host_operations.cc | 33 void ChromeAppHostOperations::ReadOptions(const CommandLine& uninstall_command, 54 CommandLine* cmd_line) const { 71 CommandLine* cmd_line) const { 108 CommandLine app_host_args(CommandLine::NO_PROGRAM);
|
/external/chromium_org/chrome/test/base/ |
chrome_test_launcher.cc | 60 CommandLine* command_line, const base::FilePath& temp_data_dir) OVERRIDE { 61 CommandLine new_command_line(command_line->GetProgram()); 62 CommandLine::SwitchMap switches = command_line->GetSwitches(); 67 for (CommandLine::SwitchMap::const_iterator iter = switches.begin(); 88 if (CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_state_impl.cc | 61 if (base::CommandLine::ForCurrentProcess()->HasSwitch( 78 if (base::CommandLine::ForCurrentProcess()->HasSwitch( 117 base::CommandLine::ForCurrentProcess()->HasSwitch( 128 if (base::CommandLine::ForCurrentProcess()->HasSwitch( 141 if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/protobuf/vsprojects/ |
tests.vcproj | 31 CommandLine="" 108 CommandLine="" 415 CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
" 425 CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
" 439 CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest.proto
" 449 CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest.proto
" 463 CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_custom_options.proto
" 473 CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_custom_options.proto
" 487 CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_embed_optimize_for.proto
" 497 CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_embed_optimize_for.proto
 (…) [all...] |
/external/chromium_org/content/common/sandbox_linux/ |
sandbox_seccomp_bpf_linux.cc | 158 const base::CommandLine& command_line = 159 *base::CommandLine::ForCurrentProcess(); 175 bool StartBPFSandbox(const base::CommandLine& command_line, 199 bool StartBPFSandbox(const base::CommandLine& command_line, 216 const base::CommandLine& command_line = 217 *base::CommandLine::ForCurrentProcess(); 229 const base::CommandLine& command_line = 230 *base::CommandLine::ForCurrentProcess(); 258 const base::CommandLine& command_line = 259 *base::CommandLine::ForCurrentProcess() [all...] |
/external/chromium_org/base/test/ |
test_suite.cc | 63 : old_command_line_(CommandLine::NO_PROGRAM) { 67 old_command_line_ = *CommandLine::ForCurrentProcess(); 71 *CommandLine::ForCurrentProcess() = old_command_line_; 75 CommandLine old_command_line_; 113 CommandLine::Reset(); 117 initialized_command_line_ = CommandLine::Init(argc, argv); 128 // Windows CommandLine::Init ignores argv anyway. 129 initialized_command_line_ = CommandLine::Init(argc, NULL); 179 if (!CommandLine::ForCurrentProcess()->HasSwitch( 184 FilePath output_path(CommandLine::ForCurrentProcess()->GetSwitchValuePath [all...] |
/external/deqp/framework/common/ |
tcuCommandLine.cpp | 626 * \note CommandLine is not fully initialized until parse() has been called. 628 CommandLine::CommandLine (void) 641 CommandLine::CommandLine (int argc, const char* const* argv) 655 CommandLine::CommandLine (const std::string& cmdLine) 663 CommandLine::~CommandLine (void) 668 void CommandLine::clear (void [all...] |
/external/deqp/framework/delibs/decpp/ |
deCommandLine.cpp | 114 bool Parser::parse (int numArgs, const char* const* args, CommandLine* dst, std::ostream& err) const 289 void CommandLine::clear (void) 355 CommandLine cmdLine; 364 CommandLine cmdLine; 374 CommandLine cmdLine; 384 CommandLine cmdLine; 421 CommandLine cmdLine; 438 CommandLine cmdLine; 455 CommandLine cmdLine; 474 CommandLine cmdLine [all...] |
/external/chromium_org/chrome/browser/ |
chrome_main_browsertest.cc | 32 void Relaunch(const CommandLine& new_command_line) { 41 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 55 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 61 CommandLine new_command_line(GetCommandLineForRelaunch()); 91 CommandLine new_command_line(GetCommandLineForRelaunch()); 110 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 141 CommandLine new_command_line(GetCommandLineForRelaunch());
|
/external/chromium_org/chrome/installer/test/ |
alternate_version_generator_main.cc | 61 void DumpUsage(const CommandLine& cmd_line, 96 bool GetMiniInstallerPath(const CommandLine& cmd_line, 109 void GetOutPath(const CommandLine& cmd_line, base::FilePath* out) { 119 upgrade_test::Direction GetDirection(const CommandLine& cmd_line) { 129 CommandLine::Init(0, NULL); 130 CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|