Home
last modified time | relevance | path

Searched refs:source_type (Results 1 – 25 of 53) sorted by relevance

123

/external/selinux/libsepol/src/
Davtab.c78 mix(keyp->source_type); in avtab_hash()
148 if (key->source_type == cur->key.source_type && in avtab_insert()
157 if (key->source_type < cur->key.source_type) in avtab_insert()
159 if (key->source_type == cur->key.source_type && in avtab_insert()
162 if (key->source_type == cur->key.source_type && in avtab_insert()
192 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
197 if (key->source_type < cur->key.source_type) in avtab_insert_nonunique()
199 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
202 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
224 if (key->source_type == cur->key.source_type && in avtab_search()
[all …]
Dassertion.c166 tmp_key.source_type = i + 1; in report_assertion_extended_permissions()
237 &p->attr_type_map[k->source_type - 1]); in report_assertion_avtab_matches()
249 …rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type… in report_assertion_avtab_matches()
354 tmp_key.source_type = i + 1; in check_assertion_extended_permissions_avtab()
406 &p->attr_type_map[k->source_type - 1]); in check_assertion_extended_permissions()
419 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], in check_assertion_extended_permissions()
480 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]); in check_assertion_avtab_match()
491 …rc = ebitmap_and(&match, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type -… in check_assertion_avtab_match()
Dhierarchy.c113 avtab_key.source_type = parent; in bounds_expand_rule()
138 n->key.source_type, n->key.target_type, in bounds_expand_cond_rules()
163 a->parent, k->source_type, k->target_type, in bounds_expand_rule_callback()
273 new->key.source_type = src; in bounds_add_bad()
300 avtab_key.source_type = parent; in bounds_check_rule()
342 child, parent, key->source_type, in bounds_check_cond_rules()
371 a->parent, k->source_type, k->target_type, in bounds_check_rule_callback()
451 p->p_type_val_to_name[cur->key.source_type - 1], in bounds_report()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-retry-repeat-common.hpp63 typedef rxu::decay_t<Observable> source_type; typedef
67 values(source_type s, count_type t) in values()
82 source_type source;
89 finite(source_type s, count_type t) in finite()
114 typedef rxu::decay_t<Observable> source_type; typedef
117 values(source_type s) in values()
130 source_type source;
133 infinite(source_type s) : initial_(std::move(s)) { in infinite()
Drx-multicast.hpp38 typedef rxu::decay_t<Observable> source_type; typedef
43 multicast_state(source_type o, subject_type sub) in multicast_state()
48 source_type source;
55 multicast(source_type o, subject_type sub) in multicast()
Drx-take_last.hpp44 typedef rxu::decay_t<Observable> source_type; typedef
52 values(source_type s, count_type t) in values()
57 source_type source;
62 take_last(source_type s, count_type t) in take_last()
Drx-scan.hpp46 typedef rxu::decay_t<Observable> source_type; typedef
52 scan_initial_type(source_type o, accumulator_type a, seed_type s) in scan_initial_type()
58 source_type source;
64 scan(source_type o, accumulator_type a, seed_type s) in scan()
Drx-take.hpp44 typedef rxu::decay_t<Observable> source_type; typedef
48 values(source_type s, count_type t) in values()
53 source_type source;
58 take(source_type s, count_type t) in take()
Drx-skip_last.hpp44 typedef rxu::decay_t<Observable> source_type; typedef
52 values(source_type s, count_type t) in values()
57 source_type source;
62 skip_last(source_type s, count_type t) in skip_last()
Drx-skip.hpp45 typedef rxu::decay_t<Observable> source_type; typedef
49 values(source_type s, count_type t) in values()
54 source_type source;
59 skip(source_type s, count_type t) in skip()
Drx-connect_forever.hpp37 typedef rxu::decay_t<ConnectableObservable> source_type; typedef
39 source_type source;
41 explicit connect_forever(source_type o) in connect_forever()
Drx-subscribe_on.hpp47 typedef rxu::decay_t<Observable> source_type; typedef
55 subscribe_on_values(source_type s, coordination_type sf) in subscribe_on_values()
60 source_type source;
70 subscribe_on(source_type s, coordination_type sf) in subscribe_on()
Drx-flat_map.hpp54 typedef rxu::decay_t<Observable> source_type; typedef
59 typedef typename source_type::value_type source_value_type;
92 typedef typename traits::source_type source_type; typedef
105 … values(source_type o, collection_selector_type s, result_selector_type rs, coordination_type sf) in values()
112 source_type source;
119 … flat_map(source_type o, collection_selector_type s, result_selector_type rs, coordination_type sf) in flat_map()
Drx-concat_map.hpp54 typedef rxu::decay_t<Observable> source_type; typedef
59 typedef typename source_type::value_type source_value_type;
94 typedef typename traits::source_type source_type; typedef
107 … values(source_type o, collection_selector_type s, result_selector_type rs, coordination_type sf) in values()
114 source_type source;
123 …concat_map(source_type o, collection_selector_type s, result_selector_type rs, coordination_type s… in concat_map()
Drx-take_until.hpp61 typedef rxu::decay_t<Observable> source_type; typedef
67 values(source_type s, trigger_source_type t, coordination_type sf) in values()
73 source_type source;
79 take_until(source_type s, trigger_source_type t, coordination_type sf) in take_until()
Drx-skip_until.hpp51 typedef rxu::decay_t<Observable> source_type; typedef
57 values(source_type s, trigger_source_type t, coordination_type sf) in values()
63 source_type source;
69 skip_until(source_type s, trigger_source_type t, coordination_type sf) in skip_until()
Drx-reduce.hpp87 typedef rxu::decay_t<Observable> source_type; typedef
103 typedef typename traits::source_type source_type; typedef
116 reduce_initial_type(source_type o, accumulator_type a, result_selector_type rs, seed_type s) in reduce_initial_type()
123 source_type source;
136 reduce(source_type o, accumulator_type a, result_selector_type rs, seed_type s) in reduce()
153 source_type source; in on_subscribe()
Drx-switch_on_next.hpp51 typedef rxu::decay_t<Observable> source_type; typedef
53 typedef typename source_type::source_operator_type source_operator_type;
73 switch_on_next(const source_type& o, coordination_type sf) in switch_on_next()
Drx-sequence_equal.hpp48 typedef rxu::decay_t<Observable> source_type; typedef
57 values(source_type s, other_source_type t, predicate_type pred, coordination_type sf) in values()
65 source_type source;
73 sequence_equal(source_type s, other_source_type t, predicate_type pred, coordination_type sf) in sequence_equal()
Drx-merge.hpp74 typedef rxu::decay_t<Observable> source_type; typedef
76 typedef typename source_type::source_operator_type source_operator_type;
94 merge(const source_type& o, coordination_type sf) in merge()
Drx-amb.hpp70 typedef rxu::decay_t<Observable> source_type; typedef
72 typedef typename source_type::source_operator_type source_operator_type;
90 amb(const source_type& o, coordination_type sf) in amb()
Drx-concat.hpp69 typedef rxu::decay_t<Observable> source_type; typedef
74 typedef typename source_type::source_operator_type source_operator_type;
90 concat(const source_type& o, coordination_type sf) in concat()
/external/ImageMagick/MagickCore/
Dprofile.c431 const cmsHPROFILE source_profile,const cmsUInt32Number source_type, in AcquireTransformThreadSet() argument
454 source_profile,source_type,target_profile,target_type,intent,flags); in AcquireTransformThreadSet()
921 source_type, in ProfileImage() local
970 source_type=(cmsUInt32Number) TYPE_CMYK_DBL; in ProfileImage()
973 source_type=(cmsUInt32Number) TYPE_CMYK_16; in ProfileImage()
982 source_type=(cmsUInt32Number) TYPE_GRAY_DBL; in ProfileImage()
984 source_type=(cmsUInt32Number) TYPE_GRAY_16; in ProfileImage()
992 source_type=(cmsUInt32Number) TYPE_Lab_DBL; in ProfileImage()
995 source_type=(cmsUInt32Number) TYPE_Lab_16; in ProfileImage()
1003 source_type=(cmsUInt32Number) TYPE_YUV_16; in ProfileImage()
[all …]
/external/selinux/checkpolicy/
Dcheckpolicy.c178 if (k->source_type < c->key.source_type) in insert_type_rule()
180 if (k->source_type == c->key.source_type && in insert_type_rule()
183 if (k->source_type == c->key.source_type && in insert_type_rule()
212 if (insert_type_rule(k, d, &type_rules[k->source_type - 1])) in create_type_rules()
260 if (l2->key.source_type == (j + 1)) { in identify_equiv_types()
261 if (l1->key.source_type != (i + 1)) in identify_equiv_types()
264 if (l1->key.source_type != in identify_equiv_types()
265 l2->key.source_type) in identify_equiv_types()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-predef.hpp272 using source_type = rxu::decay_t<Source>; typedef
282 using type = decltype(check<function_type, source_type>(0));
284 … const bool value = !std::is_same<type, tag_not_valid>::value && is_observable<source_type>::value;

123