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

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
applypatchwithlocalcommit.py 29 from webkitpy.tool.steps.applypatch import ApplyPatch
32 class ApplyPatchWithLocalCommit(ApplyPatch):
35 return ApplyPatch.options() + [
40 ApplyPatch.run(self, state)
applypatch.py 33 class ApplyPatch(AbstractStep):
__init__.py 30 from webkitpy.tool.steps.applypatch import ApplyPatch
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download.py 196 steps.ApplyPatch,
208 steps.ApplyPatch,
220 steps.ApplyPatch,
260 steps.ApplyPatch,
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions.js 80 function ApplyPatch(orig_animal, new_animal) {
109 var pcArray1 = ApplyPatch('Cat', 'Dog');
115 var pcArray2 = ApplyPatch('Dog', 'Capybara');
  /device/samsung/toro/
releasetools.py 135 info.script.ApplyPatch(
  /device/samsung/toroplus/
releasetools.py 135 info.script.ApplyPatch(
  /device/samsung/tuna/
releasetools.py 118 info.script.ApplyPatch(
  /device/asus/deb/
releasetools.py 84 info.script.ApplyPatch(
  /device/asus/flo/
releasetools.py 97 info.script.ApplyPatch(
  /device/lge/mako/
releasetools.py 84 info.script.ApplyPatch(
  /build/tools/releasetools/
edify_generator.py 178 def ApplyPatch(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs):
183 raise ValueError("bad patches given to ApplyPatch")
ota_from_target_files 345 if ! applypatch -c %(recovery_type)s:%(recovery_device)s:%(recovery_size)d:%(recovery_sha1)s; then
347 applypatch %(bonus_args)s %(boot_type)s:%(boot_device)s:%(boot_size)d:%(boot_sha1)s %(recovery_type)s:%(recovery_device)s %(recovery_sha1)s %(recovery_size)d %(boot_sha1)s:/system/recovery-from-boot.p
561 # 0.8 for applying patches (ApplyPatch calls)
632 script.ApplyPatch("/"+fn, "-", tf.size, tf.sha1, sf.sha1, "patch/"+fn+".p")
641 script.ApplyPatch("%s:%s:%d:%s:%d:%s"
734 script.ApplyPatch("/"+fn, "-", tf.size, tf.sha1, sf.sha1, "patch/"+fn+".p")

Completed in 731 milliseconds