Home
last modified time | relevance | path

Searched refs:AppendSwitchASCII (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/test/
Dmultiprocess_test.cc25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
58 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
Dmultiprocess_test_android.cc309 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in StartChildTestHelper()
448 command_line->AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
/external/libchrome/base/
Dcommand_line_unittest.cc276 cl.AppendSwitchASCII(switch2, value2); in TEST()
277 cl.AppendSwitchASCII(switch3, value3); in TEST()
278 cl.AppendSwitchASCII(switch4, value4); in TEST()
279 cl.AppendSwitchASCII(switch5, value4); in TEST()
313 cl.AppendSwitchASCII("switch2", "foo"); in TEST()
334 cl1.AppendSwitchASCII("switch2", "foo"); in TEST()
Dcommand_line.h183 void AppendSwitchASCII(const std::string& switch_string,
Dcommand_line.cc355 void CommandLine::AppendSwitchASCII(const std::string& switch_string, in AppendSwitchASCII() function in base::CommandLine
/external/libmojo/mojo/edk/test/
Dmultiprocess_test_helper.cc96 command_line.AppendSwitchASCII(kMojoPrimordialPipeToken, pipe_token); in StartChildWithExtraSwitch()
101 command_line.AppendSwitchASCII(switch_string, switch_value); in StartChildWithExtraSwitch()
/external/libmojo/mojo/edk/embedder/
Dplatform_channel_pair_win.cc105 command_line->AppendSwitchASCII( in PrepareToPassClientHandleToChildProcess()
Dplatform_channel_pair_posix.cc119 command_line->AppendSwitchASCII( in PrepareToPassClientHandleToChildProcess()
/external/libmojo/base/android/
Dcommand_line_android.cc70 CommandLine::ForCurrentProcess()->AppendSwitchASCII(switch_string, in AppendSwitchWithValue()
/external/libchrome/base/memory/
Dshared_memory_mac_unittest.cc198 command_line.AppendSwitchASCII(g_service_switch_name, service_name_); in MakeCmdLine()