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

  /external/valgrind/main/auxprogs/
gen-mdg 46 my %dirs_to_skip = ( auxprogs => 1, hp2ps => 1, tests => 1 );
96 $dirs_to_skip{$tool} = 1;
194 if (not exists $dirs_to_skip{$f}) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 79 def files_under(self, path, dirs_to_skip=[], file_filter=None):
83 dirs_to_skip: a list of directories to skip over during the
100 if self.basename(path) in dirs_to_skip:
104 for d in dirs_to_skip:
filesystem_mock.py 126 def files_under(self, path, dirs_to_skip=[], file_filter=None):
137 if self.basename(path) in dirs_to_skip:
143 dir_substrings = [self.sep + d + self.sep for d in dirs_to_skip]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 137 for test in self._filesystem.files_under(self._filesystem.join(self._layout_tests_root, path), dirs_to_skip=['script-tests', 'resources'],

Completed in 404 milliseconds