Home
last modified time | relevance | path

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

1234567

/external/openssh/
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.c47 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()
Dsandbox-darwin.c45 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()
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.c96 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()
Dsandbox-seccomp-filter.c218 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/
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.h9 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()
Du_transfer.c14 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()
Du_resource.c31 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()
Du_tile.h46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile()
Du_inlines.h261 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/
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/jmonkeyengine/engine/src/test/jme3test/bullet/
DPhysicsTestHelper.java61 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/
Dchameleon_screenshot_capturer.py24 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/
DBox2DCharacterControllerTest.java91 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/
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/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtAABB.java119 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/
DHelloPicking.java128 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/
Dvirtual-destructor-synthesis.cpp3 struct box { struct
/external/jmonkeyengine/engine/src/test/jme3test/collision/
DTestMousePick.java110 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/
DIMETest.java24 Box box = Box.createVerticalBox(); in main() local
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_buffer.c68 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/
Dpp_mlaa.c65 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/
Dverifier.py30 box=None): argument

1234567