HomeSort by relevance Sort by last modified time
    Searched defs:dircmp (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
filecmp.py 4 dircmp
16 __all__ = ["cmp","dircmp","cmpfiles"]
76 class dircmp: class in inherits:
79 dircmp(a,b,ignore=None,hide=None)
87 x = dircmp(dir1, dir2)
107 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
177 # A new dircmp object is created for each common subdirectory,
184 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
288 dd = dircmp(args[0], args[1])
  /external/python/cpython2/Lib/
filecmp.py 4 dircmp
16 __all__ = ["cmp","dircmp","cmpfiles"]
77 class dircmp: class in inherits:
80 dircmp(a,b,ignore=None,hide=None)
88 x = dircmp(dir1, dir2)
108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
178 # A new dircmp object is created for each common subdirectory,
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
289 dd = dircmp(args[0], args[1])
  /external/python/cpython3/Lib/
filecmp.py 4 dircmp
17 __all__ = ['clear_cache', 'cmp', 'dircmp', 'cmpfiles', 'DEFAULT_IGNORES']
86 class dircmp: class in inherits:
89 dircmp(a, b, ignore=None, hide=None)
97 x = dircmp(dir1, dir2)
117 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
187 # A new dircmp object is created for each common subdirectory,
194 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
298 dd = dircmp(args[0], args[1])
  /prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py 4 dircmp
16 __all__ = ["cmp","dircmp","cmpfiles"]
77 class dircmp: class in inherits:
80 dircmp(a,b,ignore=None,hide=None)
88 x = dircmp(dir1, dir2)
108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
178 # A new dircmp object is created for each common subdirectory,
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
289 dd = dircmp(args[0], args[1])
  /prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py 4 dircmp
16 __all__ = ["cmp","dircmp","cmpfiles"]
77 class dircmp: class in inherits:
80 dircmp(a,b,ignore=None,hide=None)
88 x = dircmp(dir1, dir2)
108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
178 # A new dircmp object is created for each common subdirectory,
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
289 dd = dircmp(args[0], args[1])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 4 dircmp
16 __all__ = ["cmp","dircmp","cmpfiles"]
77 class dircmp: class in inherits:
80 dircmp(a,b,ignore=None,hide=None)
88 x = dircmp(dir1, dir2)
108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
178 # A new dircmp object is created for each common subdirectory,
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
289 dd = dircmp(args[0], args[1])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 4 dircmp
16 __all__ = ["cmp","dircmp","cmpfiles"]
77 class dircmp: class in inherits:
80 dircmp(a,b,ignore=None,hide=None)
88 x = dircmp(dir1, dir2)
108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
178 # A new dircmp object is created for each common subdirectory,
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
289 dd = dircmp(args[0], args[1])

Completed in 808 milliseconds