Searched refs:filepaths (Results 1 – 11 of 11) sorted by relevance
/external/fonttools/Snippets/ |
D | checksum.py | 14 def write_checksum(filepaths, stdout_write=False, use_ttx=False, include_tables=None, exclude_table… argument 16 for path in filepaths: 70 def check_checksum(filepaths): argument 72 for path in filepaths: 131 check_checksum(args.filepaths) 133 …write_checksum(args.filepaths, stdout_write=args.stdout, use_ttx=args.ttx, do_not_cleanup=args.noc…
|
/external/autotest/client/cros/ |
D | touch_playback_test_base.py | 103 filepaths = {} 111 filepaths[gesture] = filepath 113 return filepaths 131 filepaths = {} 133 filepaths = {d: temp_filepaths[fmt_str % d] for d in directions} 135 return filepaths
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | TestRunner.py | 367 filelines, filepaths, dir_trees = ([] for i in range(3)) 401 def compareTwoFiles(filepaths): argument 405 for file in filepaths: 418 return compareTwoBinaryFiles(filepaths) 420 return compareTwoTextFiles(filepaths, encoding) 422 def compareTwoBinaryFiles(filepaths): argument 424 for file in filepaths: 431 …iff_bytes(difflib.unified_diff, filelines[0], filelines[1], filepaths[0].encode(), filepaths[1].en… 436 diffs = func(filelines[0], filelines[1], filepaths[0], filepaths[1]) 443 def compareTwoTextFiles(filepaths, encoding): argument [all …]
|
/external/python/dateutil/dateutil/zoneinfo/ |
D | rebuild.py | 25 filepaths = [os.path.join(tmpdir, n) for n in zonegroups] 27 check_call(["zic", "-d", zonedir] + filepaths)
|
/external/skqp/tools/copyright/ |
D | main.py | 35 filepaths = GetAllFilepaths(root_directory) 36 for filepath in filepaths:
|
/external/skia/tools/copyright/ |
D | main.py | 35 filepaths = GetAllFilepaths(root_directory) 36 for filepath in filepaths:
|
/external/autotest/client/common_lib/ |
D | file_utils.py | 53 def ensure_all_files_exist(filepaths): argument 62 for filepath in filepaths:
|
/external/tensorflow/tensorflow/contrib/session_bundle/example/ |
D | export_half_plus_two.py | 122 def CopyAssets(filepaths, export_path): argument 124 for filepath in filepaths:
|
/external/python/setuptools/setuptools/ |
D | config.py | 263 filepaths = (os.path.abspath(path.strip()) for path in spec.split(',')) 266 for path in filepaths
|
/external/v8/tools/vim/ |
D | ninja-build.vim | 68 # ninja needs filepaths for the ^ syntax to be relative to the
|
/external/cn-cbor/cmake/ |
D | CoverallsGenerateGcov.cmake | 183 # We do this by comparing the list of COVERAGE_SRCS filepaths that the
|