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

  /external/selinux/sepolgen/src/sepolgen/
lex.py 41 _INSTANCETYPE = (types.InstanceType, types.ObjectType)
43 _INSTANCETYPE = object
507 elif isinstance(module, _INSTANCETYPE):
538 if (module and isinstance(module,_INSTANCETYPE)):
    [all...]
yacc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 41 _INSTANCETYPE = (types.InstanceType, types.ObjectType)
43 _INSTANCETYPE = object
507 elif isinstance(module, _INSTANCETYPE):
538 if (module and isinstance(module,_INSTANCETYPE)):
    [all...]
yacc.py     [all...]

Completed in 164 milliseconds