/freebsd/contrib/libarchive/tar/ |
H A D | creation_set.c | 25 } *filters; member 52 static const struct suffix_code_t filters[] = { in get_filter_code() local 68 return get_suffix_code(filters, suffix); in get_filter_code() 119 new_ptr = realloc(cset->filters, in _cset_add_filter() 120 sizeof(*cset->filters) * (cset->filter_count + 1)); in _cset_add_filter() 126 cset->filters = new_ptr; in _cset_add_filter() 127 cset->filters[cset->filter_count].program = program; in _cset_add_filter() 128 cset->filters[cset->filter_count].filter_name = new_filter; in _cset_add_filter() 150 if (cset->filters[i].program) { in cset_read_support_filter_program() 152 cset->filters[i].filter_name); in cset_read_support_filter_program() [all …]
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_helpers.cpp | 363 /// \param filters List of filters to determine whether the test applies or not. 365 #define ADD_TEST_CASE(tcs, filters, name) \ argument 367 if (filters.empty() || filters.find(#name) != filters.end()) \ 376 // TODO(jmmv): Instead of using "filters", we should make TEST_CASES in ATF_INIT_TEST_CASES() 379 std::set< std::string > filters; in ATF_INIT_TEST_CASES() local 389 std::inserter(filters, filters.begin())); in ATF_INIT_TEST_CASES() 392 if (filters.find("crash_head") != filters.end()) // See TODO above. in ATF_INIT_TEST_CASES() 394 if (filters.find("output_in_list") != filters.end()) // See TODO above. in ATF_INIT_TEST_CASES() 397 ADD_TEST_CASE(tcs, filters, check_cleanup_workdir); in ATF_INIT_TEST_CASES() 398 ADD_TEST_CASE(tcs, filters, check_configuration_variables); in ATF_INIT_TEST_CASES() [all …]
|
H A D | filters_test.cpp | 29 #include "engine/filters.hpp" 329 const engine::test_filters filters(raw_filters); in ATF_TEST_CASE_BODY() local 332 match = filters.match_test_case(fs::path("foo"), "baz"); in ATF_TEST_CASE_BODY() 336 match = filters.match_test_case(fs::path("foo/bar"), "baz"); in ATF_TEST_CASE_BODY() 351 const engine::test_filters filters(raw_filters); in ATF_TEST_CASE_BODY() local 354 match = filters.match_test_case(fs::path("top_test"), "a"); in ATF_TEST_CASE_BODY() 358 match = filters.match_test_case(fs::path("subdir_1/foo"), "a"); in ATF_TEST_CASE_BODY() 362 match = filters.match_test_case(fs::path("subdir_1/bar"), "z"); in ATF_TEST_CASE_BODY() 366 match = filters.match_test_case(fs::path("subdir_2/a_test"), "bar"); in ATF_TEST_CASE_BODY() 370 match = filters.match_test_case(fs::path("subdir_2/b_test"), "foo"); in ATF_TEST_CASE_BODY() [all …]
|
H A D | filters.cpp | 29 #include "engine/filters.hpp" 229 /// Constructs a new set of filters. 231 /// \param filters_ The filters themselves; if empty, no filters are applied. 238 /// Checks if a given test program matches the set of filters. 246 /// \param name The test program to check against the filters. 264 /// Checks if a given test case identifier matches the set of filters. 266 /// \param test_program The test program to check against the filters. 267 /// \param test_case The test case to check against the filters. 271 /// there are no filters defined. 292 /// Calculates the filters that have not matched any tests. [all …]
|
H A D | scanner_test.cpp | 37 #include "engine/filters.hpp" 163 const std::set< engine::test_filter > filters; in ATF_TEST_CASE_BODY() local 165 engine::scanner scanner(test_programs, filters); in ATF_TEST_CASE_BODY() 181 const std::set< engine::test_filter > filters; in ATF_TEST_CASE_BODY() local 186 engine::scanner scanner(test_programs, filters); in ATF_TEST_CASE_BODY() 208 const std::set< engine::test_filter > filters; in ATF_TEST_CASE_BODY() local 215 engine::scanner scanner(test_programs, filters); in ATF_TEST_CASE_BODY() 231 const std::set< engine::test_filter > filters; in ATF_TEST_CASE_BODY() local 238 engine::scanner scanner(test_programs, filters); in ATF_TEST_CASE_BODY() 260 const std::set< engine::test_filter > filters; in ATF_TEST_CASE_BODY() local [all …]
|
H A D | filters.hpp | 29 /// \file engine/filters.hpp 30 /// Representation and manipulation of filters for test cases. 33 /// they are mere filters that decide whether they match or not the input data 84 /// Collection of user-provided filters to select test cases. 86 /// An empty collection of filters is considered to match any test case. 88 /// In general, the filters maintained by this class should be disjoint. If 89 /// they are not, some filters may never have a chance to do a match, which is 90 /// most likely the fault of the user. To check for non-disjoint filters before 93 /// The user-provided filters. 99 /// Return type of match_test_case. Indicates whether the filters have [all …]
|
H A D | scanner.cpp | 34 #include "engine/filters.hpp" 79 /// Current state of the provided filters. 80 engine::filters_state filters; member 91 /// \param filters_ List of scan filters as provided by the user. 95 filters(filters_) in impl() 122 if (!filters.match_test_program( in advance() 136 if (!filters.match_test_case(test_program->relative_path(), in advance() 169 /// \param filters List of scan filters as provided by the user. 171 const std::set< engine::test_filter >& filters) : in scanner() 172 _pimpl(new impl(test_programs, filters)) in scanner() [all …]
|
/freebsd/contrib/googletest/ |
H A D | .gitignore | 66 /googlemock/RUN_TESTS.vcxproj.filters 68 /googlemock/INSTALL.vcxproj.filters 70 /googlemock/gmock_main.vcxproj.filters 72 /googlemock/gmock.vcxproj.filters 75 /googlemock/ALL_BUILD.vcxproj.filters 79 /ZERO_CHECK.vcxproj.filters 81 /RUN_TESTS.vcxproj.filters 83 /INSTALL.vcxproj.filters 87 /ALL_BUILD.vcxproj.filters
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | design.html | 24 through the mail transport system. Filters can process messages' 28 which filters are to be applied, and in what order, allowing an 29 administrator to combine multiple independently-developed filters. 33 applications and a multiplicity of script-like filters designed by and 37 This allows filters to exercise fine-grained control at the SMTP level. 79 Simple filters should not seriously impact overall MTA performance. 85 third-party filters to implement a desired mail filtering policy. For 92 Any of these filters could be added or changed independently. 97 which filters are run, in what order they are run, and how they 105 Filters run as separate processes, outside of the sendmail address [all …]
|
/freebsd/sys/contrib/libsodium/regen-msvc/ |
H A D | regen-msvc.py | 100 apply_template(sd + "/tl_libsodium.vcxproj.filters.tpl", 101 "libsodium.vcxproj.filters", sbox) 107 apply_template(sd + "/libsodium.vcxproj.filters.tpl", 108 "builds/msvc/vs2017/libsodium/libsodium.vcxproj.filters", sbox) 109 apply_template(sd + "/libsodium.vcxproj.filters.tpl", 110 "builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters", sbox) 111 apply_template(sd + "/libsodium.vcxproj.filters.tpl", 112 "builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters", sbox) 113 apply_template(sd + "/libsodium.vcxproj.filters.tpl", 114 "builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters", sbox) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 43 // filters, and none of them include this item, them item is gone. in IsItemExcluded() 57 const FilterOptions &Filters) in LinePrinter() argument 59 Filters(Filters) { in LinePrinter() 60 SetFilters(ExcludeTypeFilters, Filters.ExcludeTypes.begin(), in LinePrinter() 61 Filters.ExcludeTypes.end()); in LinePrinter() 62 SetFilters(ExcludeSymbolFilters, Filters.ExcludeSymbols.begin(), in LinePrinter() 63 Filters.ExcludeSymbols.end()); in LinePrinter() 64 SetFilters(ExcludeCompilandFilters, Filters.ExcludeCompilands.begin(), in LinePrinter() 65 Filters.ExcludeCompilands.end()); in LinePrinter() 67 SetFilters(IncludeTypeFilters, Filters.IncludeTypes.begin(), in LinePrinter() [all …]
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_filter.c | 212 * Remove match flag for encapsulated filters that does not correspond in efx_mcdi_filter_op_add() 308 * On Medford, filters for encapsulated packets match based on in efx_mcdi_filter_op_add() 461 /* FIXME: Consider rx vs tx filters (look at efs_flags) */ in ef10_filter_equal() 537 * filters for specific local unicast MAC and IP addresses are 655 * FIXME: Add support for inserting filters of different priorities in ef10_filter_add_internal() 656 * and removing lower priority multicast filters (bug 42378) in ef10_filter_add_internal() 660 * Find any existing filters with the same match tuple or in ef10_filter_add_internal() 1071 * list of supported filters for ordinary packets, and then another to in ef10_filter_supported_filters() 1072 * get the list of supported filters for encapsulated packets. To in ef10_filter_supported_filters() 1251 /* Insert/renew multicast address list filters */ [all …]
|
/freebsd/contrib/kyua/cli/ |
H A D | common.cpp | 36 #include "engine/filters.hpp" 82 /// Standard definition of the option to specify filters on test results. 266 /// Gets the filters for the result types. 272 /// \throw std::runtime_error If any of the user-provided filters is invalid. 289 /// Parses a set of command-line arguments to construct test filters. 291 /// \param args The command-line arguments representing test filters. 293 /// \return A set of test filters. 296 /// represent a non-disjoint collection of filters. 300 std::set< engine::test_filter > filters; in parse_filters() local 306 if (filters.find(filter) != filters.end()) in parse_filters() [all …]
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | README | 52 It is recommended that you build your filters in a location outside of 59 Filters must be thread-safe! Many operating systems now provide support for 65 Note that since filters use threads, it may be necessary to alter per 72 | SPECIFYING FILTERS IN SENDMAIL CONFIGS | 75 Filters are specified with a key letter ``X'' (for ``eXternal''). 83 specifies three filters. Filters can be specified in your .mc file using 100 in case of filter errors as if the failing filters were not present. 103 talking to the filters using the T= equate. There are four fields inside 121 Which filters are invoked and their sequencing is handled by the 122 InputMailFilters option. Note: if InputMailFilters is not defined no filters [all …]
|
/freebsd/share/doc/smm/07.lpd/ |
H A D | 4.t | 40 file and any printer filters for printers not supported 86 more will be said about filters later. 91 filters should use \fIsyslogd\fP to report errors; only those that 123 Output filters 125 Filters are used to handle device dependencies and to 133 The other filters (if specified) are started for each file 139 and other filters are specified, 141 it is then stopped to allow other filters access to the printer. 142 An example of a printer that requires output filters
|
H A D | 5.t | 31 The filters supplied with 4.3BSD 37 Filters are spawned by \fIlpd\fP 48 to all filters and descendents of filters. 49 This signal can be trapped by filters that need 94 All other filters are called with the following arguments:
|
/freebsd/contrib/kyua/drivers/ |
H A D | scan_results.cpp | 31 #include "engine/filters.hpp" 65 /// \param raw_filters The test case filters as provided by the user. 74 engine::filters_state filters(raw_filters); in drive() local 91 // and we get tracking of unmatched filters "for free". in drive() 93 if (filters.match_test_program(test_program->relative_path())) { in drive() 96 if (filters.match_test_case(test_program->relative_path(), in drive() 104 result r(filters.unused()); in drive()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageReport.h | 47 const CoverageFilter &Filters = CoverageFiltersMatchAll()); 55 const CoverageFilter *Filters); 65 /// in \p Filters. 67 const CoverageFiltersMatchAll &Filters) const; 83 const CoverageFiltersMatchAll &Filters = CoverageFiltersMatchAll()) 84 : Options(Options), Coverage(Coverage), Filters(Filters) {} in Options() 102 const CoverageFiltersMatchAll &Filters; variable
|
H A D | CoverageFilters.h | 1 //===- CoverageFilters.h - Function coverage mapping filters --------------===// 131 /// A collection of filters. 132 /// Matches functions that match any filters contained 136 std::vector<std::unique_ptr<CoverageFilter>> Filters; 142 bool empty() const { return Filters.empty(); } in empty() 150 /// A collection of filters. 151 /// Matches functions that match all of the filters contained
|
/freebsd/contrib/kyua/doc/ |
H A D | kyua-report.1.in | 55 These are filters and are described below in 56 .Sx Test filters . 102 .Ss Test filters 103 __include__ test-filters.mdoc 107 command returns 0 if no filters were specified or if all filters match one
|
H A D | kyua-list.1.in | 52 These are filters and are described below in 53 .Sx Test filters . 78 .Ss Test filters 79 __include__ test-filters.mdoc 83 command returns 0 on success or 1 if any of the given test case filters
|
/freebsd/sys/contrib/libsodium/builds/ |
H A D | Makefile.am | 33 msvc/vs2010/libsodium/libsodium.vcxproj.filters \ 40 msvc/vs2012/libsodium/libsodium.vcxproj.filters \ 47 msvc/vs2013/libsodium/libsodium.vcxproj.filters \ 54 msvc/vs2015/libsodium/libsodium.vcxproj.filters \ 61 msvc/vs2017/libsodium/libsodium.vcxproj.filters \
|
/freebsd/contrib/ntp/sntp/unity/auto/ |
H A D | test_file_filter.rb | 15 filters = YAML.load_file( 'test_file_filter.yml' ) 17 filters[:all_files], filters[:only_files], filters[:exclude_files]
|
/freebsd/sys/contrib/xz-embedded/ |
H A D | README | 24 filters: 32 filters: 42 If you want only one or a few of the BCJ filters, omit the appropriate 44 code shared between all BCJ filters. 140 If you want support for one or more BCJ filters, you need to copy also 156 architectures. That's why Itanium and SPARC filters work for both big 161 ARM or ARM-Thumb. Implementing filters for them can be considered if 162 there is a need for such filters in real-world applications.
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeCategoryExtensions.i | 79 '''An accessor function that returns a list() that contains all filters in a lldb.SBCategory object.''' 80 filters = [] 82 filters.append(self.GetFilterAtIndex(idx)) 83 return filters 89 filters = property(get_filters_array, None, doc='''A read only property that returns a list() of lldb.SBTypeFilter objects contained in this category''') 90 filter = property(get_filters_access_object, None, doc=r'''A read only property that returns an object that you can use to look for filters by index or type name or regular expression.''')
|