Searched refs:SRC_TYPE (Results 1 - 6 of 6) sorted by relevance

/external/selinux/python/sepolgen/tests/
H A Dtest_interfaces.py34 self.assertEqual(p.type, refpolicy.SRC_TYPE)
49 self.assertEqual(p.type, refpolicy.SRC_TYPE)
59 self.assertEqual(p.type, refpolicy.SRC_TYPE)
69 self.assertEqual(p.type, refpolicy.SRC_TYPE)
220 self.assertEqual(param.type, refpolicy.SRC_TYPE)
/external/selinux/python/sepolgen/src/sepolgen/
H A Dinterfaces.py40 self.type = refpolicy.SRC_TYPE
70 if (type == refpolicy.SRC_TYPE or type == refpolicy.TGT_TYPE) and \
71 (p.type == refpolicy.TGT_TYPE or p.type == refpolicy.SRC_TYPE):
84 # "Promote" to a SRC_TYPE as this is the likely usage.
88 p.type = refpolicy.SRC_TYPE
117 a SRC_TYPE. In general an interface will look like this:
123 This is simple to figure out - $1 is a SRC_TYPE. A few interfaces
136 and therefore should be returned as a SRC_TYPE.
145 if __param_insert(av.src_type, refpolicy.SRC_TYPE, av, params) == 1:
177 if extract_from_set(rule.src_types, refpolicy.SRC_TYPE)
[all...]
H A Dpolicygen.py290 if params[i].type == refpolicy.SRC_TYPE:
329 if params[i].type not in [refpolicy.SRC_TYPE, refpolicy.TGT_TYPE,
H A Drefpolicy.py38 SRC_TYPE = 0 variable
47 str_to_field = { "source" : SRC_TYPE, "target" : TGT_TYPE, "object" : OBJ_CLASS,
/external/mesa3d/src/mesa/main/
H A Dpack_tmp.h28 SRC_TYPE rgba[][4],
H A Dpack.c467 #define SRC_TYPE GLuint macro
517 #undef SRC_TYPE macro
861 #define SRC_TYPE GLint macro
903 #undef SRC_TYPE macro

Completed in 2483 milliseconds