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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/accessibility/
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...]
  /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/libsepol/include/sepol/
context_record.h 18 /* Role */
22 sepol_context_t * con, const char *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/
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();
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;
  /prebuilts/tools/common/m2/internal/asm/asm-parent/3.3/
asm-parent-3.3.pom 35 <role>Creator</role>
36 <role>Java Developer</role>
44 <role>Java Developer</role>
52 <role>Java Developer</role>
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/project/4.1.1/
project-4.1.1.pom 66 <role>Emeritus PMC</role>
76 <role>Java Developer</role>
77 <role>PMC</role>
86 <role>Java Developer</role>
87 <role>PMC Chair</role>
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.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...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Choice.java 4 * Marker interface for CHOICE objects - if you implement this in a role your
  /external/chromium_org/content/test/data/accessibility/
contenteditable-descendants.html 11 <p contenteditable>Keep the role, just change the state</p>
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegArcAbs.h 31 static PassRefPtr<SVGPathSegArcAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
33 return adoptRef(new SVGPathSegArcAbs(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag));
37 SVGPathSegArcAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
38 : SVGPathSegArc(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)
SVGPathSegArcRel.h 31 static PassRefPtr<SVGPathSegArcRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
33 return adoptRef(new SVGPathSegArcRel(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag));
37 SVGPathSegArcRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
38 : SVGPathSegArc(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)
SVGPathSegCurvetoCubicAbs.h 31 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
33 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, role, x, y, x1, y1, x2, y2));
37 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
38 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
SVGPathSegCurvetoCubicRel.h 31 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
33 return adoptRef(new SVGPathSegCurvetoCubicRel(element, role, x, y, x1, y1, x2, y2));
37 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
38 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
  /external/chromium_org/ui/base/accessibility/
accessible_view_state.cc 10 : role(AccessibilityTypes::ROLE_CLIENT),
  /external/guava/
pom.xml 46 <role>owner</role>
47 <role>developer</role>
  /external/libsepol/tests/policies/test-linker/
small-base.conf 438 role g_b_role_1;
439 role g_b_role_2;
440 role g_b_role_3;
441 role g_b_role_4;
442 role g_b_role_1 types g_b_type_1;
443 role g_b_role_2 types g_b_type_2;
444 role g_b_role_3 types g_b_type_2;
445 role g_b_role_4 types g_b_type_2;
471 role o1_b_role_1;
472 role o1_b_role_1 types o1_b_type_1
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.html 18 <span role="alert" class="errormsg" id="empty-email-alert">
24 <span role="alert" class="errormsg" id="empty-password-alert">
26 <span role="alert" class="errormsg" id="errormsg-alert">
  /external/libsepol/src/
roles.c 10 /* Check if a role exists */
12 sepol_policydb_t * p, const char *role, int *response)
17 (const hashtab_key_t)role) != NULL);
  /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:__anon3249
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/content/renderer/accessibility/
accessibility_node_serializer.cc 69 if (o.role() == blink::WebAXRolePopUpButton ||
132 dst->role = src.role();
146 if (dst->role == blink::WebAXRoleColorWell) {
154 if (dst->role == blink::WebAXRoleInlineTextBox) {
211 if (dst->role == blink::WebAXRoleHeading)
213 else if ((dst->role == blink::WebAXRoleTreeItem ||
214 dst->role == blink::WebAXRoleRow) &&
220 if (dst->role == blink::WebAXRoleListBoxOption &&
255 if (dst->role == blink::WebAXRoleEditableText |
    [all...]
  /external/libsepol/tests/
test-common.h 30 * scope_type what scope the role should have (eg., SCOPE_DECL or SCOPE_REQ)
31 * decls integer array of decl id's that we expect the role to have in the scope table
56 * id string role identifier
57 * decl the decl block which we are looking in for the role datum
58 * types the array of string types which we expect the role has in its type ebitmap
60 * flags the expected flags in the role typeset (eg., * or ~)
62 * This is a utility function to test whether the type set associated with a role in a specific
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 37 * Constructor to register the SINK role
55 * @param role {@link BluetoothHealth#SOURCE_ROLE} or
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int
63 mRole = role;
120 * Return the role associated with this application configuration.
147 int role = in.readInt();
149 return new BluetoothHealthAppConfiguration(name, type, role,
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.mm 176 const blink::WebAXRole& role) {
179 RoleMap::iterator it = web_accessibility_to_native_role.find(role);
224 const blink::WebAXRole& role) {
227 RoleMap::iterator it = web_accessibility_to_native_subrole.find(role);
267 { NSAccessibilityRoleAttribute, @"role" },
412 if (cell && cell->role() == blink::WebAXRoleColumnHeader)
436 if ([[child role] isEqualToString:NSAccessibilityColumnRole])
449 // If the role is anything other than an image, or if there's
451 if (![[self role] isEqualToString:NSAccessibilityImageRole])
492 blink::WebAXRole role = [self internalRole]
    [all...]

Completed in 1736 milliseconds

1 2 34 5 6 7 8 91011>>