HomeSort by relevance Sort by last modified time
    Searched full:is_patch (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
attachment.py 63 def is_patch(self): member in class:Attachment
64 return not not self._attachment_dictionary.get("is_patch")
bug.py 92 if patch.is_patch()]
bugzilla.py 302 attachment['is_patch'] = (element.has_key('ispatch') and element['ispatch'] == "1")
451 is_patch=False,
455 if is_patch:
531 is_patch=True,
607 is_patch=True)
    [all...]
bugzilla_unittest.py 71 'is_patch' : True,
187 'is_patch': True,
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 58 "is_patch": True,
73 "is_patch": True,
88 "is_patch": True,
100 "is_patch": True,
114 "is_patch": True,
127 "is_patch": True,
140 "is_patch": True,
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 194 "is_patch": False,

Completed in 109 milliseconds