Home
last modified time | relevance | path

Searched refs:is_any (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/textproc/py-pykwalify/pykwalify-1.8.0/tests/
H A Dtest_types.py64 assert types.is_any("foo")
65 assert types.is_any(True)
66 assert types.is_any(1)
67 assert types.is_any(1.0)
68 assert types.is_any({})
69 assert types.is_any([])
/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_riscv.c573 if (is_any ("jal")) { in riscv_op()
579 } else if (is_any ("c.jal")) { in riscv_op()
583 } else if (is_any ("jr")) { in riscv_op()
585 } else if (is_any ("c.j", "jump")) { in riscv_op()
588 } else if (is_any ("jalr")) { in riscv_op()
592 } else if (is_any ("c.ret")) { in riscv_op()
594 } else if (is_any ("c.jalr")) { in riscv_op()
596 } else if (is_any ("c.jr")) { in riscv_op()
604 } else if (is_any ("c.beqz", "c.bnez")) { in riscv_op()
622 } else if (is_any ("not")) { in riscv_op()
[all …]
/dports/www/kannel/gateway-1.4.4/gw/
H A Dwap_push_pap_compiler.c428 is_any = NEITHER; in parse_document()
458 switch (is_any) { in set_anys()
744 int *is_any) in parse_node() argument
767 is_any)) < 0) { in parse_node()
1065 switch (*is_any) { in set_any_value()
1069 *is_any = BEARER_ANY; in set_any_value()
1072 *is_any = NETWORK_ANY; in set_any_value()
1078 *is_any = EITHER; in set_any_value()
1084 *is_any = EITHER; in set_any_value()
1090 *is_any = ERROR_ANY; in set_any_value()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/make/initial/
H A Dlane_specs.rs41 if tags.is_any("railway", vec!["light_rail", "rail"]) { in get_lane_specs_ltr()
50 tags.is_any("oneway", vec!["yes", "reversible"]) || tags.is("junction", "roundabout"); in get_lane_specs_ltr()
176 if tags.is_any("cycleway", vec!["lane", "track"]) { in get_lane_specs_ltr()
181 } else if tags.is_any("cycleway:both", vec!["lane", "track"]) { in get_lane_specs_ltr()
185 if tags.is_any("cycleway:right", vec!["lane", "track"]) { in get_lane_specs_ltr()
194 if tags.is_any("cycleway:left", vec!["lane", "opposite_track", "track"]) { in get_lane_specs_ltr()
208 let parking_lane_fwd = tags.is_any(osm::PARKING_RIGHT, has_parking.clone()) in get_lane_specs_ltr()
209 || tags.is_any(osm::PARKING_BOTH, has_parking.clone()); in get_lane_specs_ltr()
210 let parking_lane_back = tags.is_any(osm::PARKING_LEFT, has_parking.clone()) in get_lane_specs_ltr()
211 || tags.is_any(osm::PARKING_BOTH, has_parking); in get_lane_specs_ltr()
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstcapsfeatures.c66 gboolean is_any; member
182 features->is_any = FALSE; in gst_caps_features_new_empty()
208 features->is_any = TRUE; in gst_caps_features_new_any()
394 copy->is_any = features->is_any; in gst_caps_features_copy()
464 if (features->array->len == 0 && features->is_any) { in priv_gst_caps_features_append_to_gstring()
507 ret->is_any = TRUE; in gst_caps_features_from_string()
681 if (features->is_any) in gst_caps_features_contains_id()
716 if (features1->is_any || features2->is_any) in gst_caps_features_is_equal()
758 return features->is_any; in gst_caps_features_is_any()
776 g_return_if_fail (!features->is_any); in gst_caps_features_add()
[all …]
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/normalform/
H A DNE.cc348 if (ne->is_any() == NEITHER && in evaluate()
389 switch (ne.is_any()) { in operator <<()
458 if (is_any() == ANY) in do_or()
460 if (other.is_any() == NOT_ANY) in do_or()
474 assert(is_any() == NEITHER && other.is_any() == NEITHER); in do_or()
501 if (is_any() == NOT_ANY) in do_and()
503 if (other.is_any() == ANY) in do_and()
511 if (is_any() == ANY) { // become other in do_and()
518 assert(is_any() == NEITHER && other.is_any() == NEITHER); in do_and()
611 if (is_any() == NOT_ANY) { // become ANY in do_not()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/iostreams/test/
H A Dfinite_state_filter_test.cpp88 row<initial_state, is_any, initial_state, &self::push>
100 row<initial_state, is_any, initial_state, &self::push>
117 row<no_comment, is_any, no_comment, &self::push>,
120 row<pre_comment, is_any, no_comment, &self::push_slash>,
122 row<comment, is_any, comment, &self::skip>,
125 row<post_comment, is_any, comment, &self::skip>
/dports/devel/boost-docs/boost_1_72_0/libs/iostreams/test/
H A Dfinite_state_filter_test.cpp88 row<initial_state, is_any, initial_state, &self::push>
100 row<initial_state, is_any, initial_state, &self::push>
117 row<no_comment, is_any, no_comment, &self::push>,
120 row<pre_comment, is_any, no_comment, &self::push_slash>,
122 row<comment, is_any, comment, &self::skip>,
125 row<post_comment, is_any, comment, &self::skip>
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/iostreams/test/
H A Dfinite_state_filter_test.cpp88 row<initial_state, is_any, initial_state, &self::push>
100 row<initial_state, is_any, initial_state, &self::push>
117 row<no_comment, is_any, no_comment, &self::push>,
120 row<pre_comment, is_any, no_comment, &self::push_slash>,
122 row<comment, is_any, comment, &self::skip>,
125 row<post_comment, is_any, comment, &self::skip>
/dports/databases/percona57-server/boost_1_59_0/libs/iostreams/test/
H A Dfinite_state_filter_test.cpp88 row<initial_state, is_any, initial_state, &self::push>
100 row<initial_state, is_any, initial_state, &self::push>
117 row<no_comment, is_any, no_comment, &self::push>,
120 row<pre_comment, is_any, no_comment, &self::push_slash>,
122 row<comment, is_any, comment, &self::skip>,
125 row<post_comment, is_any, comment, &self::skip>
/dports/databases/xtrabackup/boost_1_59_0/libs/iostreams/test/
H A Dfinite_state_filter_test.cpp88 row<initial_state, is_any, initial_state, &self::push>
100 row<initial_state, is_any, initial_state, &self::push>
117 row<no_comment, is_any, no_comment, &self::push>,
120 row<pre_comment, is_any, no_comment, &self::push_slash>,
122 row<comment, is_any, comment, &self::skip>,
125 row<post_comment, is_any, comment, &self::skip>
/dports/databases/percona57-client/boost_1_59_0/libs/iostreams/test/
H A Dfinite_state_filter_test.cpp88 row<initial_state, is_any, initial_state, &self::push>
100 row<initial_state, is_any, initial_state, &self::push>
117 row<no_comment, is_any, no_comment, &self::push>,
120 row<pre_comment, is_any, no_comment, &self::push_slash>,
122 row<comment, is_any, comment, &self::skip>,
125 row<post_comment, is_any, comment, &self::skip>
/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/test/
H A Dfinite_state_filter_test.cpp88 row<initial_state, is_any, initial_state, &self::push>
100 row<initial_state, is_any, initial_state, &self::push>
117 row<no_comment, is_any, no_comment, &self::push>,
120 row<pre_comment, is_any, no_comment, &self::push_slash>,
122 row<comment, is_any, comment, &self::skip>,
125 row<post_comment, is_any, comment, &self::skip>
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/test/
H A Dfinite_state_filter_test.cpp88 row<initial_state, is_any, initial_state, &self::push>
100 row<initial_state, is_any, initial_state, &self::push>
117 row<no_comment, is_any, no_comment, &self::push>,
120 row<pre_comment, is_any, no_comment, &self::push_slash>,
122 row<comment, is_any, comment, &self::skip>,
125 row<post_comment, is_any, comment, &self::skip>
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/test/
H A Dfinite_state_filter_test.cpp88 row<initial_state, is_any, initial_state, &self::push>
100 row<initial_state, is_any, initial_state, &self::push>
117 row<no_comment, is_any, no_comment, &self::push>,
120 row<pre_comment, is_any, no_comment, &self::push_slash>,
122 row<comment, is_any, comment, &self::skip>,
125 row<post_comment, is_any, comment, &self::skip>
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/headers-0.3.4/src/common/
H A Dif_match.rs54 pub fn is_any(&self) -> bool { in is_any() method
78 fn is_any() { in is_any() function
79 assert!(IfMatch::any().is_any()); in is_any()
80 assert!(!IfMatch::from(ETag::from_static("\"yolo\"")).is_any()); in is_any()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/headers-0.3.2/src/common/
H A Dif_match.rs54 pub fn is_any(&self) -> bool { in is_any() method
78 fn is_any() { in is_any() function
79 assert!(IfMatch::any().is_any()); in is_any()
80 assert!(!IfMatch::from(ETag::from_static("\"yolo\"")).is_any()); in is_any()
/dports/www/firefox/firefox-99.0/third_party/rust/headers/src/common/
H A Dif_match.rs54 pub fn is_any(&self) -> bool { in is_any() method
78 fn is_any() { in is_any() function
79 assert!(IfMatch::any().is_any()); in is_any()
80 assert!(!IfMatch::from(ETag::from_static("\"yolo\"")).is_any()); in is_any()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/headers/src/common/
H A Dif_match.rs54 pub fn is_any(&self) -> bool { in is_any() method
78 fn is_any() { in is_any() function
79 assert!(IfMatch::any().is_any()); in is_any()
80 assert!(!IfMatch::from(ETag::from_static("\"yolo\"")).is_any()); in is_any()
/dports/net/oha/oha-0.4.7/cargo-crates/headers-0.3.4/src/common/
H A Dif_match.rs54 pub fn is_any(&self) -> bool { in is_any() method
78 fn is_any() { in is_any() function
79 assert!(IfMatch::any().is_any()); in is_any()
80 assert!(!IfMatch::from(ETag::from_static("\"yolo\"")).is_any()); in is_any()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/headers-0.3.4/src/common/
H A Dif_match.rs54 pub fn is_any(&self) -> bool { in is_any() method
78 fn is_any() { in is_any() function
79 assert!(IfMatch::any().is_any()); in is_any()
80 assert!(!IfMatch::from(ETag::from_static("\"yolo\"")).is_any()); in is_any()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/headers/src/common/
H A Dif_match.rs54 pub fn is_any(&self) -> bool { in is_any() method
78 fn is_any() { in is_any() function
79 assert!(IfMatch::any().is_any()); in is_any()
80 assert!(!IfMatch::from(ETag::from_static("\"yolo\"")).is_any()); in is_any()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/headers-0.3.5/src/common/
H A Dif_match.rs54 pub fn is_any(&self) -> bool { in is_any() method
78 fn is_any() { in is_any() function
79 assert!(IfMatch::any().is_any()); in is_any()
80 assert!(!IfMatch::from(ETag::from_static("\"yolo\"")).is_any()); in is_any()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/headers/src/common/
H A Dif_match.rs54 pub fn is_any(&self) -> bool { in is_any() method
78 fn is_any() { in is_any() function
79 assert!(IfMatch::any().is_any()); in is_any()
80 assert!(!IfMatch::from(ETag::from_static("\"yolo\"")).is_any()); in is_any()
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_controls.cpp89 bool is_any() const
92 { return is_any() && !is_14bit(); }
172 bool is_any() const
173 { return m_param.is_any() || m_value.is_any(); }
175 { return m_param.is_any() && m_value.is_any(); }
177 { return m_param.is_any() && m_value.is_7bit(); }
179 { return m_param.is_any() && m_value.is_14bit(); }
341 if (item.is_any() && item.type() != padthv1_controls::RPN)
365 if (item.is_any() && item.type() != padthv1_controls::RPN)
389 if (item.is_any() && item.type() != padthv1_controls::NRPN)
[all …]

12345678910>>...16