Home
last modified time | relevance | path

Searched defs:role (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/pulseaudio/src/modules/
Dmodule-intended-roles.c64 static bool role_match(pa_proplist *proplist, const char *role) { in role_match()
69 const char *role; in sink_input_new_hook_callback() local
113 const char *role; in source_output_new_hook_callback() local
173 const char *role; in sink_put_hook_callback() local
220 const char *role; in source_put_hook_callback() local
275 const char *role; in sink_unlink_hook_callback() local
326 const char *role; in source_unlink_hook_callback() local
Dmodule-device-manager.c418 for (uint32_t role = ROLE_NONE; role < NUM_ROLES; ++role) { in dump_database() local
428 for (uint32_t role = ROLE_NONE; role < NUM_ROLES; ++role) { in dump_database() local
547 static uint32_t get_role_index(const char* role) { in get_role_index()
651 const char *role; in route_sink_input() local
723 const char *role; in route_source_output() local
973 const char *role; in sink_input_new_hook_callback() local
1010 const char *role; in source_output_new_hook_callback() local
1311 const char *role; in extension_cb() local
Dmodule-position-event-sounds.c71 const char *hpos, *vpos, *role, *id; in sink_input_fixate_hook_callback() local
/third_party/selinux/libsepol/tests/
Dtest-linker-roles.c56 static void only_dominates_self(policydb_t * p, role_datum_t * role) in only_dominates_self()
72 role_datum_t *role; in base_role_tests() local
101 role_datum_t *role; in module_role_tests() local
/third_party/selinux/libselinux/src/
Dget_default_type.c10 int get_default_type(const char *role, char **type) in get_default_type()
27 static int find_default_type(FILE * fp, const char *role, char **type) in find_default_type()
/third_party/node/deps/npm/node_modules/libnpmorg/test/
Dindex.js21 role: 'admin' property
25 role: 'admin' property
39 role: 'developer' property
/third_party/unity/auto/
Dcolour_prompt.rb113 def colour_puts(role, str) argument
117 def colour_print(role, str) argument
/third_party/cJSON/tests/unity/auto/
Dcolour_prompt.rb112 def colour_puts(role, str) argument
116 def colour_print(role, str) argument
/third_party/node/deps/npm/test/tap/
Dorg.js29 role: 'developer' property
50 roles.forEach(function (role) { argument
58 role: role property
/third_party/typescript/tests/baselines/reference/
DmultiLinePropertyAccessAndArrowFunctionIndent1.js11 .then(function (role) { argument
/third_party/node/deps/npm/node_modules/libnpmorg/
Dindex.js17 cmd.set = (org, user, role, opts) => { argument
29 body: { user, role } field
/third_party/node/deps/npm/lib/
Dorg.js46 function org ([cmd, orgname, username, role], cb) { argument
66 function orgSet (org, user, role, opts) { argument
/third_party/node/test/common/
Drequire-as.js6 function runModuleAs(filename, flags, spawnOptions, role) { argument
/third_party/selinux/secilc/docs/
Dcil_role_statements.md4 role section in Role Statements
/third_party/selinux/libsepol/src/
Duser_record.c173 sepol_user_t * user, const char *role) in sepol_user_add_role()
206 int sepol_user_has_role(const sepol_user_t * user, const char *role) in sepol_user_has_role()
289 void sepol_user_del_role(sepol_user_t * user, const char *role) in sepol_user_del_role()
Dcontext.c38 role_datum_t *role; in context_is_valid() local
156 char *role = strdup(sepol_context_get_role(record)); in context_from_record() local
Dcontext_record.c16 char *role; member
59 sepol_context_t * con, const char *role) in sepol_context_set_role()
/third_party/openssl/ssl/statem/
Dextensions_cust.c82 ENDPOINT role, unsigned int ext_type, in custom_ext_find()
120 ENDPOINT role = ENDPOINT_BOTH; in custom_ext_parse() local
340 static int add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, in add_custom_ext_intern()
405 static int add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, in add_old_custom_ext()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c331 OMX_PARAM_COMPONENTROLETYPE *role = param; in vid_dec_SetParameter() local
383 OMX_PARAM_COMPONENTROLETYPE *role = param; in vid_dec_GetParameter() local
/third_party/selinux/libselinux/utils/
Dgetdefaultcon.c23 char *user = NULL, *level = NULL, *role=NULL, *seuser=NULL, *dlevel=NULL; in main() local
/third_party/libxml2/
Dxlink.c124 xmlChar *type = NULL, *role = NULL; in xlinkIsLink() local
/third_party/pulseaudio/src/pulse/
Dext-device-manager.h39 const char *role; member
/third_party/flutter/skia/infra/bots/recipe_modules/builder_name_schema/
Dbuilder_name_schema.py148 def _parse(depth, role, parts): argument
/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c758 const char *role; in sink_input_put_hook_callback() local
773 const char *role; in source_output_put_hook_callback() local
788 const char *role; in sink_input_unlink_hook_callback() local
803 const char *role; in source_output_unlink_hook_callback() local
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/
Dbuilder_name_schema.py152 def _parse(depth, role, parts): argument

123456