/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/ |
instance_group.py | 23 def __init__(self, num_instances, role, type, market, name, bidprice=None): 25 self.role = role 36 return '%s.%s(name=%r, num_instances=%r, role=%r, type=%r, market = %r, bidprice = %r)' % ( 38 self.name, self.num_instances, self.role, self.type, self.market, 41 return '%s.%s(name=%r, num_instances=%r, role=%r, type=%r, market = %r)' % ( 43 self.name, self.num_instances, self.role, self.type, self.market)
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/ |
LocationInformationBox.java | 18 private int role; field in class:LocationInformationBox 46 return role; 49 public void setRole(int role) { 50 this.role = role; 102 role = IsoTypeReader.readUInt8(content); 117 IsoTypeWriter.writeUInt8(byteBuffer, role);
|
/external/selinux/libselinux/utils/ |
getdefaultcon.c | 23 char *user = NULL, *level = NULL, *role=NULL, *seuser=NULL, *dlevel=NULL; local 34 role = strdup(optarg); 70 if (role != NULL && role[0]) 71 ret=get_default_context_with_rolelevel(seuser, role, level,cur_context,&usercon); 79 printf("%s: %s from %s %s %s %s -> %s\n", argv[0], user, cur_context, seuser, role, level, usercon); 85 free(role);
|
/external/selinux/libsemanage/src/ |
user_base_record.c | 105 /* Role management */ 114 const char *role) 117 return sepol_user_add_role(handle->sepolh, user, role); 121 const char *role) 124 sepol_user_del_role(user, role); 128 const char *role) 131 return sepol_user_has_role(user, role);
|
/external/selinux/libsepol/include/sepol/policydb/ |
context.h | 29 * identity, a role, a type and a MLS range. 33 uint32_t role; member in struct:context_struct 77 dst->role = src->role; 87 c->user = c->role = c->type = 0; 94 (c1->role == c2->role) &&
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
context.py | 23 from . import role 43 return "{0.user}:{0.role}:{0.type_}:{0.range_}".format(self) 45 return "{0.user}:{0.role}:{0.type_}".format(self) 53 def role(self): member in class:Context 54 """The role portion of the context.""" 55 return role.role_factory(self.policy, self.qpol_symbol.role(self.policy))
|
rbacrule.py | 24 from . import role 73 """A role allow rule.""" 85 """The rule's source role.""" 86 return role.role_factory(self.policy, self.qpol_symbol.source_role(self.policy)) 90 """The rule's target role.""" 91 return role.role_factory(self.policy, self.qpol_symbol.target_role(self.policy)) 96 raise exception.RuleUseError("Role allow rules do not have an object class.") 100 """The rule's default role.""" 101 raise exception.RuleUseError("Role allow rules do not have a default role." [all...] |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/ |
commons-codec-1.10.pom | 124 <role>hex</role>
125 <role>md5</role>
126 <role>architecture</role>
132 <role>Representing xml-rpc</role>
138 <role>Representing http-client</role>
[all...] |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/ |
commons-codec-1.9.pom | 121 <role>hex</role>
122 <role>md5</role>
123 <role>architecture</role>
129 <role>Representing xml-rpc</role>
135 <role>Representing http-client</role>
[all...] |
/prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/ |
commons-lang-2.6.pom | 60 <role>Java Developer</role>
70 <role>Java Developer</role>
79 <role>Java Developer</role>
88 <role>Java Developer</role>
98 <role>Java Developer</role>
[all...] |
/prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/ |
commons-codec-1.10.pom | 124 <role>hex</role>
125 <role>md5</role>
126 <role>architecture</role>
132 <role>Representing xml-rpc</role>
138 <role>Representing http-client</role>
[all...] |
/external/selinux/policycoreutils/newrole/ |
newrole.1 | 3 newrole \- run a shell with a new SELinux role 6 [\fB-r\fR|\fB--role\fR] 21 .B --role 22 option is specified, then the new context will have the role specified by 31 If a role is specified, but no type is specified, the default type is derived 32 from the specified role. If the 74 Changing role: 97 Running a program in a given role or level:
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-parent/5/ |
maven-parent-5.pom | 88 <role>PMC Chair</role> 98 <role>PMC Member</role> 108 <role>PMC Member</role> 118 <role>PMC Member</role> 128 <role>PMC Member</role> [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/5/ |
maven-parent-5.pom | 88 <role>PMC Chair</role> 98 <role>PMC Member</role> 108 <role>PMC Member</role> 118 <role>PMC Member</role> 128 <role>PMC Member</role> [all...] |
/frameworks/base/core/java/android/hardware/usb/ |
UsbPort.java | 66 * Power role: This USB port can act as a source (provide power). 71 * Power role: This USB port can act as a sink (receive power). 76 * Data role: This USB port can act as a host (access data services). 81 * Data role: This USB port can act as a device (offer data services). 116 * Combines one power and one data role together into a unique value with 121 * @param powerRole The desired power role: {@link UsbPort#POWER_ROLE_SOURCE} 122 * or {@link UsbPort#POWER_ROLE_SINK}, or 0 if no power role. 123 * @param dataRole The desired data role: {@link UsbPort#DATA_ROLE_HOST} 124 * or {@link UsbPort#DATA_ROLE_DEVICE}, or 0 if no data role. 150 public static String powerRoleToString(int role) { [all...] |
UsbPortStatus.java | 65 * Gets the current power role of the port. 67 * @return The current power role: {@link UsbPort#POWER_ROLE_SOURCE}, 75 * Gets the current data role of the port. 77 * @return The current data role: {@link UsbPort#DATA_ROLE_HOST}, 85 * Returns true if the specified power and data role combination is supported 88 * @param powerRole The power role to check: {@link UsbPort#POWER_ROLE_SOURCE} 89 * or {@link UsbPort#POWER_ROLE_SINK}, or 0 if no power role. 90 * @param dataRole The data role to check: either {@link UsbPort#DATA_ROLE_HOST} 91 * or {@link UsbPort#DATA_ROLE_DEVICE}, or 0 if no data role.
|
/external/autotest/server/site_tests/firmware_PDDataSwap/ |
firmware_PDDataSwap.py | 16 Servo based USB PD data role swap test 18 Pass critera is all data role swaps complete, or 29 # Upward facing port data role 31 # Downward facing port data role 97 """Get data role of PD connection 104 role = console.get_pd_role(port) 105 m = re.search('[\w]+-([\w]+)', role) 109 """Invert data role 111 @param local_role: data role to be flipped 113 @returns: flipped data role valu [all...] |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/ |
commons-codec-1.6.pom | 111 <role>hex</role>
112 <role>md5</role>
113 <role>architecture</role>
119 <role>Representing xml-rpc</role>
125 <role>Representing http-client</role>
[all...] |
/external/autotest/server/site_tests/firmware_PDPowerSwap/ |
firmware_PDPowerSwap.py | 15 Servo based USB PD power role swap test. 17 Pass critera is all power role swaps are successful if the DUT 28 # Source power role 30 # Sink power role 36 @returns True if Plankton power role is source, false otherwise 43 # Current Plankton power role should be source 50 a pd power role swap request message. This allows the 67 """Perform a power role swap request 69 Initiate a power role swap request on either the DUT or 71 role swap is then verified to have taken place [all...] |
/system/bt/stack/pan/ |
pan_api.c | 46 ** should set the PAN role explicitly. 115 ** profile role. This should be called after PAN_Register. 116 ** This can be called any time to change the PAN role 118 ** Parameters: role - is bit map of roles to be active 119 ** PAN_ROLE_CLIENT is for PANU role 120 ** PAN_ROLE_GN_SERVER is for GN role 121 ** PAN_ROLE_NAP_SERVER is for NAP role 125 ** p_user_name - Service name for PANU role 126 ** p_gn_name - Service name for GN role 127 ** p_nap_name - Service name for NAP role [all...] |
/external/snakeyaml/src/test/java/examples/collections/ |
TypeSafeListNoGerericsTest.java | 64 assertEquals("creator", fred.get("role")); 104 private String role; field in class:TypeSafeListNoGerericsTest.Developer 109 public Developer(String name, String role) { 111 this.role = role; 123 return role; 126 public void setRole(String role) { 127 this.role = role;
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/ |
maven-site-plugin-3.3.pom | 27 <role>Japanese translator</role>
34 <role>German translator</role>
41 <role>German translator</role>
48 <role>Polish translator</role>
55 <role>Brazilian Portuguese translator</role>
[all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/ |
maven-site-plugin-3.3.pom | 27 <role>Japanese translator</role>
34 <role>German translator</role>
41 <role>German translator</role>
48 <role>Polish translator</role>
55 <role>Brazilian Portuguese translator</role>
[all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/ |
test_connection.py | 52 <Arn>arn:role</Arn> 70 response = self.service_connection.assume_role('arn:role', 'mysession') 73 'RoleArn': 'arn:role', 79 self.assertEqual(response.user.arn, 'arn:role') 85 'arn:role', 92 'RoleArn': 'arn:role', 100 self.assertEqual(response.user.arn, 'arn:role') 119 arn:aws:sts::000240903217:assumed-role/FederatedWebIdentityRole/app1 147 arn = 'arn:aws:iam::000240903217:role/FederatedWebIdentityRole' 180 'arn:aws:sts::000240903217:assumed-role/FederatedWebIdentityRole/app1 [all...] |
/external/skia/tools/ |
builder_name_schema.py | 73 for role in BUILDER_ROLES: 74 assert role in BUILDER_NAME_SCHEMA 80 def MakeBuilderName(role, extra_config=None, is_trybot=False, **kwargs): 81 schema = BUILDER_NAME_SCHEMA.get(role) 83 raise ValueError('%s is not a recognized role.' % role) 92 name_parts = [role] 107 - A valid builder role, as defined in the JSON file 108 - All properties listed in the JSON file for that role 115 schema = BUILDER_NAME_SCHEMA.get(obj.role) [all...] |