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

  /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,
  /external/chromium_org/third_party/skia/tools/tests/
base_unittest.py 130 for common_dir in dircmp.common_dirs:
  /external/skia/gm/rebaseline_server/
base_unittest.py 119 for common_dir in dircmp.common_dirs:

Completed in 1980 milliseconds