Home
last modified time | relevance | path

Searched refs:dupes (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dregistry_xml.py265 dupes = []
268 dupes.append(ext_cmd)
270 for dupe in dupes:
274 self.ext_dupes[extension_name] = dupes
/third_party/f2fs-tools/fsck/
Ddict.c66 #define dupes dict_dupes macro
160 if (dict->dupes) { in verify_bintree()
263 new->dupes = 0; in dict_create()
336 dict->dupes = 0; in dict_init()
356 dict->dupes = template->dupes; in dict_init_like()
426 if (left->dupes != right->dupes) in dict_similar()
455 if (!dict->dupes) { /* no duplicates, return match */ in dict_lookup()
492 if (!dict->dupes) { in dict_lower_bound()
523 if (!dict->dupes) { in dict_upper_bound()
561 dict_assert(dict->dupes || result != 0); in dict_insert()
[all …]
/third_party/skia/third_party/externals/angle2/scripts/
Dregistry_xml.py534 dupes = []
537 dupes.append(ext_cmd)
539 for dupe in dupes:
543 self.ext_dupes[extension_name] = dupes
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dvalidity.py89 dupes = set(lines).intersection(self.lines)
90 if dupes:
91 raise RuntimeError("The two sets contain some shared entries! " + str(dupes))
/third_party/gn/src/base/containers/
Dflat_tree.h230 FlatContainerDupes dupes = KEEP_FIRST_OF_DUPES);
449 FlatContainerDupes dupes) {
460 switch (dupes) {
718 FlatContainerDupes dupes) {
724 const bool overwrite_existing = dupes == KEEP_LAST_OF_DUPES;
772 sort_and_unique(middle(), end(), dupes);
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-dedupe.md16 aliases: find-dupes, ddp
/third_party/node/tools/doc/
Dalljson.mjs25 // are added to this list to prevent dupes.
Dallhtml.mjs20 // are added to this list to prevent dupes.
/third_party/python/Doc/library/
Dcompileall.rst116 .. cmdoption:: --hardlink-dupes
133 Added the ``-s``, ``-p``, ``-e`` and ``--hardlink-dupes`` options.
/third_party/python/Doc/whatsnew/
D3.9.rst382 … for duplicated ``.pyc`` files: *hardlink_dupes* parameter and --hardlink-dupes command line optio…