/external/openssh/ |
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 | 47 struct ssh_sandbox *box; in ssh_sandbox_init() local 61 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() 85 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() 92 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
|
D | sandbox-darwin.c | 45 struct ssh_sandbox *box; in ssh_sandbox_init() local 59 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() 86 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() 93 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 | 96 struct ssh_sandbox *box; in ssh_sandbox_init() local 108 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() 118 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid, in ssh_sandbox_parent() 197 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() 207 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
|
D | sandbox-seccomp-filter.c | 218 struct ssh_sandbox *box; in ssh_sandbox_init() local 269 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() 306 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() 313 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/mesa3d/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_transfer.c | 14 const struct pipe_box *box, in u_default_transfer_inline_write() 91 const struct pipe_box *box) in u_default_transfer_flush_region() 101 const struct pipe_box *box) in u_default_get_transfer()
|
D | u_resource.c | 31 const struct pipe_box *box) in u_get_transfer_vtbl() 53 const struct pipe_box *box) in u_transfer_flush_region_vtbl() 70 const struct pipe_box *box, in u_transfer_inline_write_vtbl()
|
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()
|
D | u_inlines.h | 261 struct pipe_box box; in pipe_buffer_map_range() local 316 struct pipe_box box; in pipe_buffer_flush_mapped_range() local 341 struct pipe_box box; in pipe_buffer_write() local 374 struct pipe_box box; in pipe_buffer_write_nooverlap() local 431 struct pipe_box box; in pipe_get_transfer() local
|
/external/fio/ |
D | ghelpers.c | 8 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/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | PhysicsTestHelper.java | 61 Box box = new Box(0.25f, 0.25f, 0.25f); in createPhysicsTestWorld() local 115 Box box = new Box(1, 1, 1); in createPhysicsTestWorldSoccer() local 133 Box box = new Box(0.25f, 0.25f, 0.25f); in createPhysicsTestBox() local
|
/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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | Box2DCharacterControllerTest.java | 91 Body box = createBox(BodyType.StaticBody, 1, 1, 0); in createWorld() local 121 Body box = world.createBody(def); in createBox() local 134 Body box = world.createBody(def); in createEdge() local 148 Body box = world.createBody(def); in createCircle() local 161 Body box = world.createBody(def); in createPlayer() local
|
/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/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btAABB.java | 119 public void merge(btAABB box) { in merge() 147 public boolean overlapping_trans_conservative(btAABB box, Matrix4 trans1_to_0) { in overlapping_trans_conservative() 151 …public boolean overlapping_trans_conservative2(btAABB box, BT_BOX_BOX_TRANSFORM_CACHE trans1_to_0)… in overlapping_trans_conservative2() 155 …public boolean overlapping_trans_cache(btAABB box, BT_BOX_BOX_TRANSFORM_CACHE transcache, boolean … in overlapping_trans_cache()
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
D | HelloPicking.java | 128 Box box = new Box(new Vector3f(x, y, z), 1, 1, 1); in makeCube() local 138 Box box = new Box(new Vector3f(0, -4, -5), 15, .2f, 15); in makeFloor() local
|
/external/clang/test/CodeGenCXX/ |
D | virtual-destructor-synthesis.cpp | 3 struct box { struct
|
/external/jmonkeyengine/engine/src/test/jme3test/collision/ |
D | TestMousePick.java | 110 Box box = new Box(new Vector3f(x, y, z), 1, 1, 1); in makeCube() local 120 Box box = new Box(new Vector3f(0, -4, -5), 15, .2f, 15); in makeFloor() local
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/ |
D | IMETest.java | 24 Box box = Box.createVerticalBox(); in main() local
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_buffer.c | 68 const struct pipe_box *box) in i915_get_transfer() 109 const struct pipe_box *box, in i915_buffer_transfer_inline_write()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 65 struct pipe_box box; in up_consts() local 214 struct pipe_box box; in pp_jimenezmlaa_init_run() local
|
/external/autotest/client/cros/image_comparison/ |
D | verifier.py | 30 box=None): argument
|