Home
last modified time | relevance | path

Searched refs:remove_duplicates (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/importlib/
Dreaders.py7 def remove_duplicates(items): function
58 self._paths = list(map(pathlib.Path, remove_duplicates(paths)))
/third_party/glib/gio/
Dgresolver.c272 remove_duplicates (GList *addrs) in remove_duplicates() function
466 remove_duplicates (addrs); in lookup_by_name_real()
663 remove_duplicates (addrs); in lookup_by_name_finish_real()
/third_party/python/Lib/distutils/command/
Dsdist.py188 self.filelist.remove_duplicates()
207 self.filelist.remove_duplicates()
/third_party/python/Lib/distutils/
Dfilelist.py67 def remove_duplicates(self): member in FileList
/third_party/boost/boost/spirit/home/support/detail/lexer/
Dstring_token.hpp38 void remove_duplicates () in remove_duplicates() function
/third_party/python/Lib/distutils/tests/
Dtest_filelist.py130 file_list.remove_duplicates()
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tokeniser/
Dre_tokeniser.hpp328 stok_.remove_duplicates (); in create_charset_token()