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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc 23 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
  /external/chromium_org/content/shell/common/
shell_content_client.cc 23 CommandLine* command_line = CommandLine::ForCurrentProcess();
37 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
63 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
  /external/chromium_org/content/test/
webrtc_content_browsertest_base.cc 22 void WebRtcContentBrowserTest::SetUpCommandLine(CommandLine* command_line) {
25 ASSERT_TRUE(CommandLine::ForCurrentProcess()->HasSwitch(
27 ASSERT_TRUE(CommandLine::ForCurrentProcess()->HasSwitch(
32 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium_org/extensions/shell/test/
shell_test_launcher_delegate.cc 17 base::CommandLine* command_line,
shell_test_launcher_delegate.h 16 base::CommandLine* command_line,
  /external/chromium_org/gin/shell/
gin_main.cc 62 CommandLine::Init(argc, argv);
79 CommandLine::StringVector args = CommandLine::ForCurrentProcess()->GetArgs();
80 for (CommandLine::StringVector::const_iterator it = args.begin();
  /external/chromium_org/gpu/command_buffer/service/
feature_info.h 19 class CommandLine;
90 // Constructor with workarounds taken from the current process's CommandLine
94 FeatureInfo(const base::CommandLine& command_line);
130 void InitializeBasicState(const base::CommandLine& command_line);
  /external/chromium_org/gpu/config/
gpu_driver_bug_list.h 27 std::set<int>* workarounds, const CommandLine& command_line);
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_test.cc 66 CommandLine* currentCmdLine = CommandLine::ForCurrentProcess();
67 CommandLine cmdline(program);
88 CommandLine::Init(argc, argv);
  /external/chromium_org/remoting/host/win/
entry_point.cc 12 // CommandLine::Init() ignores the passed parameters on Windows, so it is safe
  /external/chromium_org/third_party/libjingle/overrides/
initialize_module.cc 62 bool InitializeModule(const CommandLine& command_line,
86 if (CommandLine::Init(0, NULL)) {
88 // This is not needed on Windows since CommandLine::Init has already
90 CommandLine::ForCurrentProcess()->AppendArguments(command_line, true);
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_interface.cpp 30 void SkStringToProgramArgs(const SkString commandLine, int* argc, char*** argv) {
32 const char* commandChars = commandLine.c_str();
67 void RunProgram(const SkString& commandLine) {
70 SkStringToProgramArgs(commandLine, &argc, &argv);
  /external/chromium_org/tools/ipc_fuzzer/replay/
replay_process.cc 31 CommandLine::Init(argc, argv);
33 if (!CommandLine::ForCurrentProcess()->HasSwitch(
55 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
65 base::FilePath path = CommandLine::ForCurrentProcess()->GetSwitchValuePath(
  /external/skia/platform_tools/nacl/src/
nacl_interface.cpp 30 void SkStringToProgramArgs(const SkString commandLine, int* argc, char*** argv) {
32 const char* commandChars = commandLine.c_str();
67 void RunProgram(const SkString& commandLine) {
70 SkStringToProgramArgs(commandLine, &argc, &argv);
  /external/chromium_org/base/android/java/src/org/chromium/base/
CommandLine.java 27 public abstract class CommandLine {
88 private static final AtomicReference<CommandLine> sCommandLine =
89 new AtomicReference<CommandLine>();
98 // Equivalent to CommandLine::ForCurrentProcess in C++.
99 public static CommandLine getInstance() {
100 CommandLine commandLine = sCommandLine.get();
101 assert commandLine != null;
102 return commandLine;
179 private static final String TAG = "CommandLine";
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc 93 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
172 CommandLine dummy(CommandLine::NO_PROGRAM);
207 CommandLine dummy(CommandLine::NO_PROGRAM);
252 CommandLine dummy(CommandLine::NO_PROGRAM);
275 CommandLine command_line(CommandLine::NO_PROGRAM);
305 CommandLine command_line(CommandLine::NO_PROGRAM)
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 53 import org.apache.tools.ant.types.Commandline;
67 private CommandlineJava commandline = new CommandlineJava(); field in class:ANTLR3
124 commandline.setVm(JavaEnvUtils.getJreExecutable("java"));
125 commandline.setClassname("org.antlr.Tool");
334 return commandline.createClasspath(getProject()).createPath();
342 public Commandline.Argument createJvmarg() {
343 return commandline.createVmArgument();
441 commandline.createArgument().setValue(target.toString());
443 log(commandline.describeCommand(), Project.MSG_VERBOSE);
446 err = run(commandline.getCommandline(), new LogOutputStream(this, Project.MSG_INFO), new LogOutputStream(this, Project.M (…)
    [all...]
  /external/chromium-trace/trace-viewer/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/ash/shell/content_client/
shell_main_delegate.cc 22 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/base/
sys_info.cc 21 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_apitest.cc 24 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
39 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium_org/chrome/browser/android/
voice_search_tab_helper.cc 27 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/apps/
app_browsertest_util.cc 41 void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) {
181 CommandLine* command_line = CommandLine::ForCurrentProcess();
182 CommandLine::StringVector args = command_line->GetArgs();
183 CommandLine::StringVector argv = command_line->argv();
191 CommandLine* command_line = CommandLine::ForCurrentProcess();
256 CommandLine* command_line) {
ephemeral_app_browsertest.h 15 class CommandLine;
30 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;

Completed in 705 milliseconds

1 2 3 4 56 7 8 91011>>