/external/virglrenderer/tests/ |
D | test_virgl_transfer.c | 39 struct virgl_box box; in START_TEST() local 49 struct virgl_box box; in START_TEST() local 60 struct virgl_box box; in START_TEST() local 70 struct virgl_box box; in START_TEST() local 80 struct virgl_box box; in START_TEST() local 101 struct virgl_box box; in START_TEST() local 172 struct virgl_box box; in START_TEST() local 200 struct virgl_box box; in START_TEST() local 228 struct virgl_box box; in START_TEST() local 258 struct virgl_box box; in START_TEST() local [all …]
|
/external/openssh/ |
D | sandbox-pledge.c | 47 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()
|
D | sandbox-solaris.c | 48 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()
|
D | sandbox-null.c | 44 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()
|
D | sandbox-rlimit.c | 46 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()
|
D | sandbox-darwin.c | 46 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()
|
D | sandbox-capsicum.c | 53 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()
|
D | sandbox-systrace.c | 102 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()
|
D | sandbox-seccomp-filter.c | 257 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/ |
D | Path.java | 36 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/virglrenderer/src/gallium/auxiliary/util/ |
D | u_box.h | 9 struct pipe_box *box ) in u_box_1d() 24 struct pipe_box *box ) in u_box_2d() 37 struct pipe_box *box ) in u_box_origin_2d() 53 struct pipe_box *box ) in u_box_2d_zslice() 70 struct pipe_box *box ) in u_box_3d()
|
D | u_inlines.h | 272 struct pipe_box box; in pipe_buffer_map_range() local 318 struct pipe_box box; in pipe_buffer_flush_mapped_range() local 343 struct pipe_box box; in pipe_buffer_write() local 376 struct pipe_box box; in pipe_buffer_write_nooverlap() local 445 struct pipe_box box; in pipe_transfer_map() local 468 struct pipe_box box; in pipe_transfer_map_3d() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_box.h | 8 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()
|
D | u_transfer.c | 13 struct pipe_box box; in u_default_buffer_subdata() local 42 const struct pipe_box *box, in u_default_texture_subdata() 95 UNUSED 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()
|
D | u_transfer_helper.c | 161 const struct pipe_box *box, in transfer_map_msaa() 225 const struct pipe_box *box, in u_transfer_helper_transfer_map() 328 const struct pipe_box *box) in flush_region() 422 const struct pipe_box *box) in u_transfer_helper_transfer_flush_region() 459 struct pipe_box box; in u_transfer_helper_transfer_unmap() local
|
D | u_tile.h | 46 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/ |
D | basetexture9.c | 257 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
|
D | volume9.c | 216 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/ |
D | vc4_tiling.c | 67 check_box_utile_alignment(const struct pipe_box *box, int cpp) in check_box_utile_alignment() 133 int cpp, const struct pipe_box *box, in vc4_t_image_helper() 192 int cpp, const struct pipe_box *box) in vc4_store_t_image() 202 int cpp, const struct pipe_box *box) in vc4_load_t_image() 217 const struct pipe_box *box) in vc4_load_tiled_image() 241 const struct pipe_box *box) in vc4_store_tiled_image()
|
D | vc4_tiling.h | 90 int cpp, const struct pipe_box *box) in vc4_load_lt_image() 106 int cpp, const struct pipe_box *box) in vc4_store_lt_image()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_transfer.c | 51 etna_compute_offset(enum pipe_format format, const struct pipe_box *box, in etna_compute_offset() 140 const struct pipe_box *box, in etna_transfer_map() 394 const struct pipe_box *box) in etna_transfer_flush_region()
|
/external/autotest/client/cros/video/ |
D | chameleon_screenshot_capturer.py | 24 timeout_video_input_s, box=None): argument 84 def capture(self, filename, box=None): argument
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 40 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/ |
D | virtual-destructor-synthesis.cpp | 3 struct box { struct
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_tiling.c | 200 const struct pipe_box *box, in vc5_move_pixels_general_percpp() 237 const struct pipe_box *box, in vc5_move_pixels_general() 288 const struct pipe_box *box, in vc5_move_tiled_image() 335 const struct pipe_box *box) in vc5_load_tiled_image() 355 const struct pipe_box *box) in vc5_store_tiled_image()
|