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

  /external/selinux/python/semanage/
seobject.py 1044 valid_types = list(list(sepolicy.info(sepolicy.ATTRIBUTE, "port_type"))[0]["types"]) variable in class:portRecords
1046 valid_types = [] variable in class:portRecords
1319 valid_types = sorted(str(t) for t in q.results()) variable in class:ibpkeyRecords
1321 valid_types = [] variable in class:ibpkeyRecords
1572 valid_types = set(str(t) for t in q.results()) variable in class:ibendportRecords
1574 valid_types = [] variable in class:ibendportRecords
1808 valid_types = list(list(sepolicy.info(sepolicy.ATTRIBUTE, "node_type"))[0]["types"]) variable in class:nodeRecords
1810 valid_types = [] variable in class:nodeRecords
2239 valid_types = list(list(sepolicy.info(sepolicy.ATTRIBUTE, "file_type"))[0]["types"]) variable in class:fcontextRecords
2243 valid_types = [] variable in class:fcontextRecords
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessBuffersTests.cpp 2779 static const glw::GLenum valid_types[] = { GL_RED, GL_RG, local
3063 static const glw::GLenum valid_types[] = { GL_RED, GL_RG, local
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 311 valid_types = set([ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW])
313 if setype not in valid_types:
314 raise ValueError("Type has to be in %s" % " ".join(valid_types))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /external/python/cpython2/Lib/test/
test_support.py     [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]
  /external/python/cpython3/Tools/clinic/
clinic.py     [all...]

Completed in 557 milliseconds