Searched defs:role (Results 26 - 50 of 182) sorted by relevance

12345678

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescriptionfactory.cc74 // If we are the initiator set role to "actpass".
129 // Setting DTLS role to active.
130 ConnectionRole role = (options.prefer_passive_role) ? local
133 if (!SetSecurityInfo(desc.get(), role)) {
148 TransportDescription* desc, ConnectionRole role) const {
171 // Assign security role.
172 desc->connection_role = role;
/external/chromium_org/ui/accessibility/
H A Dax_node_data.h46 AXRole role; member in struct:ui::AXNodeData
H A Dax_view_state.h38 // The view's role, like button or list box.
39 AXRole role; member in struct:ui::AXViewState
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DConfigurationMessage.java31 * The client role component of the message.
36 OptionsMessage.ProtocolRole role) {
39 mClientRole = role;
35 ConfigurationMessage(EncodingOption enc, OptionsMessage.ProtocolRole role) argument
/external/guava/guava/src/com/google/common/math/
H A DMathPreconditions.java32 static int checkPositive(String role, int x) { argument
34 throw new IllegalArgumentException(role + " (" + x + ") must be > 0");
39 static long checkPositive(String role, long x) { argument
41 throw new IllegalArgumentException(role + " (" + x + ") must be > 0");
46 static BigInteger checkPositive(String role, BigInteger x) { argument
48 throw new IllegalArgumentException(role + " (" + x + ") must be > 0");
53 static int checkNonNegative(String role, int x) { argument
55 throw new IllegalArgumentException(role + " (" + x + ") must be >= 0");
60 static long checkNonNegative(String role, long x) { argument
62 throw new IllegalArgumentException(role
67 checkNonNegative(String role, BigInteger x) argument
[all...]
/external/libsepol/src/
H A Droles.c10 /* Check if a role exists */
12 sepol_policydb_t * p, const char *role, int *response)
17 (const hashtab_key_t)role) != NULL);
11 sepol_role_exists(sepol_handle_t * handle __attribute__ ((unused)), sepol_policydb_t * p, const char *role, int *response) argument
H A Dcontext_record.c14 /* Selinux role */
15 char *role; member in struct:sepol_context
55 return con->role;
61 sepol_context_t * con, const char *role)
64 char *tmp_role = strdup(role);
67 "context role to %s", role);
70 free(con->role);
71 con->role = tmp_role;
142 con->role
[all...]
/external/libsepol/tests/
H A Dtest-linker-roles.c33 * - role in appropriate symtab (global and decl)
38 * - role in base, no modules
39 * - role in base optional, no modules
40 * - role a in base, b in module
41 * - role a in base and module (additive)
42 * - role a in base and 2 module
43 * - role a in base optional, b in module
44 * - role a in base, b in module optional
45 * - role a in base optional, b in module optional
46 * - role
55 only_dominates_self(policydb_t * p, role_datum_t * role) argument
73 role_datum_t *role; local
102 role_datum_t *role; local
[all...]
/external/smack/src/org/jivesoftware/smackx/muc/
H A DAffiliate.java29 * then we will also have information about the role and nickname of the user in the room.
39 private String role; field in class:Affiliate
46 this.role = item.getRole();
54 this.role = item.getRole();
78 * Returns the current role of the affiliated user if the user is currently in the room.
81 * @return the current role of the affiliated user in the room or null if the user is not in
85 return role;
H A DOccupant.java30 * the affiliation and role of the occupant in the room. The full JID and nickname are optional.
37 private String role; field in class:Occupant
46 this.role = item.getRole();
57 this.role = item.getRole();
85 * Returns the current role of the occupant in the room. This information will always be
88 * @return the current role of the occupant in the room.
91 return role;
116 result = 17 * result + role.hashCode();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegCurvetoCubicSmooth.h30 SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
31 : SVGPathSegWithContext(element, role)
H A DSVGPathSegCurvetoQuadratic.h30 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
31 : SVGPathSegWithContext(element, role)
H A DSVGPathSegArc.h30 SVGPathSegArc(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) argument
31 : SVGPathSegWithContext(element, role)
H A DSVGPathSegCurvetoCubic.h30 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
31 : SVGPathSegWithContext(element, role)
/external/chromium_org/third_party/libxml/src/
H A Dxlink.c124 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/libsepol/include/sepol/policydb/
H A Dcontext.h28 * identity, a role, a type and a MLS range.
32 uint32_t role; member in struct:context_struct
76 dst->role = src->role;
86 c->user = c->role = c->type = 0;
93 (c1->role == c2->role) &&
/external/libxml2/
H A Dxlink.c124 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/bluedroid/stack/avct/
H A Davct_api.c123 ** the p_cc->role parameter. When this function is called to
139 AVCT_TRACE_API("AVCT_CreateConn: %d, control:%d", p_cc->role, p_cc->control);
152 if (p_cc->role == AVCT_INT)
227 ** the role parameter. When this function is called to
237 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role) argument
245 AVCT_TRACE_API("AVCT_CreateBrowse: %d", role);
262 if (role == AVCT_INT)
296 UNUSED(role);
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Dbrowser_views_accessibility_browsertest.cc51 int32 role);
56 int32 role);
95 int32 role) {
97 TestAccessibilityInfo(view->GetNativeViewAccessible(), name, role);
102 int32 role) {
113 EXPECT_EQ(role, V_I4(&acc_role));
92 TestViewAccessibilityObject( views::View* view, std::wstring name, int32 role) argument
100 TestAccessibilityInfo(IAccessible* acc_obj, std::wstring name, int32 role) argument
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_manager_client.h24 // Species the role of the object within the profile. SYMMETRIC should be
45 enum ProfileRole role; member in struct:chromeos::BluetoothProfileManagerClient::Options
/external/chromium_org/remoting/jingle_glue/
H A Dserver_log_entry.cc25 const char kKeyRole[] = "role";
64 void ServerLogEntry::AddRoleField(const char* role) { argument
65 Set(kKeyRole, role);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslstreamadapterhelper.cc49 void SSLStreamAdapterHelper::SetServerRole(SSLRole role) { argument
50 role_ = role;
/external/chromium_org/third_party/webrtc/base/
H A Dsslstreamadapterhelper.cc31 void SSLStreamAdapterHelper::SetServerRole(SSLRole role) { argument
32 role_ = role;
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMUCAdmin.java91 private String role; field in class:MUCAdmin.Item
97 * @param role the privilege level of an occupant within a room.
99 public Item(String affiliation, String role) { argument
101 this.role = role;
158 * have no defined role). A role lasts only for the duration of an occupant's visit to
164 return role;
219 buf.append(" role=\"").append(getRole()).append("\"");
/external/bluetooth/bluedroid/bta/include/
H A Dbta_pan_api.h62 char *p_srv_name; /* service name for the PAN role */
64 tBTA_SEC sec_mask; /* security setting for the role */
72 tBTA_PAN_STATUS status; /* status of set role event */
73 tBTA_PAN_ROLE role; /* PAN roles successfully registered */ member in struct:__anon913
91 tBTA_PAN_ROLE local_role; /* Local device PAN role for the connection */
92 tBTA_PAN_ROLE peer_role; /* Peer device PAN role for the connection */
163 BTA_API void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_info,

Completed in 710 milliseconds

12345678