Searched defs:source_type (Results 1 - 4 of 4) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Davtab.h50 uint16_t source_type; member in struct:avtab_key
H A Dpolicydb.h218 uint32_t source_type; member in struct:range_trans
/external/sepolicy/tools/
H A Dsepolicy-check.c63 int expand_and_check(int s_op, uint32_t source_type, argument
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,
/external/skia/src/utils/
H A DSkTFitsIn.h28 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;

Completed in 926 milliseconds