Searched defs:constrain (Results 1 - 3 of 3) sorted by relevance

/external/lldb/test/pexpect-2.4/
H A Dscreen.py30 def constrain (n, min, max): function
91 rs = constrain (rs, 1, self.rows)
92 re = constrain (re, 1, self.rows)
93 cs = constrain (cs, 1, self.cols)
94 ce = constrain (ce, 1, self.cols)
141 r = constrain (r, 1, self.rows)
142 c = constrain (c, 1, self.cols)
160 r = constrain (r, 1, self.rows)
161 c = constrain (c, 1, self.cols)
172 r = constrain (
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil.c181 CIL_KEY_CONSTRAIN = cil_strpool_add("constrain");
2242 void cil_constrain_init(struct cil_constrain **constrain) argument
2244 *constrain = cil_malloc(sizeof(**constrain));
2246 (*constrain)->classperms = NULL;
2247 (*constrain)->str_expr = NULL;
2248 (*constrain)->datum_expr = NULL;
H A Dcil_post.c1559 struct cil_constrain *constrain = node->data; local
1560 rc = __evaluate_classperms_list(constrain->classperms, db);

Completed in 183 milliseconds