Home
last modified time | relevance | path

Searched refs:ApplyPatch (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/mjsunit/
Ddebug-liveedit-patch-positions.js81 function ApplyPatch(orig_animal, new_animal) { class
110 var pcArray1 = ApplyPatch('Cat', 'Dog');
116 var pcArray2 = ApplyPatch('Dog', 'Capybara');
/external/v8/tools/release/
Dmerge_to_branch.py143 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"))
145 self.ApplyPatch(self._options.patch)
Dpush_to_candidates.py249 self.ApplyPatch(self.Config("PATCH_FILE"))
Dcommon_includes.py625 def ApplyPatch(self, patch_file, revert=False): member in Step