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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.h 38 static PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers)
41 return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole, values, wrappers));
118 SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers)
119 : SVGListProperty<SVGPathSegList>(role, values, &wrappers)
  /external/chromium_org/ui/views/controls/
progress_bar_unittest.cc 30 EXPECT_EQ(ui::AccessibilityTypes::ROLE_PROGRESSBAR, state.role);
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-parent/4.9/
proguard-parent-4.9.pom 28 <role>Project Administrator</role>
29 <role>Developer</role>
  /external/smack/src/org/jivesoftware/smackx/packet/
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/bluetooth/bluedroid/stack/include/
avct_api.h 65 /* Connection role. */
69 /* Control role. */
115 UINT8 role; /* Initiator/acceptor role */ member in struct:__anon3586
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);
avrc_api.h 45 /* Control role - same as AVCT_TARGET/AVCT_CONTROL */
50 /* Connection role */
158 UINT8 conn; /* Connection role (Initiator/acceptor) */
159 UINT8 control; /* Control role (Control/Target) */
253 ** The connection can be a target, a controller or for both role,
269 ** p_ccb->conn: AVCTP connection role. This is set to
273 ** p_ccb->control: Control role. This is set to
367 ** function can only be called for controller role connections.
390 ** function can only be called for controller role connections.
418 ** function can only be called for controller role connections
    [all...]
  /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_accessibility_win.h 117 // Retrieves information describing the role of the specified object.
118 STDMETHODIMP get_accRole(VARIANT var_id, VARIANT* role);
147 // Returns role from a longer list of possible roles.
148 STDMETHODIMP role(LONG* role);
456 // Initialize the role and state metadata from the role enum and state
470 // be the name, it may be the value, etc. depending on the role.
481 // IAccessible role and state.
485 // IAccessible2 role and state
    [all...]
browser_accessibility_win_unittest.cc 77 button.role = WebAccessibility::ROLE_BUTTON;
83 checkbox.role = WebAccessibility::ROLE_CHECKBOX;
89 root.role = WebAccessibility::ROLE_DOCUMENT;
152 text.role = WebAccessibility::ROLE_STATIC_TEXT;
159 root.role = WebAccessibility::ROLE_DOCUMENT;
232 text.role = WebAccessibility::ROLE_STATIC_TEXT;
237 div.role = WebAccessibility::ROLE_GROUP;
246 root.role = WebAccessibility::ROLE_DOCUMENT;
285 text1.role = WebAccessibility::ROLE_TEXT_FIELD;
291 root.role = WebAccessibility::ROLE_DOCUMENT
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegArc.h 30 SVGPathSegArc(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
31 : SVGPathSegWithContext(element, role)
SVGPathSegCurvetoCubic.h 30 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
31 : SVGPathSegWithContext(element, role)
SVGPathSegCurvetoCubicSmooth.h 30 SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2)
31 : SVGPathSegWithContext(element, role)
SVGPathSegCurvetoQuadratic.h 30 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
31 : SVGPathSegWithContext(element, role)
  /external/libsepol/src/
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/libsepol/tests/policies/test-expander/
small-base.conf 470 role system_r;
471 role system_r types sys_foo_t;
474 role user_r;
475 role user_r types user_t;
478 role sysadm_r;
479 role sysadm_r types sysadm_t;
482 role system_r types { system_t sys_foo_t };
666 # Role Allow
alias-base.conf 443 role system_r;
444 role user_r;
445 role sysadm_r;
446 role system_r types system_t;
447 role user_r types user_t;
448 role sysadm_r types system_t;
  /external/robolectric/
pom.xml 258 <role>Developer</role>
269 <role>Project Owner</role>
270 <role>Developer</role>
281 <role>Developer</role>
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 100 TunnelSessionRole role);
123 // role is either INITIATOR or RESPONDER, depending on who is
127 TunnelSessionRole role);
140 // configures it with our identity and role.
144 // Our role in requesting the tunnel: INITIATOR or
145 // RESPONDER. Translates to our role in SSL negotiation:
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 100 TunnelSessionRole role);
123 // role is either INITIATOR or RESPONDER, depending on who is
127 TunnelSessionRole role);
140 // configures it with our identity and role.
144 // Our role in requesting the tunnel: INITIATOR or
145 // RESPONDER. Translates to our role in SSL negotiation:
  /external/javassist/
pom.xml 47 <role>project lead</role>
59 <role>contributing developer</role>
71 <role>contributing developer</role>
  /external/checkpolicy/
policy_define.c 408 yyerror2("conflicting default role information for class %s", id);
1872 role_datum_t *role; local
2123 role_datum_t *role; local
2294 role_datum_t *role; local
2943 role_datum_t *role; local
3564 role_datum_t *role; local
    [all...]
module_compiler.c 167 char *role_id, role_datum_t *role)
185 yyerror2("role %s doesn't exist, is implicit bounds of %s",
190 if (!role->bounds)
191 role->bounds = bounds->s.value;
192 else if (role->bounds != bounds->s.value) {
193 yyerror2("role %s has inconsistent bounds %s/%s",
195 policydbp->p_role_val_to_name[role->bounds - 1]);
206 role_datum_t *role = NULL, *dest_role = NULL; local
211 yyerror("no role name");
214 if ((role = (role_datum_t *) malloc(sizeof(*role))) == NULL)
868 role_datum_t *role = NULL; local
    [all...]
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_browsertest.cc 113 " <div tabindex=0 role=textbox>Textbox</div>"
132 EXPECT_EQ(event.nodes[0].role,
152 EXPECT_EQ(event.nodes[0].role,
159 EXPECT_EQ(event.nodes[1].role,
192 SCOPED_TRACE("role=textarea");
250 " <div role='group' id='A'>"
251 " <div role='group' id='A1'></div>"
252 " <div role='group' id='A2'></div>"
377 " <div role='group' id='A'>"
378 " <div role='group' id='B'>
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 56 /* the delay time in milliseconds to retry role switch */
413 if (/*((p_scb && (p_scb->role & BTA_AV_ROLE_AD_ACP)) ||
427 APPL_TRACE_DEBUG2("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role);
616 /* if the AV and AVK are both supported, it cannot support the CT role */
764 ((0 == (p_scb->role & BTA_AV_ROLE_AD_ACP)) || /* Outgoing connection or */
823 ** Description Receives the role change event from dm
839 /* loop through all the SCBs to find matching peer addresses and report the role change event */
862 /* restore role switch policy, if role switch failed *
962 UINT8 role; local
1010 UINT8 role; local
    [all...]
  /frameworks/base/core/java/android/net/
LinkCapabilities.java 135 * Role informs the LinkSocket about the data usage patterns of your
138 * {@code Role.DEFAULT} is the default role, and is used whenever
139 * a role isn't set.
141 public static final class Role {
143 private Role() {}
148 /** Default Role */
192 * Create the {@code LinkCapabilities} with values depending on role type.
193 * @param applicationRole a {@code LinkSocket.Role}

Completed in 1130 milliseconds

1 2 3 4 5 67 8 91011>>