Searched defs:specified (Results 1 - 21 of 21) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Davtab.h70 uint16_t specified; /* what fields are specified */ member in struct:avtab_key
77 /* extension of the avtab_key specified */
78 uint8_t specified; member in struct:avtab_extended_perms
138 extern avtab_ptr_t avtab_search_node_next(avtab_ptr_t node, int specified);
H A Dpolicydb.h257 uint8_t specified; member in struct:av_extended_perms
282 uint32_t specified; member in struct:avrule
/external/selinux/libsepol/src/
H A Davtab.c104 if (key->specified & AVTAB_XPERMS) {
139 uint16_t specified = local
140 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD);
151 (specified & cur->key.specified)) {
153 if (specified & AVTAB_XPERMS)
176 * key/specified mask into the table, as needed by the conditional avtab.
184 uint16_t specified = local
185 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD);
195 (specified
216 uint16_t specified = local
251 uint16_t specified = local
278 avtab_search_node_next(avtab_ptr_t node, int specified) argument
[all...]
H A Dmls.c551 * structure `c' from the values specified in the
552 * policy `oldp' to the values specified in the policy `newp'.
611 uint32_t specified, context_struct_t * newcontext)
621 switch (specified) {
607 mls_compute_sid(policydb_t * policydb, context_struct_t * scontext, context_struct_t * tcontext, sepol_security_class_t tclass, uint32_t specified, context_struct_t * newcontext) argument
H A Dexpand.c1628 if (key->specified & AVTAB_XPERMS) {
1631 if ((node->datum.xperms->specified == xperms->specified) &&
1636 node = avtab_search_node_next(node, key->specified);
1650 node = avtab_search_node_next(node, key->specified);
1660 avdatum.data = key->specified == AVTAB_AUDITDENY ? ~0 : 0;
1696 uint32_t specified, cond_av_list_t ** cond,
1708 if (!(specified & (AVRULE_TRANSITION|AVRULE_MEMBER|AVRULE_CHANGE))) {
1709 ERR(handle, "Invalid specification: %"PRIu32"\n", specified);
1713 avkey.specified
1694 expand_terule_helper(sepol_handle_t * handle, policydb_t * p, uint32_t * typemap, uint32_t specified, cond_av_list_t ** cond, cond_av_list_t ** other, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) argument
1826 expand_avrule_helper(sepol_handle_t * handle, uint32_t specified, cond_av_list_t ** cond, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled, av_extended_perms_t *extended_perms) argument
[all...]
H A Dservices.c372 * when it is applied to the specified source and target
932 avkey.specified = AVTAB_AV;
947 avtab_search_node_next(node, avkey.specified)) {
948 if (node->key.specified == AVTAB_ALLOWED)
950 else if (node->key.specified ==
953 else if (node->key.specified == AVTAB_AUDITDENY)
1216 * Return a class ID associated with the class string specified by
1304 * has the string representation specified by `scontext'.
1365 uint32_t specified, sepol_security_id_t * out_sid)
1390 switch (specified) {
1362 sepol_compute_sid(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, uint32_t specified, sepol_security_id_t * out_sid) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp513 // If the NVVM IR has some of reqntid* specified, then output
515 // If none of reqntid* is specified, don't output reqntid directive.
517 bool specified = false; local
521 specified = true;
525 specified = true;
529 specified = true;
531 if (specified)
535 // If the NVVM IR has some of maxntid* specified, then output
537 // If none of maxntid* is specified, don't output maxntid directive.
539 specified
[all...]
/external/python/cpython2/Lib/xml/dom/
H A Dminidom.py339 specified = False variable in class:Attr
362 return self.specified
1827 a.specified = attr.specified
1853 clone.specified = True
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c978 (cur_av->node->key.specified & key->specified))
999 avtab_key.specified = AVTAB_TRANSITION;
1002 avtab_key.specified = AVTAB_CHANGE;
1005 avtab_key.specified = AVTAB_MEMBER;
1318 avtab_key.specified = AVTAB_ALLOWED;
1321 avtab_key.specified = AVTAB_AUDITALLOW;
1324 avtab_key.specified = AVTAB_AUDITDENY;
1641 complete->specified = AVTAB_XPERMS_IOCTLDRIVER;
1654 partial->specified
1732 uint16_t specified; local
[all...]
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 437 milliseconds