Home
last modified time | relevance | path

Searched refs:constrain (Results 1 – 25 of 35) sorted by relevance

12

/external/selinux/secilc/test/
Dintegration.cil185 (constrain (files (read)) (not (or (and (eq t1 exec_t) (eq t2 bin_t)) (eq r1 r2))))
186 (constrain char_w (not (or (and (eq t1 exec_t) (eq t2 bin_t)) (eq r1 r2))))
188 (constrain (file (read)) (or (and (eq t1 exec_t) (neq t2 bin_t) ) (eq u1 u2) ) )
189 (constrain (file (open)) (dom r1 r2))
190 (constrain (file (open)) (domby r1 r2))
191 (constrain (file (open)) (incomp r1 r2))
Dpolicy.cil284 (constrain (files (read)) (not (or (and (eq t1 exec_t) (eq t2 bin_t)) (eq r1 r2))))
285 (constrain char_w (not (or (and (eq t1 exec_t) (eq t2 bin_t)) (eq r1 r2))))
287 (constrain (file (read)) (or (and (eq t1 exec_t) (neq t2 bin_t) ) (eq u1 ua4) ) )
288 (constrain (file (open)) (dom r1 r2))
289 (constrain (file (open)) (domby r1 r2))
290 (constrain (file (open)) (incomp r1 r2))
/external/selinux/secilc/docs/
Dcil_constraint_statements.md4 constrain section in Constraint Statements
11 (constrain classpermissionset_id ... expression | expr ...)
22 <td align="left"><p><code>constrain</code></p></td>
23 <td align="left"><p>The <code>constrain</code> keyword.</p></td>
63 Two constrain statements are shown with their equivalent kernel policy language statements:
65 ;; constrain { file } { write }
67 (constrain (file (write))
77 ;; constrain { file } { read }
79 (constrain (file (read))
225 An MLS constrain statement with the equivalent kernel policy language statement:
Dcil_reference_guide.md179 …t`](cil_mls_labeling_statements.md#categoryset), [`constrain`](cil_constraint_statements.md#constr…
189 …roleattributeset typeattributeset | categoryset | booleanif tunableif | constrain mlsconstrain val…
256 4. The [`constrain`](cil_constraint_statements.md#constrain), [`mlsconstrain`](cil_constraint_stat…
DREADME.md55 * [constrain](cil_constraint_statements.md#constrain)
Dcil_access_vector_rules.md7 …trans)) or source, target class and permissions ([`constrain`](cil_constraint_statements.md#constr…
239 …(cil_constraint_statements.md#mlsvalidatetrans), [`constrain`](cil_constraint_statements.md#constr…
/external/chromium-trace/catapult/experimental/heatmap/
Dinput.js39 return constrain(time, 0, this.revisions.length - 1);
44 return constrain(bucket, 0, this.resolution - 1);
Dmath.js1 function constrain(value, low, high) { function
Dcalculate.js81 return constrain(bucket, 0, this.resolution - 1);
Drenderer.js74 y = constrain(y, 0, this.resolution - 1);
/external/selinux/libsepol/cil/src/
Dcil.c2302 void cil_constrain_init(struct cil_constrain **constrain) in cil_constrain_init() argument
2304 *constrain = cil_malloc(sizeof(**constrain)); in cil_constrain_init()
2306 (*constrain)->classperms = NULL; in cil_constrain_init()
2307 (*constrain)->str_expr = NULL; in cil_constrain_init()
2308 (*constrain)->datum_expr = NULL; in cil_constrain_init()
Dcil_internal.h992 void cil_constrain_init(struct cil_constrain **constrain);
Dcil_post.c1873 struct cil_constrain *constrain = node->data; in __cil_post_db_classperms_helper() local
1874 rc = __evaluate_classperms_list(constrain->classperms, db); in __cil_post_db_classperms_helper()
/external/jemalloc/include/jemalloc/internal/
Dsize_classes.sh261 * cannot support more than 256 small size classes. Further constrain NBINS to
/external/selinux/checkpolicy/
Dpolicy_scan.l72 constrain { return(CONSTRAIN); }
/external/valgrind/helgrind/
DREADME_MSMProp2.txt138 The effect of a state Read(VTS,LS) is to constrain all later-observed
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf1638 constrain process transition
1642 constrain process transition
1646 constrain process dyntransition
1648 constrain { dir file lnk_file sock_file fifo_file chr_file blk_file } { create relabelto relabelfro…
1650 constrain { tcp_socket udp_socket rawip_socket netlink_socket packet_socket unix_stream_socket unix…
/external/opencv3/modules/python/test/
Dtransformations.py1429 def setconstrain(self, constrain): argument
1431 self._constrain = constrain == True
/external/llvm/docs/TableGen/
DLangIntro.rst43 help interface designers constrain the input that they allow. Every `value
73 the ``list`` type, for example, to constrain the elements of the list to a
/external/libjpeg-turbo/
Dwizard.txt25 wide compatibility of low-quality files, you can constrain the scaled
/external/llvm/docs/
DFAQ.rst334 of leaving it in a local variable. If you really want to constrain the
/external/proguard/src/proguard/gui/
DGUIResources.properties421 <html>A regular expression to further constrain the class names,<br>\
/external/clang/include/clang/Basic/
DAttrDocs.td95 so that the implementation need not constrain ordering upon return from that
/external/avahi/specs/
Ddraft-cheshire-dnsext-multicastdns-04.txt1820 legacy implementations to constrain the design choices. Accordingly,
Ddraft-cheshire-dnsext-multicastdns-03.txt1820 legacy implementations to constrain the design choices. Accordingly,

12