/external/chromium-trace/catapult/devil/ |
PRESUBMIT.py | 49 changed_files = input_api.AffectedSourceFiles(other_python_files) 54 for f in changed_files:
|
/external/libmojo/third_party/catapult/devil/ |
PRESUBMIT.py | 53 changed_files = input_api.AffectedSourceFiles(other_python_files) 58 for f in changed_files:
|
/art/tools/ |
test_presubmit.py | 154 changed_files = get_changed_files(commit) 155 debug_print("Changed files: %s" %(changed_files)) 156 return run_gen_srcs(changed_files)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
patchcheck.py | 36 def changed_files():
function 134 file_paths = changed_files()
|
/external/python/cpython2/Tools/scripts/ |
patchcheck.py | 55 def changed_files(): function 157 file_paths = changed_files()
|
/external/clang/tools/clang-format/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 476 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 480 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 500 return changed_files
|
/prebuilts/clang/host/darwin-x86/clang-3859424/bin/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 476 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 480 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 500 return changed_files
|
/prebuilts/clang/host/darwin-x86/clang-3957855/bin/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 485 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 489 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 509 return changed_files
|
/prebuilts/clang/host/darwin-x86/clang-3960126/bin/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 485 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 489 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 509 return changed_files
|
/prebuilts/clang/host/darwin-x86/clang-3977809/bin/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 485 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 489 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 509 return changed_files
|
/prebuilts/clang/host/darwin-x86/clang-4053586/bin/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 485 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 489 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 509 return changed_files
|
/prebuilts/clang/host/linux-x86/clang-3859424/bin/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 476 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 480 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 500 return changed_files
|
/prebuilts/clang/host/linux-x86/clang-3957855/bin/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 485 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 489 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 509 return changed_files
|
/prebuilts/clang/host/linux-x86/clang-3960126/bin/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 485 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 489 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 509 return changed_files
|
/prebuilts/clang/host/linux-x86/clang-3977809/bin/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 485 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 489 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 509 return changed_files
|
/prebuilts/clang/host/linux-x86/clang-4053586/bin/ |
git-clang-format | 174 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 178 for filename in changed_files: 485 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 489 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 509 return changed_files
|
/external/chromium-trace/catapult/devil/devil/android/ |
device_utils.py | [all...] |
/external/libmojo/third_party/catapult/devil/devil/android/ |
device_utils.py | [all...] |