Searched refs:command_line (Results 176 - 200 of 915) sorted by last modified time

1234567891011>>

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.cc151 const base::CommandLine* command_line) {
168 if (command_line)
169 feature_info = new FeatureInfo(*command_line);
149 InitDecoderWithCommandLine( const InitState& init, const base::CommandLine* command_line) argument
H A Dgles2_cmd_decoder_unittest_base.h172 const base::CommandLine* command_line);
H A Dgles2_cmd_decoder_unittest_drawing.cc7 #include "base/command_line.h"
856 CommandLine command_line(0, NULL);
857 command_line.AppendSwitchASCII(
867 InitDecoderWithCommandLine(init, &command_line);
H A Dgles2_cmd_decoder_unittest_programs.cc7 #include "base/command_line.h"
985 CommandLine command_line(0, NULL);
986 command_line.AppendSwitchASCII(
994 InitDecoderWithCommandLine(init, &command_line);
H A Dgles2_cmd_decoder_unittest_textures.cc7 #include "base/command_line.h"
129 CommandLine command_line(0, NULL);
130 command_line.AppendSwitchASCII(
136 InitDecoderWithCommandLine(init, &command_line);
1630 CommandLine command_line(0, NULL);
1631 command_line.AppendSwitchASCII(
1637 InitDecoderWithCommandLine(init, &command_line);
H A Dmemory_program_cache.cc8 #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/gpu/config/
H A Dgpu_driver_bug_list.cc58 std::set<int>* workarounds, const CommandLine& command_line) {
61 if (!command_line.HasSwitch(kFeatureList[i].name))
57 AppendWorkaroundsFromCommandLine( std::set<int>* workarounds, const CommandLine& command_line) argument
H A Dgpu_driver_bug_list.h11 #include "base/command_line.h"
25 // |command_line|.
27 std::set<int>* workarounds, const CommandLine& command_line);
H A Dgpu_driver_bug_list_unittest.cc5 #include "base/command_line.h"
131 base::CommandLine command_line(0, NULL);
132 command_line.AppendSwitch(
139 &workarounds, command_line);
145 base::CommandLine command_line(0, NULL);
146 command_line.AppendSwitch(
154 &workarounds, command_line);
H A Dgpu_util.cc9 #include "base/command_line.h"
56 void ApplyGpuDriverBugWorkarounds(CommandLine* command_line) { argument
60 ApplyGpuDriverBugWorkarounds(gpu_info, command_line);
64 const GPUInfo& gpu_info, CommandLine* command_line) {
71 &workarounds, *command_line);
73 command_line->AppendSwitchASCII(switches::kGpuDriverBugWorkarounds,
63 ApplyGpuDriverBugWorkarounds( const GPUInfo& gpu_info, CommandLine* command_line) argument
H A Dgpu_util.h11 #include "base/command_line.h"
28 // system, and append the |command_line|.
29 GPU_EXPORT void ApplyGpuDriverBugWorkarounds(base::CommandLine* command_line);
32 // system, and append the |command_line|.
34 const GPUInfo& gpu_inco, base::CommandLine* command_line);
/external/chromium_org/jingle/glue/
H A Dlogging_unittest.cc16 #include "base/command_line.h"
53 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
57 command_line->AppendSwitchASCII("vmodule", value);
/external/chromium_org/media/audio/alsa/
H A Daudio_manager_alsa.cc7 #include "base/command_line.h"
53 CommandLine command_line(CommandLine::NO_PROGRAM);
56 command_line.SetProgram(base::FilePath("gnome-volume-control"));
60 command_line.SetProgram(base::FilePath("kmix"));
63 command_line.SetProgram(base::FilePath("gnome-control-center"));
64 command_line.AppendArg("sound");
65 command_line.AppendArg("input");
72 base::LaunchProcess(command_line, base::LaunchOptions(), NULL);
/external/chromium_org/media/audio/win/
H A Daudio_manager_win.cc15 #include "base/command_line.h"
260 CommandLine command_line(path);
261 command_line.AppendArg(argument);
262 base::LaunchProcess(command_line, base::LaunchOptions(), NULL);
/external/chromium_org/media/base/
H A Drun_all_unittests.cc6 #include "base/command_line.h"
31 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
32 command_line->AppendSwitch(switches::kEnableInbandTextTracks);
/external/chromium_org/media/tools/player_x11/
H A Dplayer_x11.cc11 #include "base/command_line.h"
241 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
242 std::string filename = command_line->GetSwitchValueASCII("file");
280 if (command_line->HasSwitch("use-gl")) {
289 CreateDataSource(filename), command_line->HasSwitch("streaming")));
297 paint_cb, command_line->HasSwitch("audio"));
/external/chromium_org/media/video/capture/
H A Dvideo_capture_device_factory.cc7 #include "base/command_line.h"
27 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
30 if (command_line->HasSwitch(switches::kUseFakeDeviceForMediaStream)) {
31 if (command_line->HasSwitch(switches::kUseFileForFakeVideoCapture)) {
/external/chromium_org/mojo/common/test/
H A Dmultiprocess_test_helper.cc7 #include "base/command_line.h"
36 base::CommandLine command_line(
40 &command_line, &handle_passing_info);
53 base::SpawnMultiProcessTestChild(test_child_main, command_line, options);
/external/chromium_org/mojo/embedder/
H A Dplatform_channel_pair.h68 const base::CommandLine& command_line);
71 // using |LaunchProcess()| (from base/launch.h). Modifies |*command_line| and
75 base::CommandLine* command_line,
H A Dplatform_channel_pair_posix.cc12 #include "base/command_line.h"
67 const base::CommandLine& command_line) {
69 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
82 base::CommandLine* command_line,
84 DCHECK(command_line);
104 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch))
107 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
110 command_line->AppendSwitchASCII(kMojoPlatformChannelHandleSwitch,
66 PassClientHandleFromParentProcess( const base::CommandLine& command_line) argument
81 PrepareToPassClientHandleToChildProcess( base::CommandLine* command_line, base::FileHandleMappingVector* handle_passing_info) const argument
H A Dplatform_channel_pair_win.cc11 #include "base/command_line.h"
76 const base::CommandLine& command_line) {
78 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
92 base::CommandLine* command_line,
94 DCHECK(command_line);
105 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch))
108 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
111 command_line->AppendSwitchASCII(
75 PassClientHandleFromParentProcess( const base::CommandLine& command_line) argument
91 PrepareToPassClientHandleToChildProcess( base::CommandLine* command_line, base::HandlesToInheritVector* handle_passing_info) const argument
/external/chromium_org/mojo/shell/
H A Dchild_process.cc7 #include "base/command_line.h"
23 const base::CommandLine& command_line) {
24 if (!command_line.HasSwitch(switches::kChildProcessType))
28 CHECK(base::StringToInt(command_line.GetSwitchValueASCII(
47 command_line);
22 Create( const base::CommandLine& command_line) argument
H A Dchild_process.h34 static scoped_ptr<ChildProcess> Create(const base::CommandLine& command_line);
H A Dcontext.cc9 #include "base/command_line.h"
70 base::CommandLine* command_line) {
76 std::string handlers_spec = command_line->GetSwitchValueASCII(
180 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
182 if (command_line->HasSwitch(switches::kEnableMultiprocess))
189 InitContentHandlers(dynamic_application_loader, command_line);
209 if (command_line->HasSwitch(switches::kSpy)) {
212 command_line->GetSwitchValueASCII(switches::kSpy)));
69 InitContentHandlers(DynamicApplicationLoader* loader, base::CommandLine* command_line) argument
/external/chromium_org/mojo/shell/desktop/
H A Dmojo_main.cc7 #include "base/command_line.h"
23 const base::CommandLine& command_line = local
25 base::CommandLine::StringVector args = command_line.GetArgs();
63 const base::CommandLine& command_line = local
65 if (command_line.HasSwitch(switches::kOrigin)) {
67 GURL(command_line.GetSwitchValueASCII(switches::kOrigin)));

Completed in 2473 milliseconds

1234567891011>>