Home
last modified time | relevance | path

Searched refs:filepaths (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/llvm/utils/lit/lit/builtin_commands/
Ddiff.py32 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/
Dchecksum.py14 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/
Drebuild.py25 filepaths = [os.path.join(tmpdir, n) for n in zonegroups]
27 check_call(["zic", "-d", zonedir] + filepaths)
/external/skia/tools/copyright/
Dmain.py38 filepaths = GetAllFilepaths(root_directory)
39 for filepath in filepaths:
/external/skqp/tools/copyright/
Dmain.py35 filepaths = GetAllFilepaths(root_directory)
36 for filepath in filepaths:
/external/autotest/client/cros/
Dtouch_playback_test_base.py109 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/
Ddata_access.py77 def SaveAudioTestDataPaths(cls, output_path, **filepaths): argument
88 json.dump(filepaths, f)
Dsimulation.py405 def _CreatePathsCollection(cls, filepaths): argument
419 for filepath in filepaths:
/external/autotest/client/common_lib/
Dfile_utils.py54 def ensure_all_files_exist(filepaths): argument
63 for filepath in filepaths:
/external/libwebsockets/lib/misc/fts/
Dprivate-lib-misc-fts.h12 int filepaths; member
Dtrie-fd.c94 if (filepath_index > jtf->filepaths) in lws_fts_filepath()
182 jtf->filepaths = b32(&buf[16]); in lws_fts_adopt()
DREADME.md105 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/
Dtensorflow.keras.preprocessing.image.-directory-iterator.pbtxt10 name: "filepaths"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.preprocessing.image.-directory-iterator.pbtxt10 name: "filepaths"
/external/python/setuptools/setuptools/
Dconfig.py263 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/
Dtrain_micro_speech_model.ipynb105 …"**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/
DCoverallsGenerateGcov.cmake183 # We do this by comparing the list of COVERAGE_SRCS filepaths that the
/external/tensorflow/third_party/flatbuffers/
Dbuild_defs.bzl371 strip_prefix: Path that needs to be stripped from the srcs filepaths. (required)
/external/autotest/docs/
Dwifi-basics-codelab.md122 `stop_capture()` returns a list of filepaths that hold the captured packets, so
/external/libwebsockets/READMEs/
DREADME.coding.md595 giving filepaths to the info.ssl_cert_filepath and info.ssl_private_key_filepath
/external/libabigail/
DChangeLog17782 thread-local vector of ELF filepaths.