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

  /external/llvm/utils/
llvmdo 149 files_to_ignore="\
180 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
  /external/chromium-trace/catapult/third_party/typ/typ/
test_case.py 33 files_to_ignore = [] variable in class:MainTestCase
45 if any(fnmatch.fnmatch(f, pat) for pat in self.files_to_ignore):
51 def assert_files(self, expected_files, actual_files, files_to_ignore=None):
52 files_to_ignore = files_to_ignore or []
56 files_to_ignore)
72 files_to_ignore=None, universal_newlines=True):
125 self.assert_files(exp_files, actual_files, files_to_ignore)
  /external/chromium-trace/catapult/third_party/typ/typ/tests/
main_test.py 173 files_to_ignore = ['*.pyc'] variable in class:TestCli

Completed in 140 milliseconds