Home
last modified time | relevance | path

Searched defs:pred (Results 1 – 25 of 8917) sorted by relevance

12345678910>>...357

/dports/net/proby/proby-1.0.2/cargo-crates/actix-web-2.0.0/src/
H A Dguard.rs355 let pred = Host("www.rust-lang.org"); in test_host() localVariable
361 let pred = Host("blog.rust-lang.org"); in test_host() localVariable
367 let pred = Host("crates.io"); in test_host() localVariable
370 let pred = Host("localhost"); in test_host() localVariable
386 let pred = Host("www.rust-lang.org"); in test_host_scheme() localVariable
392 let pred = Host("blog.rust-lang.org"); in test_host_scheme() localVariable
401 let pred = Host("localhost"); in test_host_scheme() localVariable
411 let pred = Host("www.rust-lang.org"); in test_host_without_header() localVariable
417 let pred = Host("blog.rust-lang.org"); in test_host_without_header() localVariable
423 let pred = Host("crates.io"); in test_host_without_header() localVariable
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-web-4.0.0-beta.8/src/
H A Dguard.rs364 let pred = Host("www.rust-lang.org"); in test_host() localVariable
370 let pred = Host("blog.rust-lang.org"); in test_host() localVariable
376 let pred = Host("crates.io"); in test_host() localVariable
379 let pred = Host("localhost"); in test_host() localVariable
395 let pred = Host("www.rust-lang.org"); in test_host_scheme() localVariable
401 let pred = Host("blog.rust-lang.org"); in test_host_scheme() localVariable
410 let pred = Host("localhost"); in test_host_scheme() localVariable
420 let pred = Host("www.rust-lang.org"); in test_host_without_header() localVariable
426 let pred = Host("blog.rust-lang.org"); in test_host_without_header() localVariable
432 let pred = Host("crates.io"); in test_host_without_header() localVariable
[all …]
/dports/devel/estd/estd-0.4.0/include/estd/tuple/
H A Dfold.hpp41 constexpr auto tuple_all_impl(Tuple && tuple, Predicate && pred, std::index_sequence<I...>) { in tuple_all_impl()
46 constexpr auto tuple_any_impl(Tuple && tuple, Predicate && pred, std::index_sequence<I...>) { in tuple_any_impl()
51 constexpr auto tuple_none_impl(Tuple && tuple, Predicate && pred, std::index_sequence<I...>) { in tuple_none_impl()
56 constexpr auto tuple_count_impl(Tuple && tuple, Predicate && pred, std::index_sequence<I...>) { in tuple_count_impl()
61 constexpr auto tuple_count_not_impl(Tuple && tuple, Predicate && pred, std::index_sequence<I...>) { in tuple_count_not_impl()
68 constexpr auto all_of(Tuple && tuple, Predicate && pred) { in all_of()
74 constexpr auto any_of(Tuple && tuple, Predicate && pred) { in any_of()
80 constexpr auto none_of(Tuple && tuple, Predicate && pred) { in none_of()
86 constexpr auto count_if(Tuple && tuple, Predicate && pred) { in count_if()
92 constexpr auto count_if_not(Tuple && tuple, Predicate && pred) { in count_if_not()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
/dports/devel/libc++/libcxx-10.0.1.src/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/tcg/hexagon/
H A Dmisc.c76 static inline void S4_storeirbt_io(void *p, int pred) in S4_storeirbt_io()
84 static inline void S4_storeirbf_io(void *p, int pred) in S4_storeirbf_io()
92 static inline void S4_storeirbtnew_io(void *p, int pred) in S4_storeirbtnew_io()
102 static inline void S4_storeirbfnew_io(void *p, int pred) in S4_storeirbfnew_io()
112 static inline void S4_storeirht_io(void *p, int pred) in S4_storeirht_io()
120 static inline void S4_storeirhf_io(void *p, int pred) in S4_storeirhf_io()
128 static inline void S4_storeirhtnew_io(void *p, int pred) in S4_storeirhtnew_io()
148 static inline void S4_storeirit_io(void *p, int pred) in S4_storeirit_io()
156 static inline void S4_storeirif_io(void *p, int pred) in S4_storeirif_io()
184 static int L2_ploadrifnew_pi(void *p, int pred) in L2_ploadrifnew_pi()
[all …]
/dports/emulators/qemu/qemu-6.2.0/tests/tcg/hexagon/
H A Dmisc.c76 static inline void S4_storeirbt_io(void *p, int pred) in S4_storeirbt_io()
84 static inline void S4_storeirbf_io(void *p, int pred) in S4_storeirbf_io()
92 static inline void S4_storeirbtnew_io(void *p, int pred) in S4_storeirbtnew_io()
102 static inline void S4_storeirbfnew_io(void *p, int pred) in S4_storeirbfnew_io()
112 static inline void S4_storeirht_io(void *p, int pred) in S4_storeirht_io()
120 static inline void S4_storeirhf_io(void *p, int pred) in S4_storeirhf_io()
128 static inline void S4_storeirhtnew_io(void *p, int pred) in S4_storeirhtnew_io()
148 static inline void S4_storeirit_io(void *p, int pred) in S4_storeirit_io()
156 static inline void S4_storeirif_io(void *p, int pred) in S4_storeirif_io()
184 static int L2_ploadrifnew_pi(void *p, int pred) in L2_ploadrifnew_pi()
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/interfaces/
H A Dcodemodel_utils.h211 void findFunctionDefinitions(Pred pred, const FileList& fileList, FunctionDefinitionList & lst) in findFunctionDefinitions()
218 void findFunctionDefinitions(Pred pred, const NamespaceDom& ns, FunctionDefinitionList & lst) in findFunctionDefinitions()
233 void findFunctionDefinitions(Pred pred, const ClassList& classList, FunctionDefinitionList & lst) in findFunctionDefinitions()
247 void findFunctionDefinitions(Pred pred, const ClassDom& klass, FunctionDefinitionList & lst) in findFunctionDefinitions()
263 void findFunctionDeclarations(Pred pred, const FileList& fileList, FunctionList & lst) in findFunctionDeclarations()
270 void findFunctionDeclarations(Pred pred, const NamespaceDom& ns, FunctionList & lst) in findFunctionDeclarations()
278 void findFunctionDeclarations(Pred pred, const NamespaceList& namespaceList, FunctionList & lst) in findFunctionDeclarations()
285 void findFunctionDeclarations(Pred pred, const ClassList& classList, FunctionList & lst) in findFunctionDeclarations()
292 void findFunctionDeclarations(Pred pred, const FunctionList& functionList, FunctionList & lst) in findFunctionDeclarations()
299 void findFunctionDeclarations(Pred pred, const ClassDom& klass, FunctionList & lst) in findFunctionDeclarations()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tests/tcg/hexagon/
H A Dmisc.c76 static inline void S4_storeirbt_io(void *p, int pred) in S4_storeirbt_io()
84 static inline void S4_storeirbf_io(void *p, int pred) in S4_storeirbf_io()
92 static inline void S4_storeirbtnew_io(void *p, int pred) in S4_storeirbtnew_io()
102 static inline void S4_storeirbfnew_io(void *p, int pred) in S4_storeirbfnew_io()
112 static inline void S4_storeirht_io(void *p, int pred) in S4_storeirht_io()
120 static inline void S4_storeirhf_io(void *p, int pred) in S4_storeirhf_io()
128 static inline void S4_storeirhtnew_io(void *p, int pred) in S4_storeirhtnew_io()
138 static inline void S4_storeirhfnew_io(void *p, int pred) in S4_storeirhfnew_io()
148 static inline void S4_storeirit_io(void *p, int pred) in S4_storeirit_io()
156 static inline void S4_storeirif_io(void *p, int pred) in S4_storeirif_io()
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dlist_utils.h38 any_of(std::function<bool(T const &)> pred, in any_of()
46 any_of(std::function<bool(T const &)> pred, in any_of()
54 all_of(std::function<bool(T const &)> pred, in all_of()
62 all_of(std::function<bool(T const &)> pred, in all_of()
71 none_of(std::function<bool(T const &)> pred, in none_of()
79 first_of(std::function<bool(T const &)> pred, in first_of()
89 first_of(std::function<bool(T const &)> pred, in first_of()
/dports/devel/thrust/thrust-1.9.5/thrust/detail/
H A Dpartition.inl41 Predicate pred)
58 Predicate pred)
78 Predicate pred)
100 Predicate pred)
152 Predicate pred)
174 Predicate pred)
200 Predicate pred)
288 Predicate pred)
315 Predicate pred)
342 Predicate pred)
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/preprocessor/seq/
H A Dfilter.hpp26 # define BOOST_PP_SEQ_FILTER(pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_… argument
28 # define BOOST_PP_SEQ_FILTER(pred, data, seq) BOOST_PP_SEQ_FILTER_I(pred, data, seq) argument
29 # define BOOST_PP_SEQ_FILTER_I(pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOS… argument
40 # define BOOST_PP_SEQ_FILTER_O_I(s, pred, data, res, elem) (pred, data, res BOOST_PP_EXPR_IF(pred… argument
42 # define BOOST_PP_SEQ_FILTER_O_I(s, pred, data, res, elem) (pred, data, res BOOST_PP_EXPR_IF(pred… argument
48 # define BOOST_PP_SEQ_FILTER_S(s, pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, B… argument
50 # define BOOST_PP_SEQ_FILTER_S(s, pred, data, seq) BOOST_PP_SEQ_FILTER_S_I(s, pred, data, seq) argument
51 # define BOOST_PP_SEQ_FILTER_S_I(s, pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2,… argument
/dports/devel/boost-docs/boost_1_72_0/boost/preprocessor/list/
H A Dfilter.hpp26 # define BOOST_PP_LIST_FILTER(pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_RIG… argument
28 # define BOOST_PP_LIST_FILTER(pred, data, list) BOOST_PP_LIST_FILTER_I(pred, data, list) argument
29 # define BOOST_PP_LIST_FILTER_I(pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_R… argument
40 # define BOOST_PP_LIST_FILTER_O_D(d, pred, data, res, elem) (pred, data, BOOST_PP_IF(pred(d, dat… argument
42 # define BOOST_PP_LIST_FILTER_O_D(d, pred, data, res, elem) (pred, data, BOOST_PP_IF(pred##(d, d… argument
48 # define BOOST_PP_LIST_FILTER_D(d, pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOL… argument
50 # define BOOST_PP_LIST_FILTER_D(d, pred, data, list) BOOST_PP_LIST_FILTER_D_I(d, pred, data, lis… argument
51 # define BOOST_PP_LIST_FILTER_D_I(d, pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_F… argument
/dports/devel/R-cran-BH/BH/inst/include/boost/preprocessor/list/
H A Dfilter.hpp26 # define BOOST_PP_LIST_FILTER(pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_RIG… argument
28 # define BOOST_PP_LIST_FILTER(pred, data, list) BOOST_PP_LIST_FILTER_I(pred, data, list) argument
29 # define BOOST_PP_LIST_FILTER_I(pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_R… argument
40 # define BOOST_PP_LIST_FILTER_O_D(d, pred, data, res, elem) (pred, data, BOOST_PP_IF(pred(d, dat… argument
42 # define BOOST_PP_LIST_FILTER_O_D(d, pred, data, res, elem) (pred, data, BOOST_PP_IF(pred##(d, d… argument
48 # define BOOST_PP_LIST_FILTER_D(d, pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOL… argument
50 # define BOOST_PP_LIST_FILTER_D(d, pred, data, list) BOOST_PP_LIST_FILTER_D_I(d, pred, data, lis… argument
51 # define BOOST_PP_LIST_FILTER_D_I(d, pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_F… argument
/dports/devel/R-cran-BH/BH/inst/include/boost/preprocessor/seq/
H A Dfilter.hpp26 # define BOOST_PP_SEQ_FILTER(pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_… argument
28 # define BOOST_PP_SEQ_FILTER(pred, data, seq) BOOST_PP_SEQ_FILTER_I(pred, data, seq) argument
29 # define BOOST_PP_SEQ_FILTER_I(pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOS… argument
40 # define BOOST_PP_SEQ_FILTER_O_I(s, pred, data, res, elem) (pred, data, res BOOST_PP_EXPR_IF(pred… argument
42 # define BOOST_PP_SEQ_FILTER_O_I(s, pred, data, res, elem) (pred, data, res BOOST_PP_EXPR_IF(pred… argument
48 # define BOOST_PP_SEQ_FILTER_S(s, pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, B… argument
50 # define BOOST_PP_SEQ_FILTER_S(s, pred, data, seq) BOOST_PP_SEQ_FILTER_S_I(s, pred, data, seq) argument
51 # define BOOST_PP_SEQ_FILTER_S_I(s, pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2,… argument
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/preprocessor/seq/
H A Dfilter.hpp26 # define BOOST_PP_SEQ_FILTER(pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_… argument
28 # define BOOST_PP_SEQ_FILTER(pred, data, seq) BOOST_PP_SEQ_FILTER_I(pred, data, seq) argument
29 # define BOOST_PP_SEQ_FILTER_I(pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOS… argument
40 # define BOOST_PP_SEQ_FILTER_O_I(s, pred, data, res, elem) (pred, data, res BOOST_PP_EXPR_IF(pred… argument
42 # define BOOST_PP_SEQ_FILTER_O_I(s, pred, data, res, elem) (pred, data, res BOOST_PP_EXPR_IF(pred… argument
48 # define BOOST_PP_SEQ_FILTER_S(s, pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, B… argument
50 # define BOOST_PP_SEQ_FILTER_S(s, pred, data, seq) BOOST_PP_SEQ_FILTER_S_I(s, pred, data, seq) argument
51 # define BOOST_PP_SEQ_FILTER_S_I(s, pred, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2,… argument
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/preprocessor/list/
H A Dfilter.hpp26 # define BOOST_PP_LIST_FILTER(pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_RIG… argument
28 # define BOOST_PP_LIST_FILTER(pred, data, list) BOOST_PP_LIST_FILTER_I(pred, data, list) argument
29 # define BOOST_PP_LIST_FILTER_I(pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_R… argument
40 # define BOOST_PP_LIST_FILTER_O_D(d, pred, data, res, elem) (pred, data, BOOST_PP_IF(pred(d, dat… argument
42 # define BOOST_PP_LIST_FILTER_O_D(d, pred, data, res, elem) (pred, data, BOOST_PP_IF(pred##(d, d… argument
48 # define BOOST_PP_LIST_FILTER_D(d, pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOL… argument
50 # define BOOST_PP_LIST_FILTER_D(d, pred, data, list) BOOST_PP_LIST_FILTER_D_I(d, pred, data, lis… argument
51 # define BOOST_PP_LIST_FILTER_D_I(d, pred, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_F… argument

12345678910>>...357