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

  /external/webkit/WebKitTools/Scripts/
webkit-patch 45 from webkitpy.multicommandtool import MultiCommandTool
50 class WebKitPatch(MultiCommandTool):
57 MultiCommandTool.__init__(self)
  /external/webkit/WebKitTools/Scripts/webkitpy/
multicommandtool_unittest.py 31 from multicommandtool import MultiCommandTool, Command
71 class TrivialTool(MultiCommandTool):
73 MultiCommandTool.__init__(self, name="trivial-tool", commands=commands)
84 self.assertEqual(MultiCommandTool._split_command_name_from_args(args), expected_split)
multicommandtool.py 30 # MultiCommandTool provides a framework for writing svn-like/git-like tools
208 class MultiCommandTool(object):

Completed in 35 milliseconds