Home
last modified time | relevance | path

Searched refs:source_type (Results 1 – 25 of 71) 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.c162 tmp_key.source_type = i + 1; in report_assertion_extended_permissions()
233 &p->attr_type_map[k->source_type - 1]); in report_assertion_avtab_matches()
245 …rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type… in report_assertion_avtab_matches()
341 tmp_key.source_type = i + 1; in check_assertion_extended_permissions_avtab()
393 &p->attr_type_map[k->source_type - 1]); in check_assertion_extended_permissions()
406 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], in check_assertion_extended_permissions()
462 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]); in check_assertion_avtab_match()
473 …rc = ebitmap_and(&match, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type -… in check_assertion_avtab_match()
Doptimize.c137 s_idx = entry->key.source_type - 1; in is_avrule_redundant()
146 key.source_type = i + 1; in is_avrule_redundant()
172 unsigned int s_idx = entry->key.source_type - 1; in is_avrule_with_attr()
188 s1 = e1->key.source_type - 1; in is_cond_rule_redundant()
196 s2 = e2->key.source_type - 1; in is_cond_rule_redundant()
Dhierarchy.c113 avtab_key.source_type = parent; in bounds_expand_rule()
136 n->key.source_type, n->key.target_type, in bounds_expand_cond_rules()
161 a->parent, k->source_type, k->target_type, in bounds_expand_rule_callback()
271 new->key.source_type = src; in bounds_add_bad()
298 avtab_key.source_type = parent; in bounds_check_rule()
338 child, parent, key->source_type, in bounds_check_cond_rules()
367 a->parent, k->source_type, k->target_type, in bounds_check_rule_callback()
447 p->p_type_val_to_name[cur->key.source_type - 1], in bounds_report()
/external/webrtc/modules/rtp_rtcp/source/
Dsource_tracker.h58 SourceKey(RtpSourceType source_type, uint32_t source) in SourceKey()
59 : source_type(source_type), source(source) {} in SourceKey()
62 RtpSourceType source_type; member
70 return (lhs.source_type == rhs.source_type) && (lhs.source == rhs.source); in operator()
76 return static_cast<size_t>(value.source_type) + in operator()
/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-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-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-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-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-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-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()
/external/webrtc/api/transport/rtp/
Drtp_source.h40 RtpSourceType source_type, in RtpSource() argument
45 source_type, in RtpSource()
51 RtpSourceType source_type, in RtpSource() argument
56 source_type_(source_type), in RtpSource()
74 RtpSourceType source_type() const { return source_type_; } in source_type() function
92 source_type_ == o.source_type() &&
/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/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbinline.py17 def source_type(filename): function
96 t = source_type(f)
136 if source_type(f)]
/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