HomeSort by relevance Sort by last modified time
    Searched refs:common_dirs (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
filecmp.py 100 common_dirs: subdirectories in both dir1 and dir2.
107 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
138 self.common_dirs = []
164 self.common_dirs.append(x)
181 for x in self.common_dirs:
209 if self.common_dirs:
210 self.common_dirs.sort()
211 print 'Common subdirectories :', self.common_dirs
230 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /external/python/cpython2/Lib/
filecmp.py 101 common_dirs: subdirectories in both dir1 and dir2.
108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
139 self.common_dirs = []
165 self.common_dirs.append(x)
182 for x in self.common_dirs:
210 if self.common_dirs:
211 self.common_dirs.sort()
212 print 'Common subdirectories :', self.common_dirs
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py 101 common_dirs: subdirectories in both dir1 and dir2.
108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
139 self.common_dirs = []
165 self.common_dirs.append(x)
182 for x in self.common_dirs:
210 if self.common_dirs:
211 self.common_dirs.sort()
212 print 'Common subdirectories :', self.common_dirs
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py 101 common_dirs: subdirectories in both dir1 and dir2.
108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
139 self.common_dirs = []
165 self.common_dirs.append(x)
182 for x in self.common_dirs:
210 if self.common_dirs:
211 self.common_dirs.sort()
212 print 'Common subdirectories :', self.common_dirs
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 101 common_dirs: subdirectories in both dir1 and dir2.
108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
139 self.common_dirs = []
165 self.common_dirs.append(x)
182 for x in self.common_dirs:
210 if self.common_dirs:
211 self.common_dirs.sort()
212 print 'Common subdirectories :', self.common_dirs
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 101 common_dirs: subdirectories in both dir1 and dir2.
108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
139 self.common_dirs = []
165 self.common_dirs.append(x)
182 for x in self.common_dirs:
210 if self.common_dirs:
211 self.common_dirs.sort()
212 print 'Common subdirectories :', self.common_dirs
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,

Completed in 1254 milliseconds