HomeSort by relevance Sort by last modified time
    Searched refs:source_type (Results 1 - 25 of 35) 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> ,
  /external/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);
143 if (key->source_type == cur->key.source_type &&
151 if (key->source_type < cur->key.source_type)
153 if (key->source_type == cur->key.source_type &&
156 if (key->source_type == cur->key.source_type &&
186 if (key->source_type == cur->key.source_type &
    [all...]
hierarchy.c 171 s = a->p->type_val_to_struct[k->source_type - 1];
179 key.source_type = t1->s.value;
198 key.source_type = k->source_type;
213 key.source_type = t1->s.value;
236 a->p->p_type_val_to_name[k->source_type - 1],
assertion.c 73 avkey.source_type = stype + 1;
expand.c     [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/skia/src/utils/
SkTFitsIn.h 28 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_False
39 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD
51 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero
62 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD
76 typedef typename OutOfRange_Low::source_type source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_Either
77 static bool apply(source_type s) {
91 typedef SkTOutOfRange_False<typename OutOfRange_Low::source_type> Neither;
  /external/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/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mlsrule.py 52 return typeattr.type_or_attr_factory(self.policy, self.qpol_symbol.source_type(self.policy))
terule.py 52 return typeattr.type_or_attr_factory(self.policy, self.qpol_symbol.source_type(self.policy))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
mlsrule.py 52 return typeattr.type_or_attr_factory(self.policy, self.qpol_symbol.source_type(self.policy))
terule.py 52 return typeattr.type_or_attr_factory(self.policy, self.qpol_symbol.source_type(self.policy))
  /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; \
  /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/selinux/checkpolicy/test/
dispol.c 116 stype = p->p_type_val_to_name[key->source_type - 1];
124 fprintf(fp, "%u %s : %s ", key->source_type, ttype, tclass);
126 fprintf(fp, "%u %u : %s ", key->source_type, key->target_type,
  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 198 ClangASTType source_type);

Completed in 703 milliseconds

1 2