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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegLinetoHorizontalAbs.h 31 static PassRefPtr<SVGPathSegLinetoHorizontalAbs> create(SVGPathElement* element, SVGPathSegRole role, float x)
33 return adoptRef(new SVGPathSegLinetoHorizontalAbs(element, role, x));
37 SVGPathSegLinetoHorizontalAbs(SVGPathElement* element, SVGPathSegRole role, float x)
38 : SVGPathSegLinetoHorizontal(element, role, x)
SVGPathSegLinetoHorizontalRel.h 31 static PassRefPtr<SVGPathSegLinetoHorizontalRel> create(SVGPathElement* element, SVGPathSegRole role, float x)
33 return adoptRef(new SVGPathSegLinetoHorizontalRel(element, role, x));
37 SVGPathSegLinetoHorizontalRel(SVGPathElement* element, SVGPathSegRole role, float x)
38 : SVGPathSegLinetoHorizontal(element, role, x)
SVGPathSegLinetoRel.h 31 static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y)
33 return adoptRef(new SVGPathSegLinetoRel(element, role, x, y));
37 SVGPathSegLinetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y)
38 : SVGPathSegSingleCoordinate(element, role, x, y)
SVGPathSegLinetoVerticalAbs.h 31 static PassRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role, float y)
33 return adoptRef(new SVGPathSegLinetoVerticalAbs(element, role, y));
37 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y)
38 : SVGPathSegLinetoVertical(element, role, y)
SVGPathSegLinetoVerticalRel.h 31 static PassRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role, float y)
33 return adoptRef(new SVGPathSegLinetoVerticalRel(element, role, y));
37 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y)
38 : SVGPathSegLinetoVertical(element, role, y)
SVGPathSegMovetoAbs.h 31 static PassRefPtr<SVGPathSegMovetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y)
33 return adoptRef(new SVGPathSegMovetoAbs(element, role, x, y));
37 SVGPathSegMovetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y)
38 : SVGPathSegSingleCoordinate(element, role, x, y)
SVGPathSegMovetoRel.h 31 static PassRefPtr<SVGPathSegMovetoRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y)
33 return adoptRef(new SVGPathSegMovetoRel(element, role, x, y));
37 SVGPathSegMovetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y)
38 : SVGPathSegSingleCoordinate(element, role, x, y)
  /external/libsepol/include/sepol/
user_record.h 48 /* Role management */
52 sepol_user_t * user, const char *role);
54 extern void sepol_user_del_role(sepol_user_t * user, const char *role);
56 extern int sepol_user_has_role(const sepol_user_t * user, const char *role);
context_record.h 18 /* Role */
22 sepol_context_t * con, const char *role);
  /external/lldb/source/Host/macosx/launcherXPCService/
LauncherXPCService.entitlements 5 <key>com.apple.private.xpc.role-account</key>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/commons-cli/commons-cli/1.0/
commons-cli-1.0.pom 34 <role>helped in the Avalon CLI merge</role>
42 <role>supplied patch</role>
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/
commons-cli-1.0.pom 34 <role>helped in the Avalon CLI merge</role>
42 <role>supplied patch</role>
  /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/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);
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.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...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-parent/5/
maven-parent-5.pom 88 <role>PMC Chair</role>
98 <role>PMC Member</role>
108 <role>PMC Member</role>
118 <role>PMC Member</role>
128 <role>PMC Member</role>
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/5/
maven-parent-5.pom 88 <role>PMC Chair</role>
98 <role>PMC Member</role>
108 <role>PMC Member</role>
118 <role>PMC Member</role>
128 <role>PMC Member</role>
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_api.c 46 ** should set the PAN role explicitly.
115 ** profile role. This should be called after PAN_Register.
116 ** This can be called any time to change the PAN role
118 ** Parameters: role - is bit map of roles to be active
119 ** PAN_ROLE_CLIENT is for PANU role
120 ** PAN_ROLE_GN_SERVER is for GN role
121 ** PAN_ROLE_NAP_SERVER is for NAP role
125 ** p_user_name - Service name for PANU role
126 ** p_gn_name - Service name for GN role
127 ** p_nap_name - Service name for NAP role
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.pom 27 <role>Japanese translator</role>
34 <role>German translator</role>
41 <role>German translator</role>
48 <role>Polish translator</role>
55 <role>Brazilian Portuguese translator</role>
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/classworlds/classworlds/1.1/
classworlds-1.1.pom 46 <role>Founder</role>
55 <role>Developer</role>
64 <role>Developer</role>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.pom 44 <role>Founder</role>
53 <role>Developer</role>
62 <role>Developer</role>
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/
classworlds-1.1.pom 46 <role>Founder</role>
55 <role>Developer</role>
64 <role>Developer</role>
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.pom 44 <role>Founder</role>
53 <role>Developer</role>
62 <role>Developer</role>
  /external/chromium_org/ui/accessibility/
ax_tree_unittest.cc 64 root.role = AX_ROLE_ROOT_WEB_AREA;
72 button.role = AX_ROLE_BUTTON;
78 checkbox.role = AX_ROLE_CHECK_BOX;
100 EXPECT_EQ(root.role, root_node->data().role);
106 EXPECT_EQ(button.role, button_node->data().role);
110 EXPECT_EQ(checkbox.role, checkbox_node->data().role);
122 list.role = AX_ROLE_LIST
    [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);

Completed in 903 milliseconds

1 2 3 45 6 7 8 91011>>