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

1 2 3 4

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.cc 74 // If we are the initiator set role to "actpass".
129 // Setting DTLS role to active.
130 ConnectionRole role = (options.prefer_passive_role) ? local
133 if (!SetSecurityInfo(desc.get(), role)) {
148 TransportDescription* desc, ConnectionRole role) const {
171 // Assign security role.
172 desc->connection_role = role;
  /external/libsepol/tests/
test-linker-roles.c 33 * - role in appropriate symtab (global and decl)
38 * - role in base, no modules
39 * - role in base optional, no modules
40 * - role a in base, b in module
41 * - role a in base and module (additive)
42 * - role a in base and 2 module
43 * - role a in base optional, b in module
44 * - role a in base, b in module optional
45 * - role a in base optional, b in module optional
46 * - role a in base optional and modul
73 role_datum_t *role; local
102 role_datum_t *role; local
    [all...]
test-common.c 189 role_datum_t *role; local
192 role = hashtab_search(decl->p_roles.table, id);
194 role = hashtab_search(p->p_roles.table, id);
196 if (!role)
197 printf("role %s can't be found! \n", id);
199 CU_ASSERT_FATAL(role != NULL);
201 ebitmap_for_each_bit(&role->types.types, tnode, i) {
218 printf("\nrole %s has %d types, %d expected\n", p->sym_val_to_name[SYM_ROLES][role->s.value - 1], found, len);
220 CU_ASSERT(role->types.negset.highbit == 0);
221 CU_ASSERT(role->types.flags == flags)
    [all...]
  /external/chromium_org/third_party/libxml/src/
xlink.c 124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
  /external/chromium_org/ui/accessibility/
ax_node_data.h 47 AXRole role; member in struct:ui::AXNodeData
ax_view_state.h 38 // The view's role, like button or list box.
39 AXRole role; member in struct:ui::AXViewState
  /external/libsepol/include/sepol/policydb/
context.h 28 * identity, a role, a type and a MLS range.
32 uint32_t role; member in struct:context_struct
76 dst->role = src->role;
86 c->user = c->role = c->type = 0;
93 (c1->role == c2->role) &&
  /external/libxml2/
xlink.c 124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 24 // Species the role of the object within the profile. SYMMETRIC should be
44 // Role.
45 enum ProfileRole role; member in struct:chromeos::BluetoothProfileManagerClient::Options
  /external/libsepol/src/
context.c 37 role_datum_t *role; local
44 if (!c->role || c->role > p->p_roles.nprim)
53 if (c->role != OBJECT_R_VAL) {
55 * Role must be authorized for the type.
57 role = p->role_val_to_struct[c->role - 1];
58 if (!ebitmap_get_bit(&role->cache, c->type - 1))
59 /* role may not be associated with type */
63 * User must be authorized for the role
156 char *role = strdup(sepol_context_get_role(record)); local
    [all...]
context_record.c 14 /* Selinux role */
15 char *role; member in struct:sepol_context
51 /* Role */
55 return con->role;
61 sepol_context_t * con, const char *role)
64 char *tmp_role = strdup(role);
67 "context role to %s", role);
70 free(con->role);
71 con->role = tmp_role
    [all...]
users.c 37 char *role = policydb->p_role_val_to_name[bit]; local
38 if (sepol_user_add_role(handle, tmp_record, role) < 0)
157 /* For every role */
160 /* Search for the role */
164 ERR(handle, "undefined role %s for user %s",
169 /* Set the role and every role it dominates */
264 ERR(handle, "unable to expand role set");
  /external/bluetooth/bluedroid/bta/include/
bta_pan_api.h 62 char *p_srv_name; /* service name for the PAN role */
64 tBTA_SEC sec_mask; /* security setting for the role */
72 tBTA_PAN_STATUS status; /* status of set role event */
73 tBTA_PAN_ROLE role; /* PAN roles successfully registered */ member in struct:__anon5538
91 tBTA_PAN_ROLE local_role; /* Local device PAN role for the connection */
92 tBTA_PAN_ROLE peer_role; /* Peer device PAN role for the connection */
163 BTA_API void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_info,
  /external/chromium_org/media/audio/win/
core_audio_util_win_unittest.cc 69 ERole role; member in struct:media::__anon13175
79 // Create default devices for all flow/role combinations above.
83 CoreAudioUtil::CreateDefaultDevice(data[i].flow, data[i].role);
124 ERole role; member in struct:media::__anon13176
132 // Get name and ID of default devices for all flow/role combinations above.
137 CoreAudioUtil::CreateDefaultDevice(data[i].flow, data[i].role);
  /external/bluetooth/bluedroid/stack/include/
avct_api.h 65 /* Connection role. */
69 /* Control role. */
115 UINT8 role; /* Initiator/acceptor role */ member in struct:__anon5930
116 UINT8 control; /* Control role (Control/Target) */
165 ** the p_cc->role parameter. When this function is called to
199 ** the p_cc->role parameter. When this function is called to
209 AVCT_API extern UINT16 AVCT_CreateBrowse(UINT8 handle, UINT8 role);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 168 L2CAP_TRACE_WARNING ("%s - BD_ADDR %08x%04x not LE (link role %d)", __FUNCTION__,
189 ** Description This function returns the connection role.
191 ** Returns link role.
196 UINT8 role = HCI_ROLE_UNKNOWN; local
201 role = p_lcb->link_role;
203 return role;
442 void l2cble_conn_comp(UINT16 handle, UINT8 role, BD_ADDR bda, tBLE_ADDR_TYPE type,
445 if (role == HCI_ROLE_MASTER)
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_int.h 31 ** This role is used to shutdown the profile. Used internally
72 UINT8 role; member in struct:__anon6312
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 36 // Convenience method to get the internal, cross-platform role
91 // A string indicating the role of this object as far as accessibility
93 @property(nonatomic, readonly) NSString* role; variable
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.cc 240 pairing::message::OptionsMessage::ProtocolRole role = local
243 pairing::message::ConfigurationMessage message(encoding, role);
449 pairing::message::OptionsMessage::ProtocolRole role) {
450 switch (role) {
461 ProtobufWireAdapter::RoleFromProto(Options_RoleType role) {
462 switch (role) {
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
OptionsMessage.java 30 * Representation of a specific role type. The numeric values
46 for (ProtocolRole role : ProtocolRole.values()) {
47 if (role.getAsInt() == intVal) {
48 return role;
60 * The preferred protocol role of the sender.
132 ProtocolRole role; local
147 role = ProtocolRole.DISPLAY_DEVICE;
150 role = ProtocolRole.INPUT_DEVICE;
156 role = ProtocolRole.INPUT_DEVICE;
159 role = ProtocolRole.DISPLAY_DEVICE
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
ProtobufWireAdapter.java 400 private int toProto(OptionsMessage.ProtocolRole role) {
401 switch (role) {
516 OptionsMessage.ProtocolRole role = OptionsMessage.ProtocolRole.UNKNOWN; local
520 role = OptionsMessage.ProtocolRole.INPUT_DEVICE;
523 role = OptionsMessage.ProtocolRole.DISPLAY_DEVICE;
527 return new ConfigurationMessage(enc, role);
  /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/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 88 tBTA_PAN_ROLE role; member in struct:__anon5590
103 tBTA_PAN_ROLE local_role; /* local role */
104 tBTA_PAN_ROLE peer_role; /* peer role */
148 tBTA_PAN_ROLE local_role; /* local role */
149 tBTA_PAN_ROLE peer_role; /* peer role */
  /external/checkpolicy/test/
dismod.c 416 char *user, *role, *type; local
421 role = p->p_role_val_to_name[cur->context[0].role - 1];
424 cur->u.name, cur->sid[0], user, role, type);
430 role = p->p_role_val_to_name[cur->context[0].role - 1];
433 cur->u.name, cur->sid[0], user, role, type);
464 fprintf(fp, "role transition ");
477 fprintf(fp, "role allow ");
499 role_datum_t *role; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
externs.js 5 Node.prototype.role;

Completed in 824 milliseconds

1 2 3 4