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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h 189 bool nodeHasRole(Node*, const AtomicString& role);
229 bool nodeHasRole(Node*, const String& role);
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.cpp 56 ASSERT(static_cast<SVGPathSegWithContext*>(returnedItem.get())->role() == m_pathSegRole);
99 // Alter the role, after calling animatedProperty(), as that may influence the returned animated property.
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
libjingleplus.cc 270 const std::string &am, const std::string &role) {
272 worker_thread_->Post(this, MSG_SEND_DIRECTED_MUC_PRESENCE, new SendDirectedMUCPresenceData(j,s,un,ac,am, role));
619 const std::string &api_message, const std::string &role) {
622 pot->SendDirectedMUC(j,s,user_nick,api_capability,api_message, role);
664 const std::string &am, const std::string &role)
665 : j_(j), s_(s), un_(un), ac_(ac), am_(am), role_(role) {}
720 const std::string &role) {
722 role);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 192 // Verifies the component role tried to be set to this OMX component is
195 const OMX_PARAM_COMPONENTROLETYPE* role);
  /hardware/qcom/media/mm-core/inc/
qc_omx_component.h 176 // Component Role enum
179 OMX_U8* role,
  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h 176 // Component Role enum
179 OMX_U8* role,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Core.c 280 OMX_IN OMX_STRING role,
302 if (Exynos_OSAL_Strcmp(gComponentList[i].component.roles[j], role) == 0) {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 192 jint role, jstring name, jint channel_type) {
200 mdep_cfg.mdep_role = (bthl_mdep_role_t) role;
  /sdk/emulator/skins/assets/
keyboard_off.svg 90 sodipodi:role="line"
97 sodipodi:role="line"
keyboard_on.svg 90 sodipodi:role="line"
97 sodipodi:role="line"
  /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/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/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc 90 ui::AccessibilityTypes::Role role)
92 role_(role) {
98 state->role = role_;
105 ui::AccessibilityTypes::Role role_;
  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 519 int p2p_invite(struct p2p_data *p2p, const u8 *peer, enum p2p_invite_role role,
526 p2p_dbg(p2p, "Request to invite peer " MACSTR " role=%d persistent=%d "
528 MAC2STR(peer), role, persistent_group, force_freq);
551 if (persistent_group && role == P2P_INVITE_ROLE_CLIENT && !force_freq &&
572 p2p->inv_role = role;
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 850 ** The connection can be a target, a controller or for both role,
866 ** p_ccb->conn: AVCTP connection role. This is set to
870 ** p_ccb->control: Control role. This is set to
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 83 #define BTA_HSP_HS_SERVICE_ID 23 /* HFP HS role */
84 #define BTA_HFP_HS_SERVICE_ID 24 /* HSP HS role */
116 #define BTA_HSP_SERVICE_MASK 0x00000020 /* HSP AG role. */
117 #define BTA_HFP_SERVICE_MASK 0x00000040 /* HFP AG role */
134 #define BTA_HSP_HS_SERVICE_MASK 0x00800000 /* HFP HS role */
135 #define BTA_HFP_HS_SERVICE_MASK 0x01000000 /* HSP HS role */
250 support "role switch during connection" for
252 another connection in master role */
500 #define BTA_DM_ROLE_CHG_EVT 14 /* Role Change event. */
567 #define BTA_LE_KEY_LENC BTM_LE_KEY_LENC /* master role security information:div *
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 456 var role = axs.constants.ARIA_ROLES[roleName], propertiesSet = {};
457 axs.constants.addAllPropertiesToSet_(role, "properties", propertiesSet);
458 role.propertiesSet = propertiesSet;
460 axs.constants.addAllPropertiesToSet_(role, "requiredProperties", requiredPropertiesSet);
461 role.requiredPropertiesSet = requiredPropertiesSet;
463 axs.constants.addAllParentRolesToSet_(role, parentRolesSet);
464 role.allParentRolesSet = parentRolesSet;
465 "widget" in parentRolesSet && (axs.constants.WIDGET_ROLES[roleName] = role)
571 return a.hasAttribute("role") && (a = a.getAttribute("role")) && (a = axs.constants.ARIA_ROLES[a]) && "widget" in a.allParentRolesSet ? !0 : !
    [all...]
  /external/libsepol/src/
write.c 493 buf[0] = cpu_to_le32(tr->role);
524 buf[0] = cpu_to_le32(ra->role);
785 buf[items++] = cpu_to_le32(c->role);
1009 role_datum_t *role; local
1016 role = (role_datum_t *) datum;
1019 * Role attributes are redundant for policy.X, skip them
1025 if ((role->flavor == ROLE_ATTRIB) &&
1034 buf[items++] = cpu_to_le32(role->s.value);
1036 buf[items++] = cpu_to_le32(role->bounds);
1045 if (ebitmap_write(&role->dominates, fp)
1861 role_datum_t *role = datum; local
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/wallet/
LineItem.Role.html 86 <title>LineItem.Role | Android Developers</title>
667 <h1 itemprop="name">LineItem.Role</h1>
686 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.wallet.LineItem.Role</td>
702 <p itemprop="articleBody">Role of a line item.</p>
754 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/wallet/LineItem.Role.html#REGULAR">REGULAR</a></td>
761 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/wallet/LineItem.Role.html#SHIPPING">SHIPPING</a></td>
768 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/wallet/LineItem.Role.html#TAX">TAX</a></td>
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 619 * @param[in] role The role name to query for
620 * @param[in] pNumComps The number of components supporting the given role
621 * @param[in] compNames The names of the components supporting the given role
628 OMX_API OMX_ERRORTYPE OMX_GetComponentsOfRole(OMX_IN OMX_STRING role,
636 CORE_require(role != NULL, OMX_ErrorBadParameter, NULL);
650 role) == 0)
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 160 if (VDBG) log("register datatype: " + appConfig.getDataType() + " role: " +
729 private int convertRoleToHal(int role) {
730 if (role == BluetoothHealth.SOURCE_ROLE) return MDEP_ROLE_SOURCE;
731 if (role == BluetoothHealth.SINK_ROLE) return MDEP_ROLE_SINK;
732 Log.e(TAG, "unkonw role: " + role);
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 70 /* profile role for connection */
281 UINT8 role; /* initiator/acceptor role */ member in struct:__anon2825
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 196 UINT8 role; member in struct:__anon2951
229 /* if peripheral role is supported */
512 extern BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, UINT8 role);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.html 19 div[role='main'] {
30 div[role='main'].incognito {
198 <div role="main">
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_grid.js 221 // Override the default role 'listitem' to 'option' to match the parent's
222 // role (listbox).
223 li.setAttribute('role', 'option');

Completed in 2214 milliseconds

<<11121314151617181920>>