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

<<11121314151617181920>>

  /external/chromium_org/content/browser/renderer_host/
render_process_host_unittest.cc 39 const base::CommandLine& command_line =
40 *base::CommandLine::ForCurrentProcess();
  /external/chromium_org/content/common/
sandbox_init_mac.cc 34 const base::CommandLine& command_line =
35 *base::CommandLine::ForCurrentProcess();
  /external/chromium_org/content/public/browser/
browser_child_process_host.h 19 class CommandLine;
47 base::CommandLine* cmd_line) = 0;
  /external/chromium_org/content/renderer/
render_process_impl.cc 52 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/content/shell/browser/
shell.cc 66 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
107 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
200 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
293 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
342 return CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
346 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
360 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_content_browser_client.h 51 virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
82 const base::CommandLine& command_line,
  /external/chromium_org/content/test/
blink_test_environment.cc 49 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/gpu/config/
gpu_util.cc 56 void ApplyGpuDriverBugWorkarounds(CommandLine* command_line) {
64 const GPUInfo& gpu_info, CommandLine* command_line) {
  /external/chromium_org/ppapi/proxy/
ppp_messaging_proxy_perftest.cc 59 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/ui/gl/
gpu_switching_manager.cc 68 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/ui/ozone/platform/test/
ozone_platform_test.cc 91 CommandLine* cmd = CommandLine::ForCurrentProcess();
  /external/chromium_org/ui/views/controls/webview/
webview_interactive_uitest.cc 44 base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess();
  /external/deqp/framework/delibs/decpp/
deProcess.cpp 43 void Process::start (const char* commandLine, const char* workingDirectory)
45 if (!deProcess_start(m_process, commandLine, workingDirectory))
  /external/libpng/projects/visualc71/
libpng.vcproj 41 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
89 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
137 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
185 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
227 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
393 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
401 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
409 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 100 CommandLine commandLine;
103 commandLine = parser.parse(options, args);
118 String[] remainingArgs = commandLine.getArgs();
120 Option[] options = commandLine.getOptions();
140 outputDexFile = commandLine.getOptionValue("o");
146 apiLevel = Integer.parseInt(commandLine.getOptionValue("a"));
149 jobs = Integer.parseInt(commandLine.getOptionValue("j"));
  /external/srtp/
srtp.vcproj 28 CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
33 CommandLine=""
98 CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
103 CommandLine=""
164 CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
169 CommandLine=""
250 CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
255 CommandLine=""
  /frameworks/compile/mclinker/tools/mcld/include/mcld/
DynamicSectionOptions.h 11 #include <llvm/Support/CommandLine.h>
12 #include <mcld/Support/CommandLine.h>
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc 116 const base::CommandLine& command_line =
117 *base::CommandLine::ForCurrentProcess();
269 base::CommandLine::ForCurrentProcess()->HasSwitch(
327 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
329 *reason += "through commandline switch --disable-gpu.";
338 // through renderer commandline switches.
415 CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseWarp);
498 const base::CommandLine* command_line =
499 base::CommandLine::ForCurrentProcess()
    [all...]
  /external/chromium_org/base/process/
process_util_unittest.cc 367 CommandLine cmd_line(cmd);
375 CommandLine other_cmd_line(cmd);
398 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
427 CommandLine cmd_line = MakeCmdLine("TriggerEventChildProcess");
752 EXPECT_TRUE(base::GetAppOutput(CommandLine(argv), &output));
756 EXPECT_FALSE(base::GetAppOutput(CommandLine(argv), &output));
760 EXPECT_TRUE(base::GetAppOutput(CommandLine(argv), &output));
763 EXPECT_TRUE(base::GetAppOutput(CommandLine(FilePath("true")), &output));
766 EXPECT_FALSE(base::GetAppOutput(CommandLine(FilePath("false")), &output));
772 EXPECT_TRUE(base::GetAppOutput(CommandLine(argv), &output))
    [all...]
  /art/compiler/llvm/
backend_options.h 20 #include <llvm/Support/CommandLine.h>
  /external/chromium_org/base/test/launcher/
unit_test_launcher.cc 91 CommandLine GetCommandLineForChildGTestProcess(
94 CommandLine new_cmd_line(*CommandLine::ForCurrentProcess());
178 CommandLine cmd_line(
211 CommandLine cmd_line(
448 if (!CommandLine::ForCurrentProcess()->HasSwitch(switch_name))
452 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switch_name);
470 if (CommandLine::ForCurrentProcess()->HasSwitch(
494 if (CommandLine::ForCurrentProcess()->HasSwitch(kGTestHelpFlag) ||
495 CommandLine::ForCurrentProcess()->HasSwitch(kGTestListTestsFlag) |
    [all...]
  /external/chromium_org/base/test/
perf_test_suite.cc 25 CommandLine::ForCurrentProcess()->GetSwitchValuePath("log-file");
  /external/chromium_org/chrome/app/
chrome_crash_reporter_client_mac.mm 38 if (CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium_org/chrome/browser/apps/
speech_recognition_browsertest.cc 34 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
  /external/chromium_org/chrome/browser/background/
background_contents_service_factory.cc 43 CommandLine::ForCurrentProcess());

Completed in 708 milliseconds

<<11121314151617181920>>