HomeSort by relevance Sort by last modified time
    Searched refs:role (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/bluetooth/bluez/compat/
pand.h 35 int bnep_accept_connection(int sk, uint16_t role, char *dev);
36 int bnep_create_connection(int sk, uint16_t role, uint16_t svc, char *dev);
bnep.c 143 bnep_svc2str(ci[i].role));
183 static int bnep_connadd(int sk, uint16_t role, char *dev)
190 req.role = role;
217 int bnep_accept_connection(int sk, uint16_t role, char *dev)
237 /* FIXME: Check role UUIDs */
246 return bnep_connadd(sk, role, dev);
251 * role - Local role
255 int bnep_create_connection(int sk, uint16_t role, uint16_t svc, char *dev
    [all...]
sdp.h 34 int bnep_sdp_register(bdaddr_t *device, uint16_t role);
  /external/webkit/WebKit/win/
AccessibleDocument.h 40 virtual long role() const;
AccessibleDocument.cpp 41 long AccessibleDocument::role() const function in class:AccessibleDocument
  /external/libxml2/
xlink.c 124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
  /external/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 32 QVariant data(const QModelIndex &index, int role) const;
34 int role = Qt::DisplayRole) const;
eventhistory.cpp 32 QVariant EventListModel::data(const QModelIndex &index, int role) const
37 if (role == Qt::DisplayRole)
53 int role) const
55 if (role != Qt::DisplayRole)
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 32 QVariant data(const QModelIndex &index, int role) const;
34 int role = Qt::DisplayRole) const;
eventhistory.cpp 33 QVariant EventListModel::data(const QModelIndex &index, int role) const
38 if (role == Qt::DisplayRole)
54 int role) const
56 if (role != Qt::DisplayRole)
  /external/bluetooth/bluez/network/
common.h 40 int bnep_connadd(int sk, uint16_t role, char *dev);
common.c 202 int bnep_connadd(int sk, uint16_t role, char *dev)
210 req.role = role;
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 155 JSStringRef AccessibilityUIElement::role() function in class:AccessibilityUIElement
157 AtkRole role = atk_object_get_role(ATK_OBJECT(m_element)); local
159 if (!role)
162 return JSStringCreateWithUTF8CString(atk_role_get_name(role));
533 AtkRole role = atk_object_get_role(ATK_OBJECT(m_element)); local
534 if (role != ATK_ROLE_DOCUMENT_FRAME)
542 AtkRole role = atk_object_get_role(ATK_OBJECT(m_element)); local
543 if (role != ATK_ROLE_DOCUMENT_FRAME)
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 53 * MockFolder allows setting and retrieving role & name
59 public MyMockFolder(FolderRole role, String name) {
60 mRole = role;
  /external/bluetooth/bluez/include/bluetooth/
bnep.h 127 uint16_t role; member in struct:bnep_connadd_req
138 uint16_t role; member in struct:bnep_conninfo
  /external/libxml2/include/libxml/
xlink.h 27 * then the link detection layer will expand role="foo:myrole"
76 * @role: the role string
85 const xlinkRole role,
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.h 70 virtual OMX_ERRORTYPE enumerateRoles(OMX_U8 *role, OMX_U32 index) = 0;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 610 * @param[in] role The role name to query for
611 * @param[in] pNumComps The number of components supporting the given role
612 * @param[in] compNames The names of the components supporting the given role
620 OMX_IN OMX_STRING role,
630 if (role == NULL || pNumComps == NULL)
632 if (role == NULL)
634 LOGE("role is NULL");
658 if (strcmp(componentTable[i].pRoleArray[j], role) == 0)
670 LOGE("Component supporting role %s was not found\n", role)
    [all...]
  /external/opencore/codecs_v2/omx/omx_mastercore/src/
pv_omxmastercore.cpp 257 OMX_U32 role; local
260 for (role = 0; role < numRoles; role++)
261 ComponentRoles[role] = (OMX_U8*)OSCL_MALLOC(PV_OMX_MAX_COMPONENT_NAME_LENGTH * sizeof(OMX_U8));
273 for (role = 0; (role < numRoles) && (master_index < MAX_NUMBER_OF_OMX_COMPONENTS); role++)
276 strncpy((OMX_STRING)pOMXMasterRegistry[master_index].CompRole, (OMX_STRING)ComponentRoles[role], PV_OMX_MAX_COMPONENT_NAME_LENGTH);
290 for (role = 0; role < numRoles; role++
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 224 AccessibilityRole role = roleValue(); local
225 return role == TextAreaRole || role == TextFieldRole;
266 AccessibilityRole role = roleValue(); local
267 return role == RadioButtonRole || role == CheckBoxRole;
302 AccessibilityRole role = roleValue(); local
303 return role == MenuRole
304 || role == MenuBarRole
305 || role == MenuButtonRol
1452 AccessibilityRole role = roleValue(); local
1818 AccessibilityRole role = roleValue(); local
1953 AccessibilityRole role = roleValue(); local
3063 AccessibilityRole role = roleValue(); local
    [all...]
AXObjectCache.cpp 162 bool AXObjectCache::nodeIsAriaType(Node* node, String role)
167 return equalIgnoringCase(static_cast<Element*>(node)->getAttribute(roleAttr), role);
185 // If the node is aria role="list" or the aria role is empty and its a ul/ol/dl type (it shouldn't be a list if aria says otherwise).
231 AccessibilityObject* AXObjectCache::getOrCreate(AccessibilityRole role)
236 switch (role) {
  /external/opencore/codecs_v2/omx/omx_mastercore/include/
omx_interface.h 60 OMX_IN OMX_STRING role,
181 OMX_IN OMX_STRING role,
  /frameworks/base/media/libstagefright/omx/tests/
OMXHarness.h 64 status_t setRole(IOMX::node_id node, const char *role);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 141 NSString* role = [focusedAccessibilityObject accessibilityAttributeValue:NSAccessibilityRoleAttribute];
144 return [NSString stringWithFormat:@"<%@: '%@'>", role, title];
145 return [NSString stringWithFormat:@"<%@>", role];
394 JSStringRef AccessibilityUIElement::role()
396 NSString* role = descriptionOfValue([m_element accessibilityAttributeValue:NSAccessibilityRoleAttribute], m_element);
397 return concatenateAttributeAndValue(@"AXRole", role);
402 NSString* role = descriptionOfValue([m_element accessibilityAttributeValue:NSAccessibilitySubroleAttribute], m_element);
403 return concatenateAttributeAndValue(@"AXSubrole", role);
408 NSString* role = descriptionOfValue([m_element accessibilityAttributeValue:NSAccessibilityRoleDescriptionAttribute], m_element);
409 return concatenateAttributeAndValue(@"AXRoleDescription", role);
    [all...]
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
XsltXPathConformanceTestSuite.java 198 * <input-file role="principal-data">attribset01.xml</input-file>
199 * <input-file role="principal-stylesheet">attribset01.xsl</input-file>
200 * <output-file role="principal" compare="XML">attribset01.out</output-file>
225 String role = element.getAttribute("role"); local
226 if (role.equals("principal-data")) {
228 } else if (role.equals("principal-stylesheet")) {
230 } else if (role.equals("principal")) {
232 } else if (!role.equals("supplemental-stylesheet")
233 && !role.equals("supplemental-data"))
    [all...]

Completed in 1048 milliseconds

1 2 3