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

<<11121314151617181920>>

  /external/bluetooth/bluedroid/bta/sys/
bta_sys_conn.c 35 ** Description Called by BTA DM to register role management callbacks
66 ** Description Called by BTA AV to register role change callbacks
96 ** Description Called by BTA AV to register role change callbacks
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 335 PAN_TRACE_DEBUG ("PAN role %x, active role %d, num_conns %d",
336 pan_cb.role, pan_cb.active_role, pan_cb.num_conns);
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_mac.mm 97 NSString* description = [obj role];
178 string role = SysNSStringToUTF8(
180 dict->SetString(SysNSStringToUTF8(NSAccessibilityRoleAttribute), role);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 79 virtual void SetIceRole(IceRole role);
115 virtual bool GetSslRole(talk_base::SSLRole* role) const {
119 virtual bool SetSslRole(talk_base::SSLRole role) {
  /external/chromium_org/ui/accessibility/
ax_tree.cc 49 root.role = AX_ROLE_ROOT_WEB_AREA;
161 if (src.role != AX_ROLE_ROOT_WEB_AREA) {
191 if (src.role == AX_ROLE_ROOT_WEB_AREA &&
  /external/clang/docs/
MSVCCompatibility.rst 9 .. role:: none
10 .. role:: partial
11 .. role:: good
  /external/libsepol/src/
genusers.c 166 ERR(NULL, "undefined role %s (%s:%u)",
170 /* Set the role and every role it dominates */
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncService.java 31 * <p>Note: The SyncService itself is not notified when a new sync occurs. It's role is to
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncService.java 31 * <p>Note: The SyncService itself is not notified when a new sync occurs. It's role is to
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncService.java 31 * <p>Note: The SyncService itself is not notified when a new sync occurs. It's role is to
  /docs/source.android.com/src/accessories/
protocol.jd 23 devices) and the Android-powered device acts in the USB accessory role. Android USB accessories are
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
package.html 30 role of these objects is to hold immutable stylesheet data, not to perform
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 55 ** role when the stream is closed.
91 p_scb->role = AVDT_CLOSE_ACP;
124 p_scb->role = AVDT_CLOSE_ACP;
226 p_scb->role = AVDT_OPEN_INT;
1147 UINT8 role; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 355 ** device supports role switch
359 ** Returns TRUE if device is known and role switch is supported
369 /* Role switch is not allowed if a SCO is up */
392 /* If we don't know peer's capabilities, assume it supports Role-switch */
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 573 ** Description This function sets the desire role for L2CAP.
574 ** If the new role is L2CAP_ROLE_ALLOW_SWITCH, allow switch on
576 ** If the new role is L2CAP_ROLE_DISALLOW_SWITCH, do not allow switch on
579 ** If the new role is a valid role (HCI_ROLE_MASTER or HCI_ROLE_SLAVE),
580 ** the desire role is set to the new value. Otherwise, it is not changed.
582 ** Returns the new (current) role
    [all...]
  /external/checkpolicy/
policy_parse.y 92 %token ROLE
475 role_type_def : ROLE identifier TYPES names ';'
478 role_attr_def : ROLE identifier opt_attr_list ';'
496 role_def : ROLE identifier_push ';'
498 | ROLE identifier_push '{' roles '}'
572 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push
575 | TARGET ROLE { if (insert_separator(1)) return -1; } names_push
578 | ROLE role_mls_op
862 require_decl_def : ROLE { $$ = require_role; }
  /external/chromium_org/ash/system/tray/
actionable_view.cc 66 state->role = ui::AX_ROLE_BUTTON;
tray_item_more.cc 101 state->role = ui::AX_ROLE_BUTTON;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
externs.js 5 Node.prototype.role;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
context_menu_widget.js 81 menuElem.setAttribute('role', 'menuitem');
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_util_test.js 349 // Test all properties. role, if present, overrides roleMsg.
350 assertEquals('Name Value Role State',
353 'role': 'Role',
focus_util.js 76 if (activeElement.getAttribute('role') == 'textbox') {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox2/cvox2/background/
background.extjs 70 if (root.role == chrome.automation.RoleType.button &&
background.js 96 var output = evt.target.attributes.name + ' ' + evt.target.role;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_network.js 123 error.setAttribute('role', 'alert');

Completed in 573 milliseconds

<<11121314151617181920>>