Home
last modified time | relevance | path

Searched refs:dupes (Results 1 – 11 of 11) 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/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/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/e2fsprogs/lib/support/
Ddict.c71 #define dupes dict_dupes macro
168 if (dict->dupes) { in verify_bintree()
277 new->dupes = 0; in dict_create()
362 dict->dupes = 0; in dict_init()
383 dict->dupes = template->dupes; in dict_init_like()
455 if (left->dupes != right->dupes) in dict_similar()
485 if (!dict->dupes) { /* no duplicates, return match */ in dict_lookup()
524 if (!dict->dupes) { in dict_lower_bound()
556 if (!dict->dupes) { in dict_upper_bound()
595 dict_assert (dict->dupes || result != 0); in dict_insert()
[all …]
/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/tools/doc/
Dalljson.mjs25 // are added to this list to prevent dupes.
Dallhtml.mjs20 // are added to this list to prevent dupes.
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-dedupe.md16 aliases: find-dupes, ddp
/third_party/curl/docs/
DTHANKS-filter27 # When removing dupes that aren't identical names from THANKS, add a line
/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…