HomeSort by relevance Sort by last modified time
    Searched refs:_split_command_name_from_args (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/
multicommandtool_unittest.py 102 self.assertEqual(MultiCommandTool._split_command_name_from_args(args), expected_split)
105 # MultiCommandToolTest._split_command_name_from_args returns: (command, args)
multicommandtool.py 248 def _split_command_name_from_args(args): member in class:MultiCommandTool
288 (command_name, args) = self._split_command_name_from_args(argv[1:])

Completed in 20 milliseconds