Searched refs:role (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/external/libsepol/tests/policies/test-hooks/
H A Dmodule_add_role_allow_trans.conf5 role role_a_1;
6 role role_a_2;
7 role role_t_1;
8 role role_t_2;
H A Dmodule_add_symbols.conf7 role role_add_1;
/external/libsepol/tests/policies/test-expander/
H A Drole-module.conf5 role role_check_1;
9 role role_check_1 types role_check_1_2_t;
H A Dbase-base-only.conf37 role myrole_r;
38 role myrole_r types mytype_t;
/external/libsepol/tests/policies/test-deps/
H A Dmodreq-role-global.conf4 role role_req_r, user_r;
11 # role role_req_r types a_t;
H A Dmodreq-role-opt.conf12 role role_req_r, user_r;
H A Dmodule.conf7 role system_r;
13 role system_r types new_t;
/external/libsepol/tests/policies/test-linker/
H A Dmodule1.conf6 role g_b_role_2;
21 #add role in module test
22 role g_m1_role_1;
23 role g_m1_role_1 types g_m1_type_1;
40 #add type to base role test
41 role g_b_role_2 types g_m1_type_1;
42 role g_b_role_3;
43 role g_b_role_3 types g_m1_type_2;
45 #add type to base optional role test
46 role o1_b_role_
[all...]
H A Dmodule2.conf15 role g_m2_role_1;
16 role g_m2_role_1 types g_m2_type_1;
21 #add types to role declared in base test
23 role g_b_role_3;
24 role g_b_role_3 types g_m2_type_2;
26 #optional base role w/ adds in 2 modules
27 role o4_b_role_1;
28 role o4_b_role_1 types g_m2_type_1;
51 role o1_m2_role_1;
52 role o1_m2_role_
[all...]
/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/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescription.cc34 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role) { argument
44 *role = static_cast<ConnectionRole>(CONNECTIONROLE_ACTIVE + i);
51 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str) { argument
52 switch (role) {
/external/libsepol/include/sepol/
H A Droles.h5 const char *role, int *response);
/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/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Daria_util.js27 * A constant indicating no role name.
33 * A mapping from ARIA role names to their message ids.
231 var role = targetElement.getAttribute('role');
234 return (role == 'img' || role == 'progressbar' || hasArialLabel);
240 * with a particular role.
243 * @param {string} roleName The role to check for.
245 * role.
249 if (roleName && node && (node.getAttribute('role')
[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/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/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/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/libsepol/src/
H A Dcontext.c37 role_datum_t *role; local
44 if (!c->role || c->role > p->p_roles.nprim)
53 if (c->role != OBJECT_R_VAL) {
57 role = p->role_val_to_struct[c->role - 1];
58 if (!ebitmap_get_bit(&role->cache, c->type - 1))
59 /* role may not be associated with type */
63 * User must be authorized for the role.
69 if (!ebitmap_get_bit(&usrdatum->cache, c->role
156 char *role = strdup(sepol_context_get_role(record)); local
[all...]
/external/chromium_org/ui/accessibility/
H A Dax_tree_unittest.cc64 root.role = AX_ROLE_ROOT_WEB_AREA;
72 button.role = AX_ROLE_BUTTON;
78 checkbox.role = AX_ROLE_CHECK_BOX;
100 EXPECT_EQ(root.role, root_node->data().role);
106 EXPECT_EQ(button.role, button_node->data().role);
110 EXPECT_EQ(checkbox.role, checkbox_node->data().role);
122 list.role
[all...]
H A Dax_view_state.cc10 : role(AX_ROLE_CLIENT),
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_enum_conversion.h14 ui::AXRole AXRoleFromBlink(blink::WebAXRole role);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
H A DLocationInformationBox.java18 private int role; field in class:LocationInformationBox
46 return role;
49 public void setRole(int role) { argument
50 this.role = role;
102 role = IsoTypeReader.readUInt8(content);
117 IsoTypeWriter.writeUInt8(byteBuffer, role);
/external/chromium_org/media/audio/win/
H A Daudio_device_listener_win.cc24 static std::string RoleToString(ERole role) { argument
25 switch (role) {
34 ERole role) {
36 CoreAudioUtil::CreateDefaultDevice(flow, role);
136 EDataFlow flow, ERole role, LPCWSTR new_default_device_id) {
138 if ((role != eConsole && role != eCommunications) ||
147 role == eConsole ?
151 role == eConsole ?
166 << ", role
33 GetDeviceId(EDataFlow flow, ERole role) argument
135 OnDefaultDeviceChanged( EDataFlow flow, ERole role, LPCWSTR new_default_device_id) argument
[all...]

Completed in 449 milliseconds

1234567891011>>