Home
last modified time | relevance | path

Searched refs:files_to_ignore (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/typ/typ/
H A Dtest_case.py42 files_to_ignore = [] variable in MainTestCase
54 if any(fnmatch.fnmatch(f, pat) for pat in self.files_to_ignore):
60 def assert_files(self, expected_files, actual_files, files_to_ignore=None): argument
61 files_to_ignore = files_to_ignore or []
65 files_to_ignore)
81 files_to_ignore=None, universal_newlines=True): argument
135 self.assert_files(exp_files, actual_files, files_to_ignore)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/llvm11/llvm-11.0.1.src/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/
H A Dllvmdo149 files_to_ignore="\
180 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/llvm90/llvm-9.0.1.src/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/llvm10/llvm-10.0.1.src/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/llvm80/llvm-8.0.1.src/utils/
H A Dllvmdo149 files_to_ignore="\
180 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/
H A Dllvmdo148 files_to_ignore="\
179 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/devel/llvm70/llvm-7.0.1.src/utils/
H A Dllvmdo149 files_to_ignore="\
180 -o \( \( $files_to_match \) \! \( $files_to_ignore \) \
/dports/sysutils/detox/detox-1.4.5/src/
H A Ddetox.h53 struct detox_ignore_entry *files_to_ignore; member
70 struct detox_ignore_entry *files_to_ignore; member
H A Dconfig_file_dump.c101 if (parse_results->files_to_ignore) { in dump_config_file()
104 ignore_walk = parse_results->files_to_ignore; in dump_config_file()
H A Dconfig_file_yacc.y266 if (previous_results && previous_results->files_to_ignore) { in parse_config_file()
267 cf_ignore_ret = previous_results->files_to_ignore; in parse_config_file()
294 ret->files_to_ignore = cf_ignore_ret; in parse_config_file()
H A Ddetox.c113 main_options->files_to_ignore = parse_results->files_to_ignore; in main()
/dports/multimedia/assimp/assimp-5.1.3/test/regression/
H A Dsettings.py56 files_to_ignore = ["pond.0.ply"] variable
H A Dgen_db.py168 … lambda x: os.path.splitext(x)[1].lower() in ext_list and not x in settings.files_to_ignore)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfix-header.c107 static const char *const files_to_ignore[] = { variable
1089 for (i = 0; files_to_ignore[i] != NULL; i++) in main()
1091 const char *const ignore_name = files_to_ignore[i]; in main()

123