HomeSort by relevance Sort by last modified time
    Searched refs:box (Results 1 - 25 of 744) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
virtual-destructor-synthesis.cpp 3 struct box { struct
4 virtual ~box();
7 struct pile_box : public box {
8 pile_box(box *);
11 pile_box::pile_box(box *pp)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_box.h 9 struct pipe_box *box )
11 box->x = x;
12 box->y = 0;
13 box->z = 0;
14 box->width = w;
15 box->height = 1;
16 box->depth = 1;
24 struct pipe_box *box )
26 box->x = x;
27 box->y = y
    [all...]
u_transfer.c 14 const struct pipe_box *box,
28 if (box->x == 0 && box->width == resource->width0) {
38 box );
47 assert(box->height == 1);
48 assert(box->depth == 1);
50 memcpy(map, data, box->width);
56 for (i = 0; i < box->depth; i++) {
61 box->width,
62 box->height
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_box.h 9 struct pipe_box *box )
11 box->x = x;
12 box->y = 0;
13 box->z = 0;
14 box->width = w;
15 box->height = 1;
16 box->depth = 1;
24 struct pipe_box *box )
26 box->x = x;
27 box->y = y
    [all...]
u_transfer.c 14 const struct pipe_box *box,
28 if (box->x == 0 && box->width == resource->width0) {
38 box );
47 assert(box->height == 1);
48 assert(box->depth == 1);
50 memcpy(map, data, box->width);
56 for (i = 0; i < box->depth; i++) {
61 box->width,
62 box->height
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleTableBox.java 25 * If the track that contains the Sample Table Box references no data, then the Sample Table Box does not need
27 * If the track that the Sample Table Box is contained in does reference data, then the following sub-boxes are
29 * Description Box shall contain at least one entry. A Sample Description Box is required because it contains the
30 * data reference index field which indicates which Data Reference Box to use to retrieve the media samples.
32 * Sample Box is optional. If the Sync Sample Box is not present, all samples are sync samples.<br>
34 * Box.
44 for (Box box : boxes)
81 Box box = boxes.get(i); local
    [all...]
MediaBox.java 34 for (Box box : boxes) {
35 if (box instanceof MediaInformationBox) {
36 return (MediaInformationBox) box;
43 for (Box box : boxes) {
44 if (box instanceof MediaHeaderBox) {
45 return (MediaHeaderBox) box;
52 for (Box box : boxes)
    [all...]
MediaInformationBox.java 22 * This box contains all the objects that declare characteristic information of the media in the track.
32 for (Box box : boxes) {
33 if (box instanceof SampleTableBox) {
34 return (SampleTableBox) box;
41 for (Box box : boxes) {
42 if (box instanceof AbstractMediaHeaderBox) {
43 return (AbstractMediaHeaderBox) box;
TrackBox.java 36 for (Box box : boxes) {
37 if (box instanceof TrackHeaderBox) {
38 return (TrackHeaderBox) box;
63 for (Box box : boxes) {
64 if (box instanceof MediaBox) {
65 return (MediaBox) box;
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
trace_model_track.css 6 -webkit-box-flex: 1;
thread_track.css 7 -webkit-box-orient: vertical;
8 display: -webkit-box;
heading_track.css 7 -webkit-box-align: stretch;
8 -webkit-box-orient: horizontal;
9 display: -webkit-box;
15 -webkit-box-sizing: border-box;
18 box-sizing: border-box;
  /external/openssh/
sandbox-null.c 44 struct ssh_sandbox *box; local
50 box = xcalloc(1, sizeof(*box));
51 return box;
55 ssh_sandbox_child(struct ssh_sandbox *box)
61 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
63 free(box);
67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
sandbox-systrace.c 80 struct ssh_sandbox *box; local
84 box = xcalloc(1, sizeof(*box));
87 box->child_sock = s[0];
88 box->parent_sock = s[1];
89 box->systrace_fd = -1;
90 box->child_pid = 0;
92 return box;
96 ssh_sandbox_child(struct ssh_sandbox *box)
100 close(box->parent_sock)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_account_picker.css 7 -webkit-box-align: center;
8 -webkit-box-pack: center;
14 box-shadow: none;
15 display: -webkit-box;
  /external/chromium-trace/trace-viewer/src/about_tracing/
profiling_view.css 7 -webkit-box-flex: 1;
8 -webkit-box-orient: vertical;
9 display: -webkit-box;
18 -webkit-box-flex: 1;
19 display: -webkit-box;
23 -webkit-box-orient: vertical;
24 display: -webkit-box;
29 -webkit-box-flex: 1;
  /external/chromium/chrome/browser/resources/gpu_internals/
profiling_view.css 8 -webkit-box-orient: vertical;
9 -webkit-box-flex: 1;
13 display: -webkit-box;
17 display: -webkit-box;
22 display: -webkit-box;
23 -webkit-box-flex: 1;
28 display: -webkit-box;
29 -webkit-box-orient: vertical;
35 -webkit-box-flex: 1;
overlay.css 7 display: -webkit-box;
15 -webkit-box-orient: horizontal;
16 -webkit-box-align: stretch;
17 -webkit-box-pack: center;
29 display: -webkit-box;
30 -webkit-box-orient: vertical;
31 -webkit-box-align: stretch;
32 -webkit-box-pack: center;
timeline_view.css 8 -webkit-box-orient: vertical;
9 -webkit-box-flex: 1;
10 display: -webkit-box;
14 display: -webkit-box;
15 -webkit-box-flex: 1;
20 -webkit-box-flex: 1;
  /external/chromium_org/chrome/browser/resources/file_manager/css/
tile_view.css 6 -webkit-box-align: center;
7 -webkit-box-orient: horizontal;
8 -webkit-box-pack: start;
9 display: -webkit-box;
15 .tile-box {
23 .tile-box > img {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackFragmentBox.java 20 import com.coremedia.iso.boxes.Box;
23 * aligned(8) class TrackFragmentBox extends Box('traf'){
35 for (Box box : getBoxes()) {
36 if (box instanceof TrackFragmentHeaderBox) {
37 return (TrackFragmentHeaderBox) box;
  /external/chromium_org/chrome/browser/resources/task_manager/
task_manager.css 11 -webkit-box-orient: vertical;
13 display: -webkit-box;
24 -webkit-box-flex: 1;
27 display: -webkit-box;
33 -webkit-box-flex: 1;
34 display: -webkit-box;
47 -webkit-box-sizing: border-box;
61 -webkit-box-flex: 1;
66 display: -webkit-box;
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
Path.java 20 import com.coremedia.iso.boxes.Box;
36 public static String createPath(Box box) {
37 return createPath(box, "");
40 private static String createPath(Box box, String path) {
41 if (box instanceof IsoFile) {
44 List<?> boxesOfBoxType = box.getParent().getBoxes(box.getClass());
45 int index = boxesOfBoxType.indexOf(box);
    [all...]
  /external/pixman/test/
region-contains-test.c 28 print_box (pixman_box32_t *box)
30 printf (" %d %d %d %d\n", box->x1, box->y1, box->x2, box->y2);
96 crc32_box32 (uint32_t crc32, pixman_box32_t *box)
98 crc32 = compute_crc32_u32 (crc32, box->x1);
99 crc32 = compute_crc32_u32 (crc32, box->y1);
100 crc32 = compute_crc32_u32 (crc32, box->x2);
101 crc32 = compute_crc32_u32 (crc32, box->y2)
109 pixman_box32_t box; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery.isonscreen.js 10 isOnScreen: function(box, container) {
12 for(var i in box){box[i] = parseFloat(box[i])};
24 if( box.left+box.width-container.left > 0 &&
25 box.left < container.width+container.left &&
26 box.top+box.height-container.top > 0 &&
27 box.top < container.height+container.to
    [all...]

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011>>