Home
last modified time | relevance | path

Searched refs:new_command_line (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
Dflag_changer_test.py124 new_command_line = flag_changer._SerializeFlags(flags)
125 new_flags = flag_changer._ParseFlags(new_command_line)
/external/libchrome/base/test/
Dtest_suite.cc410 CommandLine new_command_line(command_line->GetProgram()); in Initialize() local
417 new_command_line.AppendSwitchNative(iter.first, iter.second); in Initialize()
419 *CommandLine::ForCurrentProcess() = new_command_line; in Initialize()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc246 CommandLine new_command_line(command_line.GetProgram()); in PrepareCommandLineForGTest() local
259 new_command_line.AppendSwitchNative((*iter).first, (*iter).second); in PrepareCommandLineForGTest()
267 new_command_line.PrependWrapper(ASCIIToUTF16(wrapper)); in PrepareCommandLineForGTest()
269 new_command_line.PrependWrapper(wrapper); in PrepareCommandLineForGTest()
272 return new_command_line; in PrepareCommandLineForGTest()
611 CommandLine new_command_line( in LaunchChildGTestProcess() local
621 BindOnce(&DoLaunchChildTestProcess, new_command_line, timeout, options, in LaunchChildGTestProcess()
/external/cronet/base/test/
Dtest_suite.cc168 CommandLine new_command_line(command_line->GetProgram()); in OnTestStart() local
175 new_command_line.AppendSwitchNative(iter.first, iter.second); in OnTestStart()
177 *CommandLine::ForCurrentProcess() = new_command_line; in OnTestStart()
/external/cronet/base/test/launcher/
Dtest_launcher.cc358 CommandLine new_command_line(command_line.GetProgram()); in PrepareCommandLineForGTest() local
386 new_command_line.AppendSwitchNative((*iter).first, (*iter).second); in PrepareCommandLineForGTest()
394 new_command_line.PrependWrapper(UTF8ToWide(wrapper)); in PrepareCommandLineForGTest()
396 new_command_line.PrependWrapper(wrapper); in PrepareCommandLineForGTest()
399 return new_command_line; in PrepareCommandLineForGTest()
1189 CommandLine new_command_line(PrepareCommandLineForGTest( in LaunchChildGTestProcess() local
1195 new_command_line, child_temp_dir, result_file, in LaunchChildGTestProcess()