HomeSort by relevance Sort by last modified time
    Searched defs:command_line (Results 201 - 225 of 317) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 5 #include "base/command_line.h"
574 const base::CommandLine& command_line = local
576 if (command_line.HasSwitch(switches::kSitePerProcess) ||
577 command_line.HasSwitch(switches::kEnableStrictSiteIsolation))
  /external/chromium_org/content/browser/tracing/
tracing_ui.cc 14 #include "base/command_line.h"
292 const base::CommandLine& command_line = local
295 if (command_line.HasSwitch(switches::kTraceUploadURL)) {
297 command_line.GetSwitchValueASCII(switches::kTraceUploadURL);
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 10 #include "base/command_line.h"
76 const base::CommandLine* command_line = local
78 if (command_line->HasSwitch(switches::kUIPrioritizeInGpuProcess))
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc 17 #include "base/command_line.h"
55 const base::CommandLine& command_line = local
58 command_line.GetSwitchValueASCII(switches::kProcessType);
264 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
266 command_line->GetSwitchValueASCII(switches::kProcessType);
296 command_line->HasSwitch(switches::kGpuSandboxFailuresFatal)) {
298 command_line->GetSwitchValueASCII(switches::kGpuSandboxFailuresFatal);
339 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
340 if (command_line->HasSwitch(switches::kNoSandbox)) {
  /external/chromium_org/content/gpu/
gpu_main.cc 72 const CommandLine& command_line);
73 bool WarmUpSandbox(const CommandLine& command_line);
111 const CommandLine& command_line = parameters.command_line; local
112 if (command_line.HasSwitch(switches::kGpuStartupDialog)) {
131 if (command_line.HasSwitch(switches::kSupportsDualGpus)) {
132 std::string types = command_line.GetSwitchValueASCII(
158 if (command_line.HasSwitch(switches::kUseGL) &&
159 command_line.GetSwitchValueASCII(switches::kUseGL) ==
187 !command_line.HasSwitch(switches::kDisableGpuWatchdog) &
    [all...]
  /external/chromium_org/content/plugin/
plugin_channel.cc 8 #include "base/command_line.h"
248 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
249 log_messages_ = command_line->HasSwitch(switches::kLogPluginMessages);
320 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
321 base::FilePath path = command_line->GetSwitchValuePath(switches::kPluginPath);
webplugin_delegate_stub.cc 10 #include "base/command_line.h"
178 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
180 command_line.GetSwitchValuePath(switches::kPluginPath);
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 9 #include "base/command_line.h"
103 PpapiThread::PpapiThread(const CommandLine& command_line, bool is_broker)
112 command_line.GetSwitchValueASCII(switches::kPpapiFlashArgs));
202 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
203 return command_line->GetSwitchValueASCII(switches::kLang);
  /external/chromium_org/content/public/test/
test_launcher.cc 11 #include "base/command_line.h"
441 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
443 if (command_line->HasSwitch(kHelpFlag)) {
463 if (command_line->HasSwitch(kSingleProcessTestsFlag) ||
464 (command_line->HasSwitch(switches::kSingleProcess) &&
465 command_line->HasSwitch(base::kGTestFilterFlag)) ||
466 command_line->HasSwitch(base::kGTestListTestsFlag) ||
467 command_line->HasSwitch(base::kGTestHelpFlag)) {
473 if (command_line->HasSwitch(switches::kProcessType) ||
474 command_line->HasSwitch(kLaunchAsBrowser))
    [all...]
  /external/chromium_org/content/shell/browser/
shell.cc 8 #include "base/command_line.h"
66 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
67 if (command_line.HasSwitch(switches::kDumpRenderTree))
  /external/chromium_org/extensions/common/features/
simple_feature.cc 11 #include "base/command_line.h"
345 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
346 if (!command_line->HasSwitch(switches::kWhitelistedExtensionID))
  /external/chromium_org/google_apis/gaia/
gaia_urls.cc 7 #include "base/command_line.h"
51 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
52 if (command_line->HasSwitch(switch_value)) {
53 *output_value = command_line->GetSwitchValueASCII(switch_value);
  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache.cc 8 #include "base/command_line.h"
24 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
25 if (command_line->HasSwitch(switches::kGpuProgramCacheSizeKb)) {
28 command_line->GetSwitchValueNative(switches::kGpuProgramCacheSizeKb),
  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 14 #include "base/command_line.h"
271 const base::CommandLine& command_line = local
273 if (command_line.HasSwitch("help")) {
277 if ((command_line.GetSwitches().size() != 1 &&
278 command_line.GetSwitches().size() != 2) ||
279 !command_line.HasSwitch("spec-1") ||
280 (command_line.GetSwitches().size() == 2 &&
281 !command_line.HasSwitch("spec-2"))) {
286 const std::string spec_str_1 = command_line.GetSwitchValueASCII("spec-1");
289 if (command_line.HasSwitch("spec-2"))
    [all...]
  /external/chromium_org/remoting/host/setup/
daemon_installer_win.cc 296 base::string16 command_line = base::WideToUTF16( local
303 if (!base::LaunchProcess(command_line, options, &process_)) {
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 291 const base::CommandLine::StringType& command_line,
305 LPWSTR command_line; member in struct:__anon15112::CreateProcessRequest
323 (application_name.size() + command_line.size() + desktop.size() + 3);
346 request->command_line = reinterpret_cast<LPWSTR>(buffer_offset);
347 std::copy(command_line.begin(),
348 command_line.end(),
350 buffer_offset += (command_line.size() + 1) * sizeof(wchar_t);
374 const base::CommandLine::StringType& command_line,
384 if (!SendCreateProcessRequest(pipe.Get(), application_name, command_line,
451 const base::CommandLine::StringType& command_line,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 370 def command_line(self, argv): member in class:CoverageScript
657 status = CoverageScript().command_line(argv)
  /external/chromium_org/tools/site_compare/commands/
compare2.py 16 import command_line namespace
89 raise command_line.ParseError("Browser filename must be an executable")
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test.py 5 from telemetry.core import command_line namespace
26 class PageTest(command_line.Command):
  /external/chromium_org/ui/aura/bench/
bench_main.cc 11 #include "base/command_line.h"
164 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
165 do_draw_ = !command_line->HasSwitch("disable-draw");
167 std::string webgl_size = command_line->GetSwitchValueASCII("webgl-size");
337 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
338 bool force = command_line->HasSwitch("force-render-surface");
349 int frames = atoi(command_line->GetSwitchValueASCII("frames").c_str());
352 if (command_line->HasSwitch("bench-software-scroll")) {
  /external/chromium_org/ui/compositor/
compositor.cc 11 #include "base/command_line.h"
93 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
103 !command_line->HasSwitch(switches::kDisableGpuVsync);
106 !command_line->HasSwitch(cc::switches::kUIDisablePartialSwap);
114 command_line->HasSwitch(cc::switches::kUIShowCompositedLayerBorders);
116 command_line->HasSwitch(cc::switches::kUIShowFPSCounter);
118 command_line->HasSwitch(cc::switches::kUIShowLayerAnimationBounds);
120 command_line->HasSwitch(switches::kUIShowPaintRects);
122 command_line->HasSwitch(cc::switches::kUIShowPropertyChangedRects);
124 command_line->HasSwitch(cc::switches::kUIShowSurfaceDamageRects)
    [all...]
  /external/chromium_org/ui/gfx/image/
image_skia.cc 11 #include "base/command_line.h"
321 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
322 return !command_line->HasSwitch(
  /external/e2fsprogs/ext2ed/
main.c 198 char *ptr,command_line [80]; local
241 strcpy (command_line,ptr);
244 if (*command_line != 0)
245 add_history (command_line);
248 if (*command_line==0)
249 strcpy (command_line,last_command_line);
255 wprintw (command_win,command_line);
260 strcpy (last_command_line,command_line);
263 quit=dispatch (command_line);
299 char command_line [80] local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 402 const char **command_line; local
405 command_line = malloc((argc + 2) * sizeof(const char *));
406 command_line[0] = "";
407 command_line[1] = script;
409 command_line[i] = argv[i - 2];
414 if (perl_parse(my_perl, xs_init, argc + 2, (char **)command_line,
432 free(command_line);
436 free(command_line);
trace-event-python.c 472 const char **command_line; local
477 command_line = malloc((argc + 1) * sizeof(const char *));
478 command_line[0] = script;
480 command_line[i] = argv[i - 1];
486 PySys_SetArgv(argc + 1, (char **)command_line);
508 free(command_line);
513 free(command_line);

Completed in 604 milliseconds

1 2 3 4 5 6 7 891011>>