HomeSort by: relevance | last modified time | path
    Searched defs:test_filter (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/
test_compress.sh 142 test_filter() function
154 test_filter DELTA delta:dist=1
155 test_filter DELTA delta:dist=4
156 test_filter DELTA delta:dist=256
157 test_filter X86 x86
158 test_filter POWERPC powerpc
159 test_filter IA64 ia64
160 test_filter ARM arm
161 test_filter ARMTHUMB armthumb
162 test_filter ARM64 arm6
    [all...]
  /src/external/bsd/kyua-cli/dist/engine/
filters.hpp 55 class test_filter { class in namespace:engine
63 test_filter(const utils::fs::path&, const std::string&);
64 static test_filter parse(const std::string&);
68 bool contains(const test_filter&) const;
72 bool operator<(const test_filter&) const;
73 bool operator==(const test_filter&) const;
74 bool operator!=(const test_filter&) const;
88 std::set< test_filter > _filters;
91 explicit test_filters(const std::set< test_filter >&);
96 typedef std::pair< bool, utils::optional< test_filter > > match
    [all...]
filters.cpp 52 engine::test_filter::test_filter(const fs::path& test_program_, function in class:engine::test_filter
68 engine::test_filter
69 engine::test_filter::parse(const std::string& str)
91 return test_filter(test_program_, "");
96 return test_filter(test_program_, test_case_);
111 engine::test_filter::str(void) const
126 engine::test_filter::contains(const test_filter& other) const
143 engine::test_filter::matches_test_program(const fs::path& test_program_) cons
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
regenerate-opt-urls.py 299 def test_filter(self): member in class:TestFiltering
  /src/external/bsd/openldap/dist/servers/slapd/
filterentry.c 57 * test_filter - test a filter against a single entry.
66 test_filter( function
72 Debug( LDAP_DEBUG_FILTER, "=> test_filter\n" );
133 rc = test_filter( op, e, f->f_not );
159 Debug( LDAP_DEBUG_FILTER, "<= test_filter %d\n", rc );
884 int rc = test_filter( op, e, f );
915 int rc = test_filter( op, e, f );
  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 3836 test_filter(const char *pattern, const char *test) function
3918 if (test_filter(test, name))

Completed in 75 milliseconds