/external/eigen/test/ |
geo_alignedbox.cpp | 111 Vector2f sides = M-m; local 112 VERIFY_IS_APPROX(sides, box.sizes() ); 113 VERIFY_IS_APPROX(sides[1], box.sizes()[1] ); 114 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() ); 115 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() ); 138 Vector3i sides = M-m; local 139 VERIFY_IS_APPROX(sides, box.sizes() ); 140 VERIFY_IS_APPROX(sides[1], box.sizes()[1] ); 141 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() ); 142 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() ) [all...] |
/external/skia/src/pathops/ |
SkOpCubicHull.cpp | 85 int sides = side(rotPath[side1].fY - rotPath[yMin].fY); local 86 sides ^= side(rotPath[side2].fY - rotPath[yMin].fY); 87 if (sides == 2) { // '2' means one remaining point <0, one >0 113 } else if (sides == 0) { // '0' means both to one side or the other
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/ |
dot.stg | 72 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=true, width=.6<endif>]; <name>
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/ |
ShadowSystem.java | 108 * @param sides Set of side */ 109 public void addLight (PointLight point, Set<CubemapSide> sides);
|
BaseShadowSystem.java | 183 public void addLight (PointLight point, Set<CubemapSide> sides) { 187 if (sides.contains(cubemapSide)) {
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/realistic/ |
RealisticShadowSystem.java | 66 public void addLight (PointLight point, Set<CubemapSide> sides) {
|
/external/clang/test/SemaCXX/ |
crashes.cpp | 172 static int nsCSSRect::* sides; member in class:test3::nsCSSRect 177 int& x = dimenX.*sides;
|
/cts/suite/audio_quality/test_description/processing/ |
check_spectrum.py | 51 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\ 54 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\
|
check_spectrum_playback.py | 50 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\
|
/external/v8/test/webkit/ |
dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js | 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
|
dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js | 25 "Tests that the peephole CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageCrop.java | 287 int[] sides = {CropObject.MOVE_TOP, local 295 for (int i = 0; i < sides.length; i++) { 296 mCropObj.selectEdge(sides[i]);
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
glut.h | 534 extern void APIENTRY glutWireTorus(GLdouble innerRadius, GLdouble outerRadius, GLint sides, GLint rings); 535 extern void APIENTRY glutSolidTorus(GLdouble innerRadius, GLdouble outerRadius, GLint sides, GLint rings);
|
/external/ImageMagick/www/api/ |
decorate.php | 94 <p>FrameImage() adds a simulated three-dimensional border around the image. The color of the border is defined by the matte_color member of image. Members width and height of frame_info specify the border width of the vertical and horizontal sides of the frame. Members inner and outer indicate the width of the inner and outer shadows of the frame.</p>
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
cplx.go | 21 // make both sides addable in ullman order 443 // make both sides addable in ullman order
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
cplx.go | 18 // make both sides addable in ullman order 440 // make both sides addable in ullman order
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
cplx.go | 21 // make both sides addable in ullman order 443 // make both sides addable in ullman order
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
cplx.go | 18 // make both sides addable in ullman order 440 // make both sides addable in ullman order
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
socket.rb | 16 be kept in sync. New events must be handled on both sides of socket.
|
/external/libvpx/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 279 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 280 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
|
/prebuilts/go/darwin-x86/src/compress/bzip2/ |
huffman.go | 180 // We have to search the list of codes to find the divide between the left and right sides.
|
/prebuilts/go/darwin-x86/src/net/http/fcgi/ |
child.go | 216 // as long as both sides are behaving.
|
/prebuilts/go/linux-x86/src/compress/bzip2/ |
huffman.go | 180 // We have to search the list of codes to find the divide between the left and right sides.
|
/prebuilts/go/linux-x86/src/net/http/fcgi/ |
child.go | 216 // as long as both sides are behaving.
|