Searched refs:box2 (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.cpp | 86 int *&box2 = m.getValue(i); in testMap() local 87 box2 = 0; in testMap() 88 *box2 = 1; // expected-warning {{Dereference of null pointer}} in testMap()
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 62 BoxType box2(VectorType::Random(dim)); in alignedbox() local 63 box2.extend(VectorType::Random(dim)); in alignedbox() 65 VERIFY(box1.intersects(box2) == !box1.intersection(box2).isEmpty()); in alignedbox()
|
/external/ImageMagick/coders/ |
D | png.c | 1554 static MngBox mng_minimum_box(MngBox box1,MngBox box2) in mng_minimum_box() argument 1560 if (box.left < box2.left) in mng_minimum_box() 1561 box.left=box2.left; in mng_minimum_box() 1563 if (box.top < box2.top) in mng_minimum_box() 1564 box.top=box2.top; in mng_minimum_box() 1566 if (box.right > box2.right) in mng_minimum_box() 1567 box.right=box2.right; in mng_minimum_box() 1569 if (box.bottom > box2.bottom) in mng_minimum_box() 1570 box.bottom=box2.bottom; in mng_minimum_box()
|
/external/netperf/doc/ |
D | texinfo.tex | 3533 % box0 will be the left-hand column, box2 the right. 3541 % followed by the two boxes we just split, in box0 and box2. 3547 \hbox to\pagewidth{\box0\hfil\box2}%
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 3899 % box0 will be the left-hand column, box2 the right. 3907 % followed by the two boxes we just split, in box0 and box2. 3913 \hbox to\pagewidth{\box0\hfil\box2}%
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 3899 % box0 will be the left-hand column, box2 the right. 3907 % followed by the two boxes we just split, in box0 and box2. 3913 \hbox to\pagewidth{\box0\hfil\box2}%
|
/external/bison/build-aux/ |
D | texinfo.tex | 5145 % box0 will be the left-hand column, box2 the right. 5153 % followed by the two boxes we just split, in box0 and box2. 5159 \hbox to\pagewidth{\box0\hfil\box2}%
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 5146 % box0 will be the left-hand column, box2 the right. 5154 % followed by the two boxes we just split, in box0 and box2. 5160 \hbox to\pagewidth{\box0\hfil\box2}%
|