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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/media/audio/win/
core_audio_util_win.h 64 // direction and role, e.g. default render device.
66 EDataFlow data_flow, ERole role);
104 // default device for the specified by a data-flow direction and role.
106 EDataFlow flow, ERole role, const std::string& device_id);
116 // flow direction and role is define by |data_flow| and |role|.
122 ERole role);
128 ERole role);
131 // |audio_device|. Flow direction and role is define by the |audio_device|.
148 // default IMMDevice where flow direction and role is define by |data_flow
    [all...]
  /external/libsepol/tests/
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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 3 use Moose::Role;
14 no Moose::Role;
  /external/chromium_org/chrome/browser/ui/views/accessibility/
browser_views_accessibility_browsertest.cc 49 int32 role);
51 // Verifies MSAA Name and Role properties of the given IAccessible.
54 int32 role);
93 int32 role) {
95 TestAccessibilityInfo(view->GetNativeViewAccessible(), name, role);
100 int32 role) {
107 // Verify MSAA Role property.
111 EXPECT_EQ(role, V_I4(&acc_role));
accessibility_event_router_views.cc 170 !(state.role == ui::AccessibilityTypes::ROLE_ALERT ||
171 state.role == ui::AccessibilityTypes::ROLE_WINDOW)) {
176 switch (state.role) {
219 // If this is encountered, please file a bug with the role that wasn't
397 if (state.role == ui::AccessibilityTypes::ROLE_ALERT)
462 if ((state.role == ui::AccessibilityTypes::ROLE_ALERT ||
463 state.role == ui::AccessibilityTypes::ROLE_DIALOG ||
464 state.role == ui::AccessibilityTypes::ROLE_TOOLBAR) &&
472 if (state.role == ui::AccessibilityTypes::ROLE_ALERT ||
473 state.role == ui::AccessibilityTypes::ROLE_DIALOG)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegLinetoHorizontal.h 30 SVGPathSegLinetoHorizontal(SVGPathElement* element, SVGPathSegRole role, float x)
31 : SVGPathSegWithContext(element, role)
SVGPathSegLinetoVertical.h 30 SVGPathSegLinetoVertical(SVGPathElement* element, SVGPathSegRole role, float y)
31 : SVGPathSegWithContext(element, role)
SVGPathSegList.h 35 SVGPathSegList(SVGPathSegRole role)
36 : m_role(role)
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 26 QVariant data(const QModelIndex &index, int role) const;
28 int role = Qt::DisplayRole) const;
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-parent/4.0/
asm-parent-4.0.pom 72 <role>Creator</role>
73 <role>Java Developer</role>
81 <role>Java Developer</role>
89 <role>Java Developer</role>
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 80 tBTA_PAN_ROLE role; member in struct:__anon3294
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/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_gtk.cc 23 AtkRole role = atk_object_get_role(atk_object); local
24 if (role != ATK_ROLE_UNKNOWN)
25 dict->SetString("role", atk_role_get_name(role));
45 node.GetString("role", &role_value);
browser_accessibility_manager_unittest.cc 96 button.role = blink::WebAXRoleButton;
102 checkbox.role = blink::WebAXRoleCheckBox;
108 root.role = blink::WebAXRoleRootWebArea;
175 tree1_child1.role = blink::WebAXRoleButton;
181 tree1_child2.role = blink::WebAXRoleButton;
187 tree1_child3.role = blink::WebAXRoleButton;
193 tree1_root.role = blink::WebAXRoleRootWebArea;
210 tree2_child0.role = blink::WebAXRoleButton;
216 tree2_root.role = blink::WebAXRoleRootWebArea;
310 tree1_grandchild1.role = blink::WebAXRoleButton
    [all...]
browser_accessibility_win_unittest.cc 119 button.role = blink::WebAXRoleButton;
125 checkbox.role = blink::WebAXRoleCheckBox;
131 root.role = blink::WebAXRoleRootWebArea;
187 text.role = blink::WebAXRoleStaticText;
194 root.role = blink::WebAXRoleRootWebArea;
232 text2.role = blink::WebAXRoleStaticText;
271 div.role = blink::WebAXRoleGroup;
276 text3.role = blink::WebAXRoleStaticText;
281 text4.role = blink::WebAXRoleStaticText;
289 root.role = blink::WebAXRoleRootWebArea
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_main.c 86 ** remote_uuid - UUID of the source role (peer device role)
87 ** local_uuid - UUID of the destination role (local device role)
88 ** is_role_change - Flag to indicate that it is a role change
104 ** If we are in GN or NAP role and have one or more
106 ** for user role reject it.
107 ** If we are in user role with one connection active
182 PAN_TRACE_EVENT5 ("pan_conn_ind_cb - for handle %d, current role %d, dst uuid 0x%x, src uuid 0x%x, role change %s"
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.cc 74 // If we are the initiator set role to "actpass".
129 // Setting DTLS role to active.
130 ConnectionRole role = (options.prefer_passive_role) ? local
133 if (!SetSecurityInfo(desc.get(), role)) {
148 TransportDescription* desc, ConnectionRole role) const {
171 // Assign security role.
172 desc->connection_role = role;
  /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("\"");
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_overlay.css 60 #full-name-list div[role='listitem'] > div {
64 #full-name-list div[role='listitem'] > div > div,
70 :-webkit-any(#phone-list, #email-list) div[role='listitem'] > div > div,
content_settings.css 65 div[role='listitem'][controlled-by] {
80 .settings-list div[role='listitem'][controlled-by='policy'],
81 .settings-list div[role='listitem'][controlled-by='extension'] {
language_add_language_overlay.html 1 <div id="add-language-overlay-page" class="page" role="dialog" hidden>
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 23 // Species the role of the object within the profile. SYMMETRIC should be
43 // Role.
44 enum ProfileRole role; member in struct:chromeos::BluetoothProfileManagerClient::Options
  /external/chromium_org/ui/base/accessibility/
accessible_view_state.h 29 // The view's role, like button or list box.
30 AccessibilityTypes::Role role; member in struct:ui::AccessibleViewState
  /frameworks/base/tests/AccessoryDisplay/
README 11 The role of the sink is to emulate an external display that happens
25 The role of the source is to present some content onto an external
27 role that a phone or tablet might have when the user is trying to
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 269 /* if start failed, clear role */
270 p_scb->role &= ~BTA_AV_ROLE_START_INT;
297 (p_scb->use_rc == TRUE || (p_scb->role & BTA_AV_ROLE_AD_ACP)) )
674 ** Description Switch role was not started and a timer was started.
675 ** another attempt to switch role now - still opening.
728 ** Description Handle the role changed event
740 APPL_TRACE_DEBUG3("bta_av_role_res q_tag:%d, wait:x%x, role:x%x", p_scb->q_tag, p_scb->wait, p_scb->role);
741 if (p_scb->role & BTA_AV_ROLE_START_INT)
751 p_scb->role &= ~BTA_AV_ROLE_START_INT
949 UINT8 role = BTA_AV_ROLE_AD_INT; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGMatrixTearOff.h 32 static PassRefPtr<SVGMatrixTearOff> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, SVGMatrix& value)
35 return adoptRef(new SVGMatrixTearOff(animatedProperty, role, value));
79 SVGMatrixTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, SVGMatrix& value)
80 : SVGPropertyTearOff<SVGMatrix>(animatedProperty, role, value)

Completed in 649 milliseconds

1 2 3 4 56 7 8 91011>>