HomeSort by relevance Sort by last modified time
    Searched defs:Role (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
role.py 26 """Factory function for creating Role objects."""
28 if isinstance(name, Role):
32 return Role(qpol_policy, name)
35 return Role(qpol_policy, qpol.qpol_role_t(qpol_policy, str(name)))
37 raise exception.InvalidRole("{0} is not a valid role".format(name))
42 """Role/role attribute base class."""
51 class Role(BaseRole):
53 """A role."""
60 """Generator which yields the role's set of types.""
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Hsti.h 37 // The role of the publisher of this interface. Reference platform designers
42 // need to publish this interface with a role of Implementer.
44 UINT32 Role;
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapFault12.java 46 public Node Role;
85 } else if (name.equals("Role")) {
86 this.Role = new Node();
87 this.Role.parse(parser);
120 if (this.Role != null) {
121 xw.startTag(SoapEnvelope.ENV2003, "Role");
122 this.Role.write(xw);
123 xw.endTag(SoapEnvelope.ENV2003, "Role");
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiDxe.c 18 This API will return the HSTI table with indicated Role and ImplementationID,
19 NULL ImplementationID means to find the first HSTI table with indicated Role.
21 @param Role Role of HSTI data.
23 NULL means find the first one match Role.
30 @return NULL There is not HSTI table with the Role and ImplementationID published in system.
34 IN UINT32 Role,
104 // Check HSTI Role
118 if ((Hsti->Role == Role) &&
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 283 class Role : public Temp<N> {
289 void foo(Role<N, test13::Foo> &role) {
290 (void) role.x;
  /frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
MediaCodecsXmlParser.h 82 * Properties of a role (for IOmxStore)
90 typedef std::pair<std::string, RoleProperties> Role;
150 // Role map
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 42 ROLE = 4
46 field_to_str = ["source", "target", "object", "permission", "role", "destination" ]
48 "permission" : PERMS, "role" : ROLE, "destination" : DEST_TYPE }
130 return filter(lambda x: isinstance(x, Role), walktree(self))
273 self.role = ""
283 'user:role:type:level'.
292 self.role = fields[1]
307 self.role == other.role and
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 42 ROLE = 4
46 field_to_str = ["source", "target", "object", "permission", "role", "destination" ]
48 "permission" : PERMS, "role" : ROLE, "destination" : DEST_TYPE }
130 return filter(lambda x: isinstance(x, Role), walktree(self))
273 self.role = ""
283 'user:role:type:level'.
292 self.role = fields[1]
307 self.role == other.role and
    [all...]
  /external/clang/lib/Format/
FormatToken.h 195 /// \brief A token can have a special role that can carry extra information
197 std::unique_ptr<TokenRole> Role;
488 /// \brief Apply the special formatting that the given role demands.
490 /// Assumes that the token having this role is already formatted.
508 /// \brief Notifies the \c Role that a comma was found.
  /external/clang/lib/Lex/
ModuleMap.cpp 215 // Check for consistency between the module header role
778 static Module::HeaderKind headerRoleToKind(ModuleMap::ModuleHeaderRole Role) {
779 switch ((int)Role) {
780 default: llvm_unreachable("unknown header role");
793 ModuleHeaderRole Role, bool Imported) {
794 KnownHeader KH(Mod, Role);
805 Mod->Headers[headerRoleToKind(Role)].push_back(std::move(Header));
812 HeaderInfo.MarkFileModuleHeader(Header.Entry, Role,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 221 const WCHAR *Role;
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
uast-162.2228.14.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/
aws-java-sdk-iam-1.11.18.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/162.2228.14/
uast-162.2228.14.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.4/
uast-145.597.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 
uast-162.2228.14.jar 

Completed in 734 milliseconds

1 2