HomeSort by relevance Sort by last modified time
    Searched full:role (Results 26 - 50 of 311) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/compat/
sdp.h 34 int bnep_sdp_register(bdaddr_t *device, uint16_t role);
fakehid.txt 17 <timing accuracy> <role switch> <hold mode> <sniff mode>
56 <encryption> <slot offset> <timing accuracy> <role switch>
99 <timing accuracy> <role switch> <hold mode> <sniff mode>
pand.c 63 static uint16_t role = BNEP_SVC_PANU; /* Local role (ie service) */ variable
222 bnep_sdp_register(&src_addr, role);
295 if (!bnep_accept_connection(nsk, role, devname)) {
371 !bnep_create_connection(sk, role, service, netdev)) {
575 { "role", 1, 0, 'r' },
610 "\t--role -r <role> Local PAN role (PANU, NAP, GN)\n"
611 "\t--service -d <role> Remote PAN service (PANU, NAP, GN)\n
    [all...]
  /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/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,
  /external/webkit/WebKit/win/
AccessibleDocument.h 40 virtual long role() const;
AccessibleDocument.cpp 41 long AccessibleDocument::role() const function in class:AccessibleDocument
  /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...]
  /system/bluetooth/data/
audio.conf 11 # Do not require master role for incoming connections
  /development/pdk/docs/porting/
bluetooth.jd 106 <li>Headset Profile 1.0 in Audio Gateway role</li>
107 <li>Handsfree Profile 1.5 in Audio Gateway role</li>
135 <li>Headset Profile 1.1 in Audio Gateway role</li>
136 <li>Handsfree Profile 1.5 in Audio Gateway role</li>
144 <li>Stereo Bluetooth (A2DP 1.2) in Source role</li>
150 <li>Remote Control (AVRCP 1.0) in Target role</li>
152 <li>AVCTP 1.3 in Target role</li>
  /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/opencore/codecs_v2/omx/omx_mastercore/include/
omx_interface.h 60 OMX_IN OMX_STRING role,
181 OMX_IN OMX_STRING role,
  /external/freetype/include/freetype/
ftbbox.h 21 /* This component has a _single_ role: to compute exact outline bounding */
  /frameworks/base/docs/html/guide/topics/manifest/
category-element.jd 14 Intent Filters</a> for details on intent filters and the role of category
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.h 70 virtual OMX_ERRORTYPE enumerateRoles(OMX_U8 *role, OMX_U32 index) = 0;
  /frameworks/base/media/libstagefright/omx/tests/
OMXHarness.h 64 status_t setRole(IOMX::node_id node, const char *role);
  /packages/apps/Email/src/com/android/email/mail/
Folder.java 39 OTHER, // this folder has no specific role
40 UNKNOWN // the role of this folder is unknown
156 * This method returns a string identifying the name of a "role" folder
161 * @return The server- or protocol- specific role for this folder. If some roles are known
  /external/bluetooth/glib/docs/reference/gio/
gio-docs.xml 13 <ulink role="online-location" url="http://library.gnome.org/devel/gio/unstable/">http://library.gnome.org/devel/gio/unstable/</ulink>.
115 <index role="2.18">
118 <index role="2.20">
  /external/opencore/codecs_v2/omx/omx_common/src/
pv_omxcore.cpp 1101 /////////////// Given a compName, find the component and then return its role(s)
1102 ///////////////// It's the caller's responsibility to provide enough space for the role(s)
    [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...]
  /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...]
  /external/webkit/WebCore/accessibility/
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) {
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...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
Holder.java 19 * -- the name of the claimant or role

Completed in 341 milliseconds

12 3 4 5 6 7 8 91011>>