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

1 2 3 4

  /external/webkit/Source/WebKit/win/
AccessibleDocument.cpp 41 long AccessibleDocument::role() const function in class:AccessibleDocument
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 48 // A string indicating the role of this object as far as accessibility
50 @property(nonatomic, readonly) NSString* role; variable
browser_views_accessibility_browsertest.cc 86 int32 role) {
92 role); local
96 // Verifies MSAA Name and Role properties of the given IAccessible.
98 int32 role) {
106 // Verify MSAA Role property.
113 EXPECT_EQ(role, acc_role.lVal);
169 // Verify root view MSAA name and role.
178 // Verify toolbar MSAA name and role.
187 // Verify Back button MSAA name and role.
197 // Verify Forward button MSAA name and role
    [all...]
browser_accessibility.h 150 int32 role() const { return role_; } function in class:BrowserAccessibility
  /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/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/smack/src/org/jivesoftware/smackx/muc/
Affiliate.java 29 * then we will also have information about the role and nickname of the user in the room.
39 private String role; field in class:Affiliate
46 this.role = item.getRole();
54 this.role = item.getRole();
78 * Returns the current role of the affiliated user if the user is currently in the room.
81 * @return the current role of the affiliated user in the room or null if the user is not in
85 return role;
Occupant.java 30 * the affiliation and role of the occupant in the room. The full JID and nickname are optional.
37 private String role; field in class:Occupant
46 this.role = item.getRole();
57 this.role = item.getRole();
85 * Returns the current role of the occupant in the room. This information will always be
88 * @return the current role of the occupant in the room.
91 return role;
116 result = 17 * result + role.hashCode();
  /external/webkit/Source/WebCore/svg/
SVGPathSegWithContext.h 30 SVGPathSegWithContext(SVGPathElement* element, SVGPathSegRole role)
31 : m_role(role)
52 SVGPathSegRole role() const { return m_role; } function in class:WebCore::SVGPathSegWithContext
54 void setContextAndRole(SVGPathElement* element, SVGPathSegRole role)
56 m_role = role;
94 SVGPathSegSingleCoordinate(SVGPathElement* element, SVGPathSegRole role, float x, float y)
95 : SVGPathSegWithContext(element, role)
  /external/webkit/Source/WebCore/svg/properties/
SVGPropertyTearOff.h 37 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
40 return adoptRef(new Self(animatedProperty, role, value));
94 virtual SVGPropertyRole role() const { return m_role; } function in class:WebCore::SVGPropertyTearOff
97 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
99 , m_role(role)
SVGListProperty.h 409 virtual SVGPropertyRole role() const { return m_role; } function in class:WebCore::SVGListProperty
412 SVGListProperty(SVGPropertyRole role)
413 : m_role(role)
  /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:__anon2804
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/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 203 ** Description This function returns the connection role.
205 ** Returns link role.
210 UINT8 role = HCI_ROLE_UNKNOWN; local
215 role = p_lcb->link_role;
217 return role;
409 void l2cble_conn_comp(UINT16 handle, UINT8 role, BD_ADDR bda, tBLE_ADDR_TYPE type,
412 if (role == HCI_ROLE_MASTER)
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.cc 241 ui::AccessibilityTypes::Role role = state.role; local
242 if (role == ui::AccessibilityTypes::ROLE_MENUITEM ||
243 role == ui::AccessibilityTypes::ROLE_MENUPOPUP) {
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCAdmin.java 91 private String role; field in class:MUCAdmin.Item
97 * @param role the privilege level of an occupant within a room.
99 public Item(String affiliation, String role) {
101 this.role = role;
158 * have no defined role). A role lasts only for the duration of an occupant's visit to
164 return role;
219 buf.append(" role=\"").append(getRole()).append("\"");
MUCOwner.java 117 private String role; field in class:MUCOwner.Item
182 * have no defined role). A role lasts only for the duration of an occupant's visit to
188 return role;
233 * have no defined role). A role lasts only for the duration of an occupant's visit to
236 * @param role the new privilege level of an occupant within a room.
238 public void setRole(String role) {
239 this.role = role;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 25 int role; /* 0 - not set, 1 - enrollee, 2 - registrar */ member in struct:wps_start_params
44 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Role type, "
47 "Role must be a string");
52 params->role = 1;
54 params->role = 2;
56 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Uknown role %s", val);
188 if (os_strcmp(key, "Role") == 0)
219 * information about role (enrollee or registrar), authorization method
252 if (params.role == 0) {
253 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Role not specified")
    [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 80 tBTA_PAN_ROLE role; member in struct:__anon2849
95 tBTA_PAN_ROLE local_role; /* local role */
96 tBTA_PAN_ROLE peer_role; /* peer role */
140 tBTA_PAN_ROLE local_role; /* local role */
141 tBTA_PAN_ROLE peer_role; /* peer role */
  /external/bluetooth/bluedroid/stack/include/
avct_api.h 65 /* Connection role. */
69 /* Control role. */
115 UINT8 role; /* Initiator/acceptor role */ member in struct:__anon3136
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/pan/
pan_int.h 31 ** This role is used to shutdown the profile. Used internally
72 UINT8 role; member in struct:__anon3494

Completed in 364 milliseconds

1 2 3 4