HomeSort by relevance Sort by last modified time
    Searched refs:source_type (Results 1 - 25 of 42) sorted by null

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
conversion_traits.hpp 27 typedef typename base_::source_type source_type; typedef in struct:boost::numeric::conversion_traits
converter_policies.hpp 31 typedef S source_type ; typedef in struct:boost::numeric::Trunc
35 static source_type nearbyint ( argument_type s )
53 typedef S source_type ; typedef in struct:boost::numeric::Floor
57 static source_type nearbyint ( argument_type s )
72 typedef S source_type ; typedef in struct:boost::numeric::Ceil
76 static source_type nearbyint ( argument_type s )
91 typedef S source_type ; typedef in struct:boost::numeric::RoundEven
95 static source_type nearbyint ( argument_type s )
converter.hpp 25 class Float2IntRounder = Trunc< BOOST_DEDUCED_TYPENAME Traits::source_type> ,
  /system/sepolicy/tools/sepolicy-analyze/
dups.c 27 if (k->source_type == k->target_type)
33 sattr = &policydb->type_attr_map[k->source_type - 1];
35 stype = policydb->type_val_to_struct[k->source_type - 1];
44 avkey.source_type = i + 1;
46 if (avkey.source_type == k->source_type &&
49 if (avkey.source_type == avkey.target_type)
51 stype2 = policydb->type_val_to_struct[avkey.source_type - 1];
typecmp.c 21 if (k->source_type < c->key.source_type)
23 if (k->source_type == c->key.source_type &&
26 if (k->source_type == c->key.source_type &&
33 k->source_type == c->key.source_type &&
67 key.source_type = 0;
68 if (k->source_type == k->target_type)
    [all...]
utils.c 15 policydb->p_type_val_to_name[key->source_type
16 ? key->source_type - 1 : idx],
17 key->target_type == key->source_type ? "self" :
  /external/selinux/libsepol/src/
avtab.c 78 mix(keyp->source_type);
148 if (key->source_type == cur->key.source_type &&
157 if (key->source_type < cur->key.source_type)
159 if (key->source_type == cur->key.source_type &&
162 if (key->source_type == cur->key.source_type &&
192 if (key->source_type == cur->key.source_type &
    [all...]
assertion.c 166 tmp_key.source_type = i + 1;
236 &p->attr_type_map[k->source_type - 1]);
244 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type - 1]);
346 tmp_key.source_type = i + 1;
396 &p->attr_type_map[k->source_type - 1]);
404 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1],
464 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]);
475 rc = ebitmap_and(&match, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type - 1] );
hierarchy.c 113 avtab_key.source_type = parent;
129 avtab_key.source_type = i + 1;
150 n->key.source_type, n->key.target_type,
175 a->parent, k->source_type, k->target_type,
285 new->key.source_type = src;
312 avtab_key.source_type = parent;
337 avtab_key.source_type = i + 1;
338 if (avtab_key.source_type == child) {
347 avtab_key.source_type = td->bounds;
378 child, parent, key->source_type,
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 42 typedef S source_type ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl
67 typedef N source_type ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
83 typedef typename remove_cv<S>::type source_type ; typedef in struct:boost::numeric::convdetail::get_conversion_traits
85 typedef typename is_same<target_type,source_type>::type is_trivial ;
88 typedef non_trivial_traits_impl<target_type,source_type> non_trivial_imp ;
converter.hpp 100 typedef typename Traits::source_type S ;
114 typedef typename Traits::source_type S ;
129 typedef typename Traits::source_type S ;
145 typedef typename Traits::source_type S ;
161 typedef typename Traits::source_type S ;
177 typedef typename Traits::source_type S ;
193 typedef typename Traits::source_type S ;
331 typedef typename Traits::source_type S ;
460 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::trivial_converter_impl
487 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::rounding_converter
515 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::non_rounding_converter
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
gpu_timeline_unittest.py 90 for source_type in ('cpu', 'gpu'):
92 gpu_timeline.TimelineName(tracked_name, source_type, 'max'),
95 gpu_timeline.TimelineName(tracked_name, source_type, 'mean'),
98 gpu_timeline.TimelineName(tracked_name, source_type, 'stddev'),
113 for name, source_type in (('swap', None), ('total', 'cpu')):
115 gpu_timeline.TimelineName(name, source_type, 'max'), 'ms', 10)
117 gpu_timeline.TimelineName(name, source_type, 'mean'), 'ms', 10)
119 gpu_timeline.TimelineName(name, source_type, 'stddev'), 'ms', 0)
166 for name, source_type in (('swap', None),
170 gpu_timeline.TimelineName(name, source_type, 'max'), 'ms', 20
    [all...]
gpu_timeline.py 51 def TimelineName(name, source_type, value_type):
56 source_type: One of "cpu", "gpu" or None. None is only used for total times.
59 if source_type:
60 return '%s_%s_%s_time' % (name, value_type, source_type)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
event.py 28 self.source_type = None
42 self.source_type = value
__init__.py     [all...]
  /external/skia/src/utils/
SkTFitsIn.h 36 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_False
47 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD
59 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero
70 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD
84 typedef typename OutOfRange_Low::source_type source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_Either
85 static bool apply(source_type s) {
99 typedef SkTOutOfRange_False<typename OutOfRange_Low::source_type> Neither;
  /system/sepolicy/tools/
sepolicy-check.c 63 int expand_and_check(int s_op, uint32_t source_type,
86 match &= check(s_op, source_type, cur->key.source_type);
128 key.source_type = key.target_type = key.target_class = 0;
167 key.source_type = src->s.value;
174 match = expand_and_check(s_op, key.source_type,
182 return expand_and_check(s_op, key.source_type,
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocaml.swg 35 SWIG_Cast (void *source, swig_type_info *source_type,
46 source_type ? source_type->str : "<none>",
49 if (dest_type != source_type) {
55 if( !dest_type || !source_type ||
57 !strcmp(source_type->name,"_p_void") ) {
62 SWIG_TypeCheckStruct(source_type, dest_type );
  /external/valgrind/none/tests/s390x/
fpconv.c 61 #define F2I(insn, initial, source_type, target_type) \
64 source_type source = initial; \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mlsrule.py 78 return typeattr.type_or_attr_factory(self.policy, self.qpol_symbol.source_type(self.policy))
  /external/selinux/checkpolicy/
checkpolicy.c 172 if (k->source_type < c->key.source_type)
174 if (k->source_type == c->key.source_type &&
177 if (k->source_type == c->key.source_type &&
206 if (insert_type_rule(k, d, &type_rules[k->source_type - 1]))
254 if (l2->key.source_type == (j + 1)) {
255 if (l1->key.source_type != (i + 1))
258 if (l1->key.source_type !
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
avtab.h 50 uint16_t source_type; member in struct:avtab_key
  /external/selinux/policycoreutils/sepolgen-ifgen/
sepolgen-ifgen-attr-helper.c 91 stype = p->p_type_val_to_name[key->source_type - 1];
115 if (key->source_type != cb_data->attr)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elasticache/
layer1.py     [all...]
  /external/selinux/checkpolicy/test/
dispol.c 66 stype = p->p_type_val_to_name[key->source_type - 1];
74 fprintf(fp, "%u %s : %s ", key->source_type, ttype, tclass);
76 fprintf(fp, "%u %u : %s ", key->source_type, key->target_type,

Completed in 498 milliseconds

1 2