OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_next_patch
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py
207
def
_next_patch
(self):
member in class:AbstractPatchQueue
256
return self.
_next_patch
()
405
return self.
_next_patch
()
queues_unittest.py
152
self.assertEquals(queue.
_next_patch
(), None)
156
patch_id = OutputCapture().assert_outputs(self, queue.
_next_patch
, [], expected_stdout=expected_stdout, expected_stderr=expected_stderr)
158
self.assertEquals(queue.
_next_patch
().id(), 197)
Completed in 156 milliseconds