Searched refs:patch_file (Results 1 – 12 of 12) sorted by relevance
/external/v8/tools/ |
D | find-commit-for-patch.py | 30 def FindFilesInPatch(patch_file): argument 33 with open(patch_file) as patch: 86 files = FindFilesInPatch(args.patch_file)
|
/external/bsdiff/ |
D | bspatch.cc | 153 std::unique_ptr<FileInterface> patch_file = in bspatch() local 155 if (!patch_file) { in bspatch() 160 patch_file->GetSize(&patch_size); in bspatch() 162 if (!ReadAll(patch_file, patch.data(), patch_size)) { in bspatch() 166 patch_file.reset(); in bspatch()
|
/external/grpc-grpc/tools/interop_matrix/ |
D | create_matrix_images.py | 271 patch_file = os.path.abspath( 273 if not os.path.exists(patch_file): 275 'expected patch file |%s| to exist' % patch_file) 278 ['git', 'apply', patch_file], cwd=stack_base, stderr=subprocess.STDOUT)
|
/external/libchrome/libchrome_tools/ |
D | update_libchrome.py | 178 for patch_file in glob.iglob(os.path.join(patch_root, '*.patch')): 179 with open(patch_file, 'r') as f:
|
/external/v8/tools/release/ |
D | git_recipes.py | 200 def GitApplyPatch(self, patch_file, reverse=False, **kwargs): argument 201 assert patch_file 205 args.append(Quoted(patch_file))
|
D | common_includes.py | 620 def WaitForResolvingConflicts(self, patch_file): argument 623 "'git add', and type \"RESOLVED<Return>\"" % (patch_file)) 635 def ApplyPatch(self, patch_file, revert=False): argument 637 self.GitApplyPatch(patch_file, revert) 639 self.WaitForResolvingConflicts(patch_file)
|
/external/toolchain-utils/fdo_scripts/ |
D | vanilla_vs_fdo.py | 18 def __init__(self, dir_to_patch, patch_file): argument 20 self._patch_file = patch_file 21 self._base_patch_command = 'patch -p0 %%s < %s' % patch_file
|
/external/toolchain-utils/binary_search_tool/ |
D | binary_search_perforce.py | 415 patch_file = '/home/asharif/triage_tool/%d-%d.patch' % (pr[0], pr[1]) 416 f = open(patch_file) 423 command += '; patch -p2 < %s' % patch_file
|
/external/bcc/scripts/ |
D | git-clang-format | 270 def extract_lines(patch_file): argument 280 for line in patch_file:
|
/external/clang/tools/clang-format/ |
D | git-clang-format | 292 def extract_lines(patch_file): argument 302 for line in patch_file:
|
/external/puffin/src/ |
D | main.cc | 160 DEFINE_string(patch_file, "", "patch file"); \
|
/external/tensorflow/tensorflow/ |
D | workspace.bzl | 147 patch_file = clean_dep("//third_party/eigen3:gpu_packet_math.patch"), 241 patch_file = clean_dep("//third_party:png_fix_rpi.patch"), 612 patch_file = clean_dep("//third_party/kafka:config.patch"),
|