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

1 23 4 5 6 7 8 91011>>

  /dalvik/libcore/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/bluez/doc/
network-api.txt 52 Indicates the connection role when available.
control-api.txt 40 BlueZ device is in CT role.
  /external/bluetooth/bluez/src/
main.conf 55 # a bitwise OR of role switch(0x0001), hold mode(0x0002), sniff mode(0x0004)
hcid.conf.5.in 191 connections and deny role switch on outgoing connections.
196 \fInone\fP means no specific policy. \fIrswitch\fP means allow role
209 rswitch: this is a mode that enables role\-switch (master <\-> slave) between two devices in a piconet. It is not clear whether this needs to be enabled in order to make the "lm master" setting work properly or not.
  /external/kernel-headers/original/linux/raid/
md_p.h 91 __u32 raid_disk; /* 3 The role of the device in the raid set */
242 __u32 dev_number; /* permanent identifier of this device - not role in raid */
261 * have a meaningful role.
263 __u16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
  /external/tcpdump/
print-stp.c 130 /* Port role is only valid for 802.1w */
132 printf(", port-role %s",
233 printf(", port-role %s",
260 printf("\n\tMSTI %d, Flags [%s], port-role %s",
  /external/webkit/WebCore/html/
HTMLAttributeNames.in 234 role
  /frameworks/base/core/tests/coretests/res/raw/
v21_complicated.vcf 6 ROLE:Fish Cake Keeper!
  /frameworks/base/docs/html/guide/topics/manifest/
action-element.jd 18 Intent Filters</a> for details on intent filters and the role of action
  /system/netd/
PanController.cpp 75 "--role", "NAP", (char *) NULL)) {
  /external/webkit/WebKit/win/
AccessibleBase.cpp 247 pvRole->lVal = wrapper(childObj)->role();
623 static long MSAARole(AccessibilityRole role)
625 switch (role) {
670 // This is the default role for MSAA.
675 long AccessibleBase::role() const function in class:AccessibleBase
AccessibleBase.h 105 virtual long role() const;
  /external/opencore/codecs_v2/omx/omx_common/include/
pv_omxcore.h 116 OMX_IN OMX_STRING role,
202 //This function will return the role string
301 OMX_IN OMX_STRING role,
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DocumentFragment.java 23 * fulfill this role, a <code>Document</code> object can potentially be a
  /external/bluetooth/bluez/tools/
hcitool.c 1178 { "role", 1, 0, 'r' },
1185 "\tcc [--role=m|s] [--ptype=pkt_types] <bdaddr>\n"
1188 "\tcc --role=m 01:02:03:04:05:06\n";
1194 uint8_t role; local
1198 role = 0x01;
1208 role = optarg[0] == 'm' ? 0 : 1;
1241 htobs(0x0000), role, &handle, 25000) < 0)
1319 /* Role switch */
1328 "\tsr <bdaddr> <role>\n";
1333 uint8_t role; local
    [all...]
  /external/webkit/WebCore/accessibility/
AXObjectCache.h 142 bool nodeIsAriaType(Node*, String role);
AccessibilityList.cpp 77 // The ARIA spec says the "list" role is supposed to mimic a UL or OL tag.
AccessibilityObject.cpp 779 AccessibilityRole role = obj->roleValue(); local
780 if (role == TreeItemRole || role == GroupRole)
887 // "option" isn't here because it may map to different roles depending on the parent element's role
893 // "menuitem" isn't here because it may map to different roles depending on the parent element's role
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.h 99 JSStringRef role();
AccessibilityUIElement.cpp 398 JSRetainPtr<JSStringRef> role(Adopt, toAXElement(thisObject)->role());
399 return JSValueMakeString(context, role.get());
404 JSRetainPtr<JSStringRef> role(Adopt, toAXElement(thisObject)->subrole());
405 return JSValueMakeString(context, role.get());
623 { "role", getRoleCallback, 0, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
    [all...]
  /external/webkit/WebKitTools/iExploder/htdocs/
htmlattrs.in 228 role
  /system/bluetooth/data/
main.conf 62 # a bitwise OR of role switch(0x0001), hold mode(0x0002), sniff mode(0x0004)
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 339 static AtkRole atkRole(AccessibilityRole role)
341 switch (role) {
378 //return ATK_ROLE_SPIN_BUTTON; // Some confusion about this role in AccessibilityRenderObject.cpp
434 // WebCore does not seem to have a role for list items
441 // WebCore does not know about paragraph role, label role, or section role
1650 AccessibilityRole role = coreObject->roleValue(); local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrl.c 129 * I - role - admission cotrol role (AP or Station) \n
201 * I - role - admission cotrol role (AP or Station) \n
245 pAdmCtrl->role = RSN_PAE_SUPP;

Completed in 158 milliseconds

1 23 4 5 6 7 8 91011>>