HomeSort by relevance Sort by last modified time
    Searched refs:remove_duplicates (Results 1 - 25 of 29) sorted by null

1 2

  /test/vts/utils/python/common/
list_utils.py 105 remove_duplicates=False,
127 remove_duplicates: bool, whether to remove duplicate items in output list.
151 remove_duplicates,
162 remove_duplicates=False,
184 remove_duplicates: bool, whether to remove duplicate items in output list.
221 if remove_duplicates:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleXMLRPCServer.py 147 def remove_duplicates(lst): function
148 """remove_duplicates([2,2,2,1,3,3]) => [3,1,2]
288 methods = remove_duplicates(
295 methods = remove_duplicates(
  /external/python/cpython2/Lib/
SimpleXMLRPCServer.py 147 def remove_duplicates(lst): function
148 """remove_duplicates([2,2,2,1,3,3]) => [3,1,2]
288 methods = remove_duplicates(
295 methods = remove_duplicates(
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleXMLRPCServer.py 147 def remove_duplicates(lst): function
148 """remove_duplicates([2,2,2,1,3,3]) => [3,1,2]
288 methods = remove_duplicates(
295 methods = remove_duplicates(
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleXMLRPCServer.py 147 def remove_duplicates(lst): function
148 """remove_duplicates([2,2,2,1,3,3]) => [3,1,2]
288 methods = remove_duplicates(
295 methods = remove_duplicates(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 147 def remove_duplicates(lst): function
148 """remove_duplicates([2,2,2,1,3,3]) => [3,1,2]
288 methods = remove_duplicates(
295 methods = remove_duplicates(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 147 def remove_duplicates(lst): function
148 """remove_duplicates([2,2,2,1,3,3]) => [3,1,2]
288 methods = remove_duplicates(
295 methods = remove_duplicates(
  /external/python/cpython2/Lib/distutils/command/
sdist.py 196 self.filelist.remove_duplicates()
215 self.filelist.remove_duplicates()
  /external/python/cpython3/Lib/distutils/command/
sdist.py 183 self.filelist.remove_duplicates()
202 self.filelist.remove_duplicates()
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
sdist.py 196 self.filelist.remove_duplicates()
215 self.filelist.remove_duplicates()
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
sdist.py 196 self.filelist.remove_duplicates()
215 self.filelist.remove_duplicates()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 196 self.filelist.remove_duplicates()
215 self.filelist.remove_duplicates()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 196 self.filelist.remove_duplicates()
215 self.filelist.remove_duplicates()
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
data.py 96 files.remove_duplicates()
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
data.py 96 files.remove_duplicates()
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
data.py 96 files.remove_duplicates()
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
data.py 96 files.remove_duplicates()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
filelist.py 69 def remove_duplicates(self): member in class:FileList
  /external/python/cpython2/Lib/distutils/
filelist.py 69 def remove_duplicates(self): member in class:FileList
  /external/python/cpython2/Lib/distutils/tests/
test_filelist.py 128 file_list.remove_duplicates()
  /external/python/cpython3/Lib/distutils/
filelist.py 67 def remove_duplicates(self): member in class:FileList
  /external/python/cpython3/Lib/distutils/tests/
test_filelist.py 130 file_list.remove_duplicates()
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
filelist.py 69 def remove_duplicates(self): member in class:FileList
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
filelist.py 69 def remove_duplicates(self): member in class:FileList
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 69 def remove_duplicates(self): member in class:FileList

Completed in 549 milliseconds

1 2