Searched refs:AppendSwitchASCII (Results 1 – 10 of 10) sorted by relevance
/external/libchrome/base/test/ |
D | multiprocess_test.cc | 25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild() 58 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
|
D | multiprocess_test_android.cc | 309 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in StartChildTestHelper() 448 command_line->AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
|
/external/libchrome/base/ |
D | command_line_unittest.cc | 276 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()
|
D | command_line.h | 183 void AppendSwitchASCII(const std::string& switch_string,
|
D | command_line.cc | 355 void CommandLine::AppendSwitchASCII(const std::string& switch_string, in AppendSwitchASCII() function in base::CommandLine
|
/external/libmojo/mojo/edk/test/ |
D | multiprocess_test_helper.cc | 96 command_line.AppendSwitchASCII(kMojoPrimordialPipeToken, pipe_token); in StartChildWithExtraSwitch() 101 command_line.AppendSwitchASCII(switch_string, switch_value); in StartChildWithExtraSwitch()
|
/external/libmojo/mojo/edk/embedder/ |
D | platform_channel_pair_win.cc | 105 command_line->AppendSwitchASCII( in PrepareToPassClientHandleToChildProcess()
|
D | platform_channel_pair_posix.cc | 119 command_line->AppendSwitchASCII( in PrepareToPassClientHandleToChildProcess()
|
/external/libmojo/base/android/ |
D | command_line_android.cc | 70 CommandLine::ForCurrentProcess()->AppendSwitchASCII(switch_string, in AppendSwitchWithValue()
|
/external/libchrome/base/memory/ |
D | shared_memory_mac_unittest.cc | 198 command_line.AppendSwitchASCII(g_service_switch_name, service_name_); in MakeCmdLine()
|