Home
last modified time | relevance | path

Searched defs:box (Results 1 – 25 of 169) sorted by relevance

1234567

/external/openssh/
Dsandbox-pledge.c47 struct ssh_sandbox *box; in ssh_sandbox_init() local
57 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
64 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
71 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-solaris.c48 struct ssh_sandbox *box = NULL; in ssh_sandbox_init() local
86 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
95 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
103 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-null.c44 struct ssh_sandbox *box; in ssh_sandbox_init() local
55 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
61 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-rlimit.c46 struct ssh_sandbox *box; in ssh_sandbox_init() local
60 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
84 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
91 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-darwin.c46 struct ssh_sandbox *box; in ssh_sandbox_init() local
60 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
87 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
94 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-capsicum.c53 struct ssh_sandbox *box; in ssh_sandbox_init() local
68 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
110 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
117 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-systrace.c102 struct ssh_sandbox *box; in ssh_sandbox_init() local
114 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
124 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid, in ssh_sandbox_parent()
203 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
213 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-seccomp-filter.c257 struct ssh_sandbox *box; in ssh_sandbox_init() local
308 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
345 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
352 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DPath.java36 public static String createPath(Box box) { in createPath()
40 private static String createPath(Box box, String path) { in createPath()
52 public static Box getPath(Box box, String path) { in getPath()
58 public static List<Box> getPaths(Box box, String path) { in getPaths()
111 public static boolean isContained(Box box, String path) { in isContained()
/external/mesa3d/src/gallium/auxiliary/util/
Du_box.h8 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) in u_box_1d()
19 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box) in u_box_2d()
30 u_box_origin_2d(unsigned w, unsigned h, struct pipe_box *box) in u_box_origin_2d()
42 unsigned w, unsigned h, struct pipe_box *box) in u_box_2d_zslice()
55 struct pipe_box *box) in u_box_3d()
75 const struct pipe_box *box, int w, int h) in u_box_clip_2d()
117 u_box_volume_3d(const struct pipe_box *box) in u_box_volume_3d()
Du_transfer.c13 struct pipe_box box; in u_default_buffer_subdata() local
42 const struct pipe_box *box, in u_default_texture_subdata()
95 const struct pipe_box *box) in u_default_transfer_flush_region()
134 const struct pipe_box *box, in u_transfer_map_vtbl()
144 const struct pipe_box *box) in u_transfer_flush_region_vtbl()
Du_tile.h46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile()
/external/mesa3d/src/gallium/state_trackers/nine/
Dbasetexture9.c257 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
280 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
301 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
324 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
336 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
350 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
455 struct pipe_box box; in NineBaseTexture9_CreatePipeResource() local
Dvolume9.c216 const struct pipe_box *box ) in NineVolume9_AddDirtyRegion()
253 struct pipe_box box; in NineVolume9_LockBox() local
376 struct pipe_box box; in NineVolume9_UnlockBox() local
485 struct pipe_box box; in NineVolume9_UploadSelf() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_tiling.c105 check_box_utile_alignment(const struct pipe_box *box, int cpp) in check_box_utile_alignment()
116 int cpp, const struct pipe_box *box) in vc4_load_lt_image()
137 int cpp, const struct pipe_box *box) in vc4_store_lt_image()
213 int cpp, const struct pipe_box *box, in vc4_t_image_helper()
272 int cpp, const struct pipe_box *box) in vc4_store_t_image()
282 int cpp, const struct pipe_box *box) in vc4_load_t_image()
297 const struct pipe_box *box) in vc4_load_tiled_image()
321 const struct pipe_box *box) in vc4_store_tiled_image()
/external/fio/
Dghelpers.c8 GtkWidget *new_combo_entry_in_frame(GtkWidget *box, const char *label) in new_combo_entry_in_frame()
20 GtkWidget *new_info_entry_in_frame(GtkWidget *box, const char *label) in new_info_entry_in_frame()
46 GtkWidget *new_info_entry_in_frame_rgb(GtkWidget *box, const char *label, in new_info_entry_in_frame_rgb()
58 GtkWidget *new_info_label_in_frame(GtkWidget *box, const char *label) in new_info_label_in_frame()
73 GtkWidget *button, *box; in create_spinbutton() local
/external/syslinux/gpxe/src/hci/mucurses/widgets/
Deditbox.c45 void init_editbox ( struct edit_box *box, char *buf, size_t len, in init_editbox()
65 void draw_editbox ( struct edit_box *box ) { in draw_editbox()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_transfer.c46 etna_compute_offset(enum pipe_format format, const struct pipe_box *box, in etna_compute_offset()
126 const struct pipe_box *box, in etna_transfer_map()
342 const struct pipe_box *box) in etna_transfer_flush_region()
/external/autotest/client/cros/video/
Dchameleon_screenshot_capturer.py24 timeout_video_input_s, box=None): argument
84 def capture(self, filename, box=None): argument
/external/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py40 def capture(self, player, max_frame_count, box=None): argument
59 def capture_only(self, player, max_frame_count, box=None): argument
/external/clang/test/CodeGenCXX/
Dvirtual-destructor-synthesis.cpp3 struct box { struct
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_buffer_common.c280 const struct pipe_box *box, in r600_buffer_get_transfer()
315 const struct pipe_box *box, in r600_buffer_transfer_map()
422 const struct pipe_box *box) in r600_buffer_do_flush_region()
452 struct pipe_box box; in r600_buffer_flush_region() local
481 struct pipe_box box; in r600_buffer_subdata() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
DIMETest.java26 Box box = Box.createVerticalBox(); in main() local
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_transfer.c160 const struct pipe_box *box = &xfer->base.box; in xfer_alloc_staging_res() local
248 const struct pipe_box *box = &xfer->base.box; in xfer_alloc_staging_sys() local
347 const struct pipe_box *box, in tex_get_box_origin()
361 const struct pipe_box *box) in tex_get_box_offset()
573 const struct pipe_box *box = &xfer->base.box; in tex_staging_sys_zs_read() local
700 const struct pipe_box *box = &xfer->base.box; in tex_staging_sys_zs_write() local
825 const struct pipe_box *box = &xfer->base.box; in tex_staging_sys_convert_write() local
1015 const struct pipe_box *box) in copy_staging_resource()
1146 const struct pipe_box *box) in ilo_transfer_flush_region()
1194 const struct pipe_box *box, in ilo_transfer_map()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c130 unsigned level, unsigned usage, const struct pipe_box *box) in fd_try_shadow_resource()
297 fd_resource_flush_z32s8(struct fd_transfer *trans, const struct pipe_box *box) in fd_resource_flush_z32s8()
324 fd_resource_flush_rgtc(struct fd_transfer *trans, const struct pipe_box *box) in fd_resource_flush_rgtc()
365 fd_resource_flush(struct fd_transfer *trans, const struct pipe_box *box) in fd_resource_flush()
392 const struct pipe_box *box) in fd_resource_transfer_flush_region()
415 struct pipe_box box; in fd_resource_transfer_unmap() local
440 const struct pipe_box *box, in fd_resource_transfer_map()

1234567