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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /libcore/luni/src/main/java/javax/security/auth/
package.html 9 different methods of users' authentication and role based users' authorization.
11 All subjects' authentication and role based authorization are strongly coupled with
  /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/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);
sdp.h 34 int bnep_sdp_register(bdaddr_t *device, uint16_t role);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Choice.java 4 * Marker interface for CHOICE objects - if you implement this in a role your
  /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/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)
  /external/bluetooth/bluez/network/
common.h 39 int bnep_connadd(int sk, uint16_t role, char *dev);
  /external/libnfc-nxp/src/
phLibNfc_initiator.h 45 /*Store the role of remote device*/
  /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,

Completed in 465 milliseconds

1 2 3 4 5 6 7 8 91011>>