Searched refs:char_w (Results 1 – 3 of 3) sorted by relevance
/external/selinux/secilc/test/ |
D | policy.cil | 72 (classpermission char_w) 73 (classpermissionset char_w (char (write setattr))) 74 (classpermissionset char_w (file (open read getattr))) 80 char_w) 256 (constrain char_w (not (or (and (eq t1 exec_t) (eq t2 bin_t)) (eq r1 r2)))) 278 (call test_mapping (char_w))
|
D | integration.cil | 42 (classpermissionset char_w (char (write setattr))) 47 char_w) 186 (constrain char_w (not (or (and (eq t1 exec_t) (eq t2 bin_t)) (eq r1 r2))))
|
/external/libvncserver/x11vnc/ |
D | unixpw.c | 356 static int char_x = 0, char_y = 0, char_w = 8, char_h = 16; variable 411 return char_x + char_col * char_w; in text_x() 445 x = nfix(dpy_x / 2 - strlen(log) * char_w, dpy_x); in unixpw_screen() 1855 int w2 = char_w / scale_fac_x; 1865 zero_fb(x - char_w, y - char_h, x, y); 1866 mark_rect_as_modified(x - char_w, 1932 mark_rect_as_modified(x, y-char_h, x+char_w, 1978 mark_rect_as_modified(x, y-char_h, x+char_w, y, scaling); 2228 x = char_x + char_col * char_w; 2265 x = char_x + char_col * char_w;
|