/external/llvm-project/llvm/utils/lit/lit/builtin_commands/ |
D | diff.py | 32 def compareTwoFiles(flags, filepaths): argument 34 for file in filepaths: 44 return compareTwoTextFiles(flags, filepaths, filelines, 48 return compareTwoTextFiles(flags, filepaths, filelines, "utf-8") 50 return compareTwoBinaryFiles(flags, filepaths, filelines) 52 def compareTwoBinaryFiles(flags, filepaths, filelines): argument 57 filelines[1], filepaths[0].encode(), 58 filepaths[1].encode(), 67 diffs = func(filelines[0], filelines[1], filepaths[0], filepaths[1], 75 def compareTwoTextFiles(flags, filepaths, filelines_bin, encoding): argument [all …]
|
/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/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/skia/tools/copyright/ |
D | main.py | 38 filepaths = GetAllFilepaths(root_directory) 39 for filepath in filepaths:
|
/external/skqp/tools/copyright/ |
D | main.py | 35 filepaths = GetAllFilepaths(root_directory) 36 for filepath in filepaths:
|
/external/autotest/client/cros/ |
D | touch_playback_test_base.py | 109 filepaths = {} 117 filepaths[gesture] = filepath 119 return filepaths 137 filepaths = {} 139 filepaths = {d: temp_filepaths[fmt_str % d] for d in directions} 141 return filepaths
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | data_access.py | 77 def SaveAudioTestDataPaths(cls, output_path, **filepaths): argument 88 json.dump(filepaths, f)
|
D | simulation.py | 405 def _CreatePathsCollection(cls, filepaths): argument 419 for filepath in filepaths:
|
/external/autotest/client/common_lib/ |
D | file_utils.py | 54 def ensure_all_files_exist(filepaths): argument 63 for filepath in filepaths:
|
/external/libwebsockets/lib/misc/fts/ |
D | private-lib-misc-fts.h | 12 int filepaths; member
|
D | trie-fd.c | 94 if (filepath_index > jtf->filepaths) in lws_fts_filepath() 182 jtf->filepaths = b32(&buf[16]); in lws_fts_adopt()
|
D | README.md | 105 add more indexed filepaths to the single index. Once the trie is complete in 210 32-bits|Number of filepaths
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.preprocessing.image.-directory-iterator.pbtxt | 10 name: "filepaths"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.preprocessing.image.-directory-iterator.pbtxt | 10 name: "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/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/ |
D | train_micro_speech_model.ipynb | 105 …"**DO NOT MODIFY** the following constants as they include filepaths used in this notebook and dat… 135 "# Constants for training directories and filepaths\n", 140 "# Constants for inference directories and filepaths\n",
|
/external/cn-cbor/cmake/ |
D | CoverallsGenerateGcov.cmake | 183 # We do this by comparing the list of COVERAGE_SRCS filepaths that the
|
/external/tensorflow/third_party/flatbuffers/ |
D | build_defs.bzl | 371 strip_prefix: Path that needs to be stripped from the srcs filepaths. (required)
|
/external/autotest/docs/ |
D | wifi-basics-codelab.md | 122 `stop_capture()` returns a list of filepaths that hold the captured packets, so
|
/external/libwebsockets/READMEs/ |
D | README.coding.md | 595 giving filepaths to the info.ssl_cert_filepath and info.ssl_private_key_filepath
|
/external/libabigail/ |
D | ChangeLog | 17782 thread-local vector of ELF filepaths.
|