Searched refs:ApplyPatch (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dapplypatchwithlocalcommit.py29 from webkitpy.tool.steps.applypatch import ApplyPatch namespace
32 class ApplyPatchWithLocalCommit(ApplyPatch):
35 return ApplyPatch.options() + [
40 ApplyPatch.run(self, state)
H A Dapplypatch.py33 class ApplyPatch(AbstractStep): class in inherits:AbstractStep
H A D__init__.py30 from webkitpy.tool.steps.applypatch import ApplyPatch namespace
/external/v8/test/mjsunit/
H A Ddebug-liveedit-patch-positions.js80 function ApplyPatch(orig_animal, new_animal) { function
109 var pcArray1 = ApplyPatch('Cat', 'Dog');
115 var pcArray2 = ApplyPatch('Dog', 'Capybara');
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Ddownload.py196 steps.ApplyPatch,
208 steps.ApplyPatch,
220 steps.ApplyPatch,
260 steps.ApplyPatch,

Completed in 116 milliseconds