/external/webkit/WebCore/svg/ |
xlinkattrs.in | 7 role
|
/external/webkit/WebKit/gtk/docs/ |
webkitgtk-docs.sgml | 43 <index id="index-deprecated" role="deprecated"> 46 <index id="index-1.0.1" role="1.0.1"> 49 <index id="index-1.0.2" role="1.0.2"> 52 <index id="index-1.0.3" role="1.0.3"> 55 <index id="index-1.1.1" role="1.1.1"> 58 <index id="index-1.1.2" role="1.1.2"> 61 <index id="index-1.1.3" role="1.1.3"> 64 <index id="index-1.1.4" role="1.1.4"> 67 <index id="index-1.1.5" role="1.1.5"> 70 <index id="index-1.1.6" role="1.1.6" [all...] |
/external/bluetooth/bluez/network/ |
network.conf | 10 [PANU Role] 19 [GN Role] 27 [NAP Role]
|
manager.c | 126 conf.panu_script = g_key_file_get_string(keyfile, "PANU Role", 133 conf.gn_script = g_key_file_get_string(keyfile, "GN Role", 140 conf.nap_script = g_key_file_get_string(keyfile, "NAP Role", 148 conf.iface_prefix = g_key_file_get_string(keyfile, "PANU Role", 155 conf.gn_iface = g_key_file_get_string(keyfile, "GN Role", 162 conf.nap_iface = g_key_file_get_string(keyfile, "NAP Role",
|
/dalvik/libcore/auth/src/main/java/javax/security/auth/ |
package.html | 9 different methods of users' authentification and role based users' authorization. 11 All subjects' authentification and role based authorization are strongly coupled with
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
RoleSyntax.java | 57 * @param roleAuthority the role authority of this RoleSyntax. 58 * @param roleName the role name of this RoleSyntax. 68 throw new IllegalArgumentException("the role name MUST be non empty and MUST " + 78 * @param roleName the role name of this RoleSyntax. 88 * the role name, builds a <code>GeneralName</code> to hold the role name 133 * Gets the role authority of this RoleSyntax. 135 * role authority of this RoleSyntax. 143 * Gets the role name of this RoleSyntax. 145 * role name of this RoleSyntax [all...] |
/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);
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
ASN1Choice.java | 4 * Marker interface for CHOICE objects - if you implement this in a role your
|
/external/bluetooth/bluez/compat/ |
pand.1 | 30 \fB\-\-role\fR \fB\-r\fR <role> 31 Local PAN role (PANU, NAP, GN) 33 \fB\-\-service\fR \fB\-d\fR <role>
|
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...] |
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);
|
/external/bluetooth/glib/docs/reference/gobject/ |
gobject-docs.sgml | 36 <ulink role="online-location" url="http://library.gnome.org/devel/gobject/unstable/">http://library.gnome.org/devel/gobject/unstable/</ulink>. 131 <index role="deprecated"> 134 <index role="2.2"> 137 <index role="2.4"> 140 <index role="2.6"> 143 <index role="2.8"> 146 <index role="2.10"> 149 <index role="2.12"> 152 <index role="2.14"> 155 <index role="2.18" [all...] |
/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/wpa_supplicant/wpa_gui-qt4/ |
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)
|
eventhistory.h | 32 QVariant data(const QModelIndex &index, int role) const; 34 int role = Qt::DisplayRole) const;
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
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)
|
eventhistory.h | 32 QVariant data(const QModelIndex &index, int role) const; 34 int role = Qt::DisplayRole) const;
|
/external/bluetooth/bluez/src/ |
hcid.conf | 47 # deny role switch on outgoing connections 52 # rswitch - allow role switch
|
/external/bluetooth/glib/docs/reference/glib/ |
glib-docs.sgml | 90 <ulink role="online-location" url="http://library.gnome.org/devel/glib/unstable/">http://library.gnome.org/devel/glib/unstable/</ulink>. 212 <index role="deprecated"> 215 <index role="2.2"> 218 <index role="2.4"> 221 <index role="2.6"> 224 <index role="2.8"> 227 <index role="2.10"> 230 <index role="2.12"> 233 <index role="2.14"> 236 <index role="2.16" [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebViewFactory.mm | 523 return UI_STRING("HTML content", "accessibility role description for web area"); 528 return UI_STRING("link", "accessibility role description for link"); 533 return UI_STRING("list marker", "accessibility role description for list marker"); 538 return UI_STRING("image map", "accessibility role description for image map"); 543 return UI_STRING("heading", "accessibility role description for headings"); 671 return UI_STRING("audio element controller", "accessibility role description for audio element controller"); 673 return UI_STRING("video element controller", "accessibility role description for video element controller"); 680 return UI_STRING("mute", "accessibility role description for mute button"); 682 return UI_STRING("unmute", "accessibility role description for turn mute off button"); 684 return UI_STRING("play", "accessibility role description for play button") [all...] |
/external/webkit/WebKit/win/ |
WebCoreLocalizedStrings.cpp | 82 String WebCore::AXWebAreaText() { return String(LPCTSTR_UI_STRING("web area", "accessibility role description for web area")); } 83 String WebCore::AXLinkText() { return String(LPCTSTR_UI_STRING("link", "accessibility role description for link")); } 84 String WebCore::AXListMarkerText() { return String(LPCTSTR_UI_STRING("list marker", "accessibility role description for list marker")); } 85 String WebCore::AXImageMapText() { return String(LPCTSTR_UI_STRING("image map", "accessibility role description for image map")); } 86 String WebCore::AXHeadingText() { return String(LPCTSTR_UI_STRING("heading", "accessibility role description for headings")); } 126 return String(LPCTSTR_UI_STRING("audio element controller", "accessibility role description for audio element controller")); 128 return String(LPCTSTR_UI_STRING("video element controller", "accessibility role description for video element controller")); 130 return String(LPCTSTR_UI_STRING("mute", "accessibility role description for mute button")); 132 return String(LPCTSTR_UI_STRING("unmute", "accessibility role description for turn mute off button")); 134 return String(LPCTSTR_UI_STRING("play", "accessibility role description for play button")) [all...] |
/external/bluetooth/bluez/tools/ |
hcitool.1 | 73 .BI cc " [--role=m|s] [--pkt-type=<ptype>] <bdaddr>" 94 --role 98 (do not allow role switch, stay master) or 101 (allow role switch, become slave if the peer asks to become master). Default is 111 .BI sr " <bdaddr> <role>" 112 Switch role for the baseband connection from the remote device to
|
/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/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)
|
/external/bluetooth/bluez/audio/ |
audio.conf | 9 # Switch to master role for incoming connections (defaults to true)
|