HomeSort by relevance Sort by last modified time
    Searched refs:role (Results 76 - 100 of 681) sorted by null

1 2 34 5 6 7 8 91011>>

  /build/soong/cmd/soong_build/
writedocs.go 69 <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
73 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
75 <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse{{$collapseIndex}}" aria-expanded="false" aria-controls="collapse{{$collapseIndex}}">
81 <div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{$collapseIndex}}">
96 <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
101 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
103 <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse{{$collapseIndex}}" aria-expanded="false" aria-controls="collapse{{$collapseIndex}}">
109 <div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{$collapseIndex}}">
  /external/adhd/cras/src/server/
cras_bt_profile.h 23 const char *role; member in struct:cras_bt_profile
  /external/libtextclassifier/
tokenizer.h 52 // Finds the role and script for given codepoint. If not found, DEFAULT_ROLE
55 TokenizationCodepointRange_::Role* role,
  /external/selinux/libsepol/tests/policies/test-expander/
role-base.conf 416 # Role mapping test
418 role role_check_1;
419 role role_check_1 types role_check_1_1_t;
425 role system_r;
426 role user_r;
427 role sysadm_r;
428 role system_r types system_t;
429 role user_r types user_t;
430 role sysadm_r types system_t;
  /external/webrtc/webrtc/p2p/base/
transportdescription.h 69 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role);
70 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str);
83 ConnectionRole role,
90 connection_role(role),
transportchannelimpl.h 44 virtual void SetIceRole(IceRole role) = 0;
96 virtual bool SetSslRole(rtc::SSLRole role) = 0;
98 // Invoked when there is conflict in the ICE role between local and remote
  /external/autotest/site_utils/
server_manager_unittest.py 54 attrs={'role': server_models.ServerRole.ROLE.DRONE})
57 attrs={'role': server_models.ServerRole.ROLE.SCHEDULER})
117 server=mox.IgnoreArg(), role=server_models.ServerRole.ROLE.DRONE
121 role=server_models.ServerRole.ROLE.DRONE)
125 """Test manager can add a role to a repair_failed server successfully.
130 server_models.validate(role=server_models.ServerRole.ROLE.DEVSERVER
    [all...]
server_manager_utils.py 39 def warn_missing_role(role, exclude_server):
41 given role.
43 @param role: Name of the role.
44 @param exclude_server: Server to be excluded from search for role.
47 roles__role=role,
51 message = ('WARNING! There will be no server with role %s after it\'s '
53 'normally without any server in role %s.' %
54 (role, exclude_server.hostname, role))
    [all...]
  /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...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
ConfigurationMessage.java 31 * The client role component of the message.
36 OptionsMessage.ProtocolRole role) {
39 mClientRole = role;
  /external/selinux/libsemanage/src/
context_record.c 25 /* Role */
33 semanage_context_t * con, const char *role)
36 return sepol_context_set_role(handle->sepolh, con, role);
  /external/selinux/libsepol/src/
roles.c 10 /* Check if a role exists */
12 sepol_policydb_t * p, const char *role, int *response)
16 *response = (hashtab_search(policydb->p_roles.table, role) != NULL);
  /external/snakeyaml/src/test/java/examples/collections/
TypeSafeSetImplementationsTest.java 147 private String role; field in class:TypeSafeSetImplementationsTest.Developer
152 public Developer(String name, String role) {
154 this.role = role;
166 return role;
169 public void setRole(String role) {
170 this.role = role;
  /hardware/interfaces/media/omx/1.0/
IOmxStore.hal 149 * Information about nodes provided for a supported node role
153 * Standard OMX node role.
155 string role;
162 * Whether this role is for an encoder or a decoder.
166 * Whether to prefer platform nodes for this role.
170 * List of nodes that support this role, ordered by preference.
  /hardware/interfaces/usb/1.0/
types.hal 33 * error value returned when role string is unrecognized.
39 * Denotes the Port role type.
44 * Denotes the data role of the port.
51 * Denotes the power role of the port.
60 * Or a dual role ports which can either can as a host or
69 * Indicates that the port does not have a data role.
70 * In case of DRP, the current data role of the port is only resolved
91 * Indicates that the port does not have a power role.
92 * In case of DRP, the current power role of the port is only resolved
137 * Used as a container to send port role information
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 53 * MockFolder allows setting and retrieving role & name
59 public MyMockFolder(FolderRole role, String name) {
60 mRole = role;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
ext-device-manager.h 38 const char *role; member in struct:pa_ext_device_manager_role_priority_info
49 uint32_t n_role_priorities; /**< How many role priorities do we have? */
50 pa_ext_device_manager_role_priority_info *role_priorities; /**< An array of role priority structures or NULL */
93 /** Enable the role-based device-priority routing mode. \since 0.9.21 */
103 const char* role,
  /system/bt/bta/include/
bta_pan_api.h 58 const char* p_srv_name; /* service name for the PAN role */
60 tBTA_SEC sec_mask; /* security setting for the role */
66 tBTA_PAN_STATUS status; /* status of set role event */
67 tBTA_PAN_ROLE role; /* PAN roles successfully registered */ member in struct:__anon1631
82 tBTA_PAN_ROLE local_role; /* Local device PAN role for the connection */
83 tBTA_PAN_ROLE peer_role; /* Peer device PAN role for the connection */
148 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO* p_user_info,
  /system/bt/stack/include/
avct_api.h 68 /* Connection role. */
72 /* Control role. */
117 uint8_t role; /* Initiator/acceptor role */ member in struct:__anon2223
118 uint8_t control; /* Control role (Control/Target) */
163 * the p_cc->role parameter. When this function is called to
198 * the p_cc->role parameter. When this function is called to
209 extern uint16_t AVCT_CreateBrowse(uint8_t handle, uint8_t role);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
mixins.py 61 role The role to match in the context.
63 will be used on the role.
81 role = CriteriaDescriptor("role_regex", "lookup_role") variable in class:MatchContext
94 log.debug("Role: {0.role!r}, regex: {0.role_regex}".format(self))
104 obj An object with context attributes "user", "role",
114 if self.role and not match_regex(
115 context.role,
116 self.role,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
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...]
  /system/bt/stack/smp/
smp_br_main.cc 306 tSMP_BR_ENTRY_TBL entry_table = smp_br_entry_table[p_cb->role];
314 if (p_cb->role > HCI_ROLE_SLAVE) {
315 SMP_TRACE_ERROR("%s: invalid role %d", __func__, p_cb->role);
320 SMP_TRACE_DEBUG("SMP Role: %s State: [%s (%d)], Event: [%s (%d)]",
321 (p_cb->role == HCI_ROLE_SLAVE) ? "Slave" : "Master",
335 state_table = smp_br_state_table[curr_state][p_cb->role];
  /external/selinux/libsepol/tests/
test-common.c 188 role_datum_t *role; local
191 role = hashtab_search(decl->p_roles.table, id);
193 role = hashtab_search(p->p_roles.table, id);
195 if (!role)
196 printf("role %s can't be found! \n", id);
198 CU_ASSERT_FATAL(role != NULL);
200 ebitmap_for_each_bit(&role->types.types, tnode, i) {
217 printf("\nrole %s has %d types, %d expected\n", p->sym_val_to_name[SYM_ROLES][role->s.value - 1], found, len);
219 CU_ASSERT(role->types.negset.highbit == 0);
220 CU_ASSERT(role->types.flags == flags)
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
example_test.go 65 ur.user, ur.role
98 role int64
100 if err := rows.Scan(&id, &role); err != nil {
103 fmt.Printf("id %d has role %s\n", id, roleMap[role])
  /prebuilts/go/linux-x86/src/database/sql/
example_test.go 65 ur.user, ur.role
98 role int64
100 if err := rows.Scan(&id, &role); err != nil {
103 fmt.Printf("id %d has role %s\n", id, roleMap[role])

Completed in 993 milliseconds

1 2 34 5 6 7 8 91011>>