HomeSort by relevance Sort by last modified time
    Searched refs:TypeAttribute (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
typeattr.py 38 if isinstance(name, TypeAttribute):
47 return TypeAttribute(qpol_policy, qpol_symbol)
70 if isinstance(name, (Type, TypeAttribute)):
80 return TypeAttribute(qpol_policy, qpol_symbol)
144 class TypeAttribute(BaseType):
  /external/emma/ant/ant14/com/vladium/emma/report/
IReportEnums.java 24 final class TypeAttribute extends EnumeratedAttribute
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 119 """Iterate over all of the TypeAttribute children of this Interface."""
120 return filter(lambda x: isinstance(x, TypeAttribute), walktree(self))
352 class TypeAttribute(Leaf):
353 """SElinux typeattribute statement.
355 This class represents a typeattribute statement.
363 return "typeattribute %s %s;" % (self.type, self.attributes.to_comma_str())
refparser.py 94 'TYPEATTRIBUTE',
160 'typeattribute' : 'TYPEATTRIBUTE',
859 '''typeattribute_def : TYPEATTRIBUTE IDENTIFIER comma_list SEMI'''
860 t = refpolicy.TypeAttribute()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 119 """Iterate over all of the TypeAttribute children of this Interface."""
120 return filter(lambda x: isinstance(x, TypeAttribute), walktree(self))
352 class TypeAttribute(Leaf):
353 """SElinux typeattribute statement.
355 This class represents a typeattribute statement.
363 return "typeattribute %s %s;" % (self.type, self.attributes.to_comma_str())
refparser.py 94 'TYPEATTRIBUTE',
160 'typeattribute' : 'TYPEATTRIBUTE',
859 '''typeattribute_def : TYPEATTRIBUTE IDENTIFIER comma_list SEMI'''
860 t = refpolicy.TypeAttribute()
  /external/emma/lib/
emma_ant.jar 
  /prebuilts/devtools/tools/lib/
emma_ant.jar 

Completed in 279 milliseconds