HomeSort by relevance Sort by last modified time
    Searched full:role (Results 126 - 150 of 1261) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/repository/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/repository/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)
SVGPathSegCurvetoCubicSmoothAbs.h 31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2)
33 return adoptRef(new SVGPathSegCurvetoCubicSmoothAbs(element, role, x, y, x2, y2));
37 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2)
38 : SVGPathSegCurvetoCubicSmooth(element, role, x, y, x2, y2)
SVGPathSegCurvetoCubicSmoothRel.h 31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2)
33 return adoptRef(new SVGPathSegCurvetoCubicSmoothRel(element, role, x, y, x2, y2));
37 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2)
38 : SVGPathSegCurvetoCubicSmooth(element, role, x, y, x2, y2)
SVGPathSegCurvetoQuadraticAbs.h 31 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
33 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, role, x, y, x1, y1));
37 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
38 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
SVGPathSegCurvetoQuadraticRel.h 31 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
33 return adoptRef(new SVGPathSegCurvetoQuadraticRel(element, role, x, y, x1, y1));
37 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
38 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
configurationmessage.h 30 // Creates a configuration message with the given encoding and role.
32 // @param client_role the client role
39 // Gets the client role.
47 // complex common input and output encodings and a local role.
  /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/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/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:__anon5533
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/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,

Completed in 973 milliseconds

1 2 3 4 56 7 8 91011>>