HomeSort by relevance Sort by last modified time
    Searched refs:role (Results 176 - 200 of 452) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_gtk.cc 358 int role = obj->role(); local
359 if (role == AccessibilityNodeData::ROLE_PROGRESS_INDICATOR ||
360 role == AccessibilityNodeData::ROLE_SCROLLBAR ||
361 role == AccessibilityNodeData::ROLE_SLIDER) {
444 // If the object's role changes and that causes its
  /external/checkpolicy/test/
dismod.c 416 char *user, *role, *type; local
421 role = p->p_role_val_to_name[cur->context[0].role - 1];
424 cur->u.name, cur->sid[0], user, role, type);
430 role = p->p_role_val_to_name[cur->context[0].role - 1];
433 cur->u.name, cur->sid[0], user, role, type);
464 fprintf(fp, "role transition ");
477 fprintf(fp, "role allow ");
499 role_datum_t *role; local
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 267 public ConnectPanReceiver(BluetoothDevice device, int role, int expectedFlags) {
270 mRole = role;
1091 int mask, role; local
1196 int mask, role; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 89 // Set ARIA role indicating the feed element has a tree structure
90 feed.setAttribute('role', 'tree');
146 // Set ARIA role role indicating that the title element is a node in the
148 title.setAttribute('role', 'treeitem');
  /external/libsepol/src/
policydb.c 625 * Initialize the role table by implicitly adding role 'object_r'. If
633 role_datum_t *role; local
635 role = calloc(1, sizeof(role_datum_t));
636 if (!role) {
646 rc = symtab_insert(p, SYM_ROLES, key, role,
649 &role->s.value);
652 if (role->s.value != OBJECT_R_VAL) {
662 free(role);
726 role_datum_t *role; local
817 role_datum_t *role; local
2115 role_datum_t *role; local
    [all...]
  /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...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 744 BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, UINT8 role)
757 role == HCI_ROLE_MASTER)
761 role == HCI_ROLE_SLAVE)
905 if (p_msg->int_conn.role == HCI_ROLE_SLAVE)
913 if (p_msg->int_conn.role == HCI_ROLE_SLAVE ||
916 p_msg->int_conn.role))
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 196 * <input-file role="principal-data">attribset01.xml</input-file>
197 * <input-file role="principal-stylesheet">attribset01.xsl</input-file>
198 * <output-file role="principal" compare="XML">attribset01.out</output-file>
223 String role = element.getAttribute("role"); local
224 if (role.equals("principal-data")) {
226 } else if (role.equals("principal-stylesheet")) {
228 } else if (role.equals("principal")) {
230 } else if (!role.equals("supplemental-stylesheet")
231 && !role.equals("supplemental-data"))
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 382 /* use err_param to indicate the role of connection.
530 void avdt_ad_open_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, UINT8 role)
538 AVDT_TRACE_DEBUG3("avdt_ad_open_req: type: %d, role: %d, tcid:%d",
539 type, role, p_tbl->tcid);
561 if (role == AVDT_ACP)
  /external/bluetooth/bluedroid/stack/smp/
smp_main.c 434 tSMP_ENTRY_TBL entry_table = smp_entry_table[p_cb->role];
443 SMP_TRACE_DEBUG5( "SMP Role: %s State: [%s (%d)], Event: [%s (%d)]",\
444 (p_cb->role == 0x01) ?"Slave" : "Master", smp_get_state_name( p_cb->state),
459 state_table = smp_state_table[curr_state][p_cb->role];
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc 87 ui::AccessibilityTypes::Role role)
89 role_(role) {
95 state->role = role_;
102 ui::AccessibilityTypes::Role role_;
accessibility_event_router_views.h 129 // Return a descendant of this view with a given accessible role, if found.
132 ui::AccessibilityTypes::Role role);
149 // subview with a role of STATIC_TEXT.
  /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...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h     [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 80 tBTA_PAN_ROLE role; member in struct:__anon3292
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/bluetooth/bluedroid/stack/pan/
pan_int.h 31 ** This role is used to shutdown the profile. Used internally
72 UINT8 role; member in struct:__anon3950
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.h 150 int32 role() const { return role_; } function in class:BrowserAccessibility
  /external/chromium/chrome/browser/autocomplete/
autocomplete_accessibility.h 70 // Retrieves information describing the role of the specified object.
71 STDMETHODIMP get_accRole(VARIANT var_id, VARIANT* role);
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.cc 99 state->role = ui::AccessibilityTypes::ROLE_DIALOG;
take_photo_dialog.cc 85 state->role = ui::AccessibilityTypes::ROLE_DIALOG;
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 91 state->role = ui::AccessibilityTypes::ROLE_GROUPING;
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 98 TunnelSessionRole role);
  /external/chromium/webkit/glue/
webaccessibility.h 27 enum Role {
214 Role role; member in struct:webkit_glue::WebAccessibility
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 102 state->role = ui::AccessibilityTypes::ROLE_GROUPING;
  /external/chromium_org/media/audio/win/
core_audio_util_win_unittest.cc 67 ERole role; member in struct:media::__anon10790
77 // Create default devices for all flow/role combinations above.
81 CoreAudioUtil::CreateDefaultDevice(data[i].flow, data[i].role);
122 ERole role; member in struct:media::__anon10791
130 // Get name and ID of default devices for all flow/role combinations above.
135 CoreAudioUtil::CreateDefaultDevice(data[i].flow, data[i].role);

Completed in 684 milliseconds

1 2 3 4 5 6 78 91011>>