/third_party/selinux/secilc/test/ |
D | integration.cil | 185 (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/ |
D | cil_constraint_statements.md | 4 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:
|
D | cil_reference_guide.md | 190 …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…
|
D | README.md | 55 * [constrain](cil_constraint_statements.md#constrain)
|
D | cil_access_vector_rules.md | 7 …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/ |
D | mod.rs | 110 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
|
D | has_destructor.rs | 89 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
|
D | has_type_param_in_array.rs | 106 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
|
D | has_vtable.rs | 153 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
|
D | has_float.rs | 100 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
|
D | sizedness.rs | 204 fn constrain(&mut self, id: TypeId) -> ConstrainResult { in constrain() method
|
D | template_params.rs | 516 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
|
D | derive.rs | 663 fn constrain(&mut self, id: ItemId) -> ConstrainResult { in constrain() method
|
/third_party/node/deps/npm/node_modules/libnpmsearch/ |
D | README.md | 75 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/ |
D | wrong_ser.stderr | 15 | pub fn constrain<T: ?Sized>(t: &T) -> &T {
|
D | wrong_getter.stderr | 15 | pub fn constrain<T: ?Sized>(t: &T) -> &T {
|
/third_party/typescript/tests/baselines/reference/ |
D | stringIndexerConstrainsPropertyDeclarations.types | 2 // String indexer types constrain the types of named properties in their containing type
|
D | numericIndexerConstrainsPropertyDeclarations.types | 2 // String indexer types constrain the types of named properties in their containing type
|
D | numericIndexerConstrainsPropertyDeclarations.errors.txt | 15 // String indexer types constrain the types of named properties in their containing type
|
D | stringIndexerConstrainsPropertyDeclarations.symbols | 2 // String indexer types constrain the types of named properties in their containing type
|
D | numericIndexerConstrainsPropertyDeclarations.symbols | 2 // String indexer types constrain the types of named properties in their containing type
|
/third_party/selinux/libsepol/cil/src/ |
D | cil.c | 2646 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/ |
D | policy_scan.l | 87 constrain { return(CONSTRAIN); }
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_device_address_binding_report.adoc | 116 Adding queries or properties would constrain implementations, which might
|
/third_party/skia/third_party/externals/tint/docs/ |
D | arch.md | 99 next. The AST node itself does not constrain the set of stride values that you
|