HomeSort by relevance Sort by last modified time
    Searched full:role (Results 476 - 500 of 1705) sorted by null

<<11121314151617181920>>

  /external/autotest/client/tests/kvm/
migration_control.srv 87 source_params['role'] = "source"
90 dest_params['role'] = "destination"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/
JcaJceUtils.java 40 // we try ASN.1 explicitly first just in case and then role back to the default.
65 // we try ASN.1 explicitly first just in case and then role back to the default.
  /external/chromium-trace/catapult/third_party/polymer/components/paper-button/test/
paper-button.html 69 test('aria role is a button', function() {
70 assert.strictEqual('button', b1.getAttribute('role'));
  /external/clang/test/Sema/
attr-capabilities.c 3 typedef int __attribute__((capability("role"))) ThreadRole;
12 struct __attribute__((capability("wrong"))) IncorrectName {}; // expected-warning {{invalid capability name 'wrong'; capability name must be 'mutex' or 'role'}}
  /external/jetty/src/java/org/eclipse/jetty/security/
UserAuthentication.java 50 public boolean isUserInRole(Scope scope, String role)
52 return _userIdentity.isUserInRole(role, scope);
  /external/jetty/src/java/org/eclipse/jetty/util/security/
Constraint.java 93 * @param role
95 public Constraint(String name, String role)
98 setRoles(new String[] { role });
129 * @return True if any user role is permitted.
147 * @param role
148 * @return True if the constraint contains the role.
150 public boolean hasRole(String role)
154 if (role.equals(_roles[i])) return true;
  /external/libweave/src/
config.h 81 void set_local_anonymous_access_role(AuthScope role) {
82 settings_->local_anonymous_access_role = role;
  /external/selinux/libsepol/cil/src/
cil_post.c 370 struct cil_role *role = node->data; local
371 if (role->datum.nodes->head->data == node) {
373 role->value = db->num_roles;
453 struct cil_role *role = node->data; local
457 db->val_to_role[role->value] = role;
715 cil_log(CIL_ERR, "Failed to expand role attribute to bitmap\n");
738 struct cil_role *role = (struct cil_role *)datum; local
739 if (ebitmap_set_bit(bitmap, role->value, 1)) {
740 cil_log(CIL_ERR, "Failed to set role bit\n")
1318 struct cil_role *role = NULL; local
1332 struct cil_role *role = roletype->role; local
1354 struct cil_role *role = NULL; local
    [all...]
  /external/selinux/libsepol/src/
services.c 208 * For user and role plus types (for policy vers <
508 val1 = scontext->role;
509 val2 = tcontext->role;
645 val1 = c->role;
928 * role is changing, then check the (current_role, new_role)
933 scontext->role != tcontext->role) {
935 if (scontext->role == ra->role &&
936 tcontext->role == ra->new_role
1570 role_datum_t *role; local
1996 role_datum_t *role; local
    [all...]
  /external/selinux/policycoreutils/setfiles/
restorecon.8 44 default file context, changing the user, role, range portion as well as the type.
67 show changes in file labels, if type or role are going to be changed.
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliExtendsList.java 93 @Override public Role getRole() {
94 return Role.EXTENDS_LIST;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
IOProfile.h 36 IOProfile(const String8 &name, audio_port_role_t role)
37 : AudioPort(name, AUDIO_PORT_TYPE_MIX, role) {}
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
PanProfile.java 159 void setLocalRole(BluetoothDevice device, int role) {
160 mDeviceRoleMap.put(device, role);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 432 pw.println("Invalid power role: " + args[2]);
447 pw.println("Invalid data role: " + args[3]);
510 pw.println("Invalid power role: " + args[3]);
523 pw.println("Invalid data role: " + args[4]);
562 pw.println(" (add ? suffix if mode, power role, or data role can be changed)");
567 pw.println("Example USB type C port role switch:");
578 pw.println("Example USB type C port where only power role can be changed:");
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core_Wrapper.c 129 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role,
135 return OMX_GetComponentsOfRole(role, pNumComps, compNames);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core_Wrapper.c 133 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role,
139 return OMX_GetComponentsOfRole(role, pNumComps, compNames);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-manager/2.2/
plexus-compiler-manager-2.2.jar 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
userquery.py 39 roles_equal If true, only types with role sets
44 will be used on the role names instead
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/
doxia-site-renderer-1.0.pom 42 <role>Java Developer</role>
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.pom 42 <role>Java Developer</role>
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.pom 189 <role>Lead Developer</role>
  /system/bt/service/doc/
IBluetooth.txt 109 * Returns a binder that can be used to interact with GATT client-role
115 * Returns a binder that can be used to interact with GATT server-role
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_defacl.py 26 PUBLIC_READ_JSON_ACL_TEXT = '"entity":"allUsers","role":"READER"'
37 def _MakeScopeRegex(self, role, entity_type, email_address):
38 template_regex = (r'\{.*"entity":\s*"%s-%s".*"role":\s*"%s".*\}' %
39 (entity_type, email_address, role))
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 283 class Role : public Temp<N> {
289 void foo(Role<N, test13::Foo> &role) {
290 (void) role.x;
  /external/freetype/include/
ftbbox.h 21 /* This component has a _single_ role: to compute exact outline bounding */

Completed in 2064 milliseconds

<<11121314151617181920>>