Home
last modified time | relevance | path

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

123

/third_party/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))
/third_party/selinux/secilc/docs/
Dcil_constraint_statements.md4 constrain section in Constraint Statements
12 (constrain classpermissionset_id ... expression | expr ...)
24 <td align="left"><p><code>constrain</code></p></td>
25 <td align="left"><p>The <code>constrain</code> keyword.</p></td>
65 Two constrain statements are shown with their equivalent kernel policy language statements:
68 ;; constrain { file } { write }
70 (constrain (file (write))
80 ;; constrain { file } { read }
82 (constrain (file (read))
235 An MLS constrain statement with the equivalent kernel policy language statement:
Dcil_reference_guide.md190 …t`](cil_mls_labeling_statements.md#categoryset), [`constrain`](cil_constraint_statements.md#constr…
202 …roleattributeset typeattributeset | categoryset | booleanif tunableif | constrain mlsconstrain val…
277 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…
254 …(cil_constraint_statements.md#mlsvalidatetrans), [`constrain`](cil_constraint_statements.md#constr…
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dmod.rs110 fn constrain(&mut self, node: Self::Node) -> ConstrainResult; in constrain() method
166 if let ConstrainResult::Changed = analysis.constrain(node) { in analyze()
322 fn constrain(&mut self, node: Node) -> ConstrainResult { in constrain() method
Dhas_destructor.rs89 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
Dhas_type_param_in_array.rs106 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
Dhas_vtable.rs153 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
Dhas_float.rs100 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
Dsizedness.rs204 fn constrain(&mut self, id: TypeId) -> ConstrainResult { in constrain() method
Dtemplate_params.rs516 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
Dderive.rs663 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
/third_party/node/deps/npm/node_modules/libnpmsearch/
DREADME.md75 If `opts.limit` is provided, it will be sent to the API to constrain the number
99 If `opts.limit` is provided, it will be sent to the API to constrain the number
129 If `opts.limit` is provided, it will be sent to the API to constrain the number
/third_party/rust/crates/serde/test_suite/tests/ui/remote/
Dwrong_ser.stderr15 | pub fn constrain<T: ?Sized>(t: &T) -> &T {
Dwrong_getter.stderr15 | pub fn constrain<T: ?Sized>(t: &T) -> &T {
/third_party/typescript/tests/baselines/reference/
DstringIndexerConstrainsPropertyDeclarations.types2 // String indexer types constrain the types of named properties in their containing type
DnumericIndexerConstrainsPropertyDeclarations.types2 // String indexer types constrain the types of named properties in their containing type
DnumericIndexerConstrainsPropertyDeclarations.errors.txt15 // String indexer types constrain the types of named properties in their containing type
DstringIndexerConstrainsPropertyDeclarations.symbols2 // String indexer types constrain the types of named properties in their containing type
DnumericIndexerConstrainsPropertyDeclarations.symbols2 // String indexer types constrain the types of named properties in their containing type
/third_party/selinux/libsepol/cil/src/
Dcil.c2646 void cil_constrain_init(struct cil_constrain **constrain) in cil_constrain_init() argument
2648 *constrain = cil_malloc(sizeof(**constrain)); in cil_constrain_init()
2650 (*constrain)->classperms = NULL; in cil_constrain_init()
2651 (*constrain)->str_expr = NULL; in cil_constrain_init()
2652 (*constrain)->datum_expr = NULL; in cil_constrain_init()
/third_party/selinux/checkpolicy/
Dpolicy_scan.l87 constrain { return(CONSTRAIN); }
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_device_address_binding_report.adoc116 Adding queries or properties would constrain implementations, which might
/third_party/skia/third_party/externals/tint/docs/
Darch.md99 next. The AST node itself does not constrain the set of stride values that you

123