HomeSort by relevance Sort by last modified time
    Searched full:roles (Results 151 - 175 of 336) sorted by null

1 2 3 4 5 67 8 91011>>

  /docs/source.android.com/src/source/
submit-patches.jd 39 <p>For information about the different roles you can play within the Android
40 Open Source community, see <a href="{@docRoot}source/roles.html">Project roles</a>.</p>
177 For details about the different roles in the Android Open Source community and
178 who plays them, see <a href="{@docRoot}source/roles.html">Project Roles</a>.</p>
source_toc.cs 26 <li><a href="<?cs var:toroot ?>source/roles.html">Project Roles</a></li>
  /external/chromium_org/ui/accessibility/
ax_view_state.h 65 // set the string value of this view. This only applies to roles where
  /external/chromium_org/ui/message_center/
notification_delegate.h 20 // Delegate for a notification. This class has two roles: to implement callback
  /external/libsepol/include/sepol/policydb/
ebitmap.h 10 * roles, categories, and classes.
  /external/libsepol/src/
expand.c 601 * The boundaries have to be copied after the types/roles/users are copied,
839 if (map_ebitmap(&role->roles, &mapped_roles, state->rolemap))
841 if (ebitmap_union(&new_role->roles, &mapped_roles)) {
848 ebitmap_for_each_bit(&role->roles, rnode, i) {
933 * the roles have been added */
1125 /* get global roles for this user */
1126 if (role_set_expand(&user->roles, &tmp_union, state->out, state->base, state->rolemap)) {
1132 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) {
1299 ebitmap_t roles, new_roles local
1368 ebitmap_t roles, types; local
2450 ebitmap_t mapped_roles, roles; local
    [all...]
link.c 389 /* new_role's dominates, types and roles field will be copied
555 /* new_users's roles and MLS fields will be copied during
756 * The boundaries have to be copied after the types/roles/users are copied,
1013 static int role_set_or_convert(role_set_t * roles, role_set_t * dst,
1021 ebitmap_for_each_bit(&roles->roles, rnode, i) {
1030 if (ebitmap_union(&dst->roles, &tmp)) {
1033 dst->flags |= roles->flags;
1136 ebitmap_for_each_bit(&role->roles, rnode, i) {
1145 if (ebitmap_union(&dest_role->roles, &e_tmp))
    [all...]
policydb.c 376 "roles",
430 ebitmap_init(&x->roles);
435 ebitmap_destroy(&x->roles);
444 ebitmap_init(&x->roles);
453 ebitmap_destroy(&x->roles);
473 role_set_init(&x->roles);
484 role_set_destroy(&x->roles);
551 role_set_init(&x->roles);
559 role_set_destroy(&x->roles);
605 role_set_init(&x->roles);
    [all...]
hierarchy.c 441 if (up && !ebitmap_contains(&up->roles.roles, &u->roles.roles)) {
  /frameworks/av/media/libstagefright/omx/
OMX.cpp 206 Vector<String8> roles; local
208 mMaster->getRolesOfComponent(componentName, &roles);
211 for (OMX_U32 i = 0; i < roles.size(); ++i) {
212 info.mRoles.push_back(roles[i]);
  /frameworks/base/tests/AccessoryDisplay/
README 6 There are two applications with two distinct roles: a sink
  /hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.h 93 Vector<String8> *roles);
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.h 51 char* roles[OMX_CORE_MAX_CMP_ROLES];// roles played member in struct:_omx_core_cb_type
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.h 51 char* roles[OMX_CORE_MAX_CMP_ROLES];// roles played member in struct:_omx_core_cb_type
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 101 Exynos_OSAL_Strcpy(componentList[totalCompNum].component.roles[j], exynosComponentsTemp[i]->roles[j]);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.pom 26 <roles>
28 </roles>
  /prebuilts/tools/common/m2/repository/com/google/guava/guava-parent/15.0/
guava-parent-15.0.pom 51 <roles>
54 </roles>
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.pom 26 <roles>
28 </roles>
  /external/bluetooth/bluedroid/stack/include/
pan_api.h 47 /* Bit map for PAN roles */
264 ** Parameters: role - is bit map of roles to be active
268 ** sec_mask - Security mask for different roles
270 ** security for roles PANU, GN and NAP in order
305 ** src and dst roles may not be valid or
  /external/checkpolicy/
policy_parse.y 78 %type <ptr> role_def roles
95 %token ROLES
481 role_dominance : DOMINANCE '{' roles '}'
491 roles : role_def label
493 | roles role_def
498 | ROLE identifier_push '{' roles '}'
623 user_def : USER identifier ROLES names opt_mls_user ';'
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCUser.java 26 * Represents extended presence information about roles, affiliations, full JIDs,
96 * Returns the item child that holds information about roles, affiliation, jids and nicks.
98 * @return an item child that holds information about roles, affiliation, jids and nicks.
156 * Sets the item child that holds information about roles, affiliation, jids and nicks.
158 * @param item the item child that holds information about roles, affiliation, jids and nicks.
367 * Item child that holds information about roles, affiliation, jids and nicks.
443 * possible roles are "moderator", "participant", and "visitor" (it is also possible to
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 161 UINT8 app_id[3]; /* application id for PAN roles */
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.h 48 // GetDelegate()) which represent the consumers of the two roles in plays.
  /external/chromium_org/third_party/WebKit/public/web/
WebAXEnums.h 70 // Accessibility roles.
  /external/libsepol/tests/
test-linker.c 33 #include "test-linker-roles.h"

Completed in 546 milliseconds

1 2 3 4 5 67 8 91011>>