HomeSort by relevance Sort by last modified time
    Searched refs:side (Results 176 - 200 of 461) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/test/webkit/
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."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 96 int side; /* Mono, Left, Right */ member in struct:__anon46205
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
multibuf.h 96 int side; /* Mono, Left, Right */ member in struct:__anon47941
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mathops.c 132 opus_int32 side=bitexact_cos(16384-i); local
133 opus_int32 q=bitexact_log2tan(mid,side);
136 if (q!=-1*bitexact_log2tan(side,mid))
  /external/chromium_org/third_party/skia/src/core/
SkPoint.cpp 220 Side* side) const {
227 if (side) {
231 *side = (Side) SkScalarSignAsInt(det);
  /external/ipsec-tools/src/racoon/
handler.h 116 int side; /* INITIATOR or RESPONDER */ member in struct:ph1handle
260 u_int8_t side; /* INITIATOR or RESPONDER */ member in struct:ph2handle
274 * NOTE: In responder side, we can't identify each SAs
412 int side; member in struct:ph1dump
  /external/libopus/celt/tests/
test_unit_mathops.c 132 opus_int32 side=bitexact_cos(16384-i); local
133 opus_int32 q=bitexact_log2tan(mid,side);
136 if (q!=-1*bitexact_log2tan(side,mid))
  /external/skia/src/core/
SkPoint.cpp 209 Side* side) const {
216 if (NULL != side) {
220 *side = (Side) SkScalarSignAsInt(det);
  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 877 FT_Int side )
882 FT_StrokeBorder border = stroker->borders + side;
885 rotate = FT_SIDE_TO_ROTATE( side );
905 FT_Int side )
916 error = ft_stroker_arcto( stroker, side );
922 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
924 FT_StrokeBorder border = stroker->borders + side;
949 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
951 FT_StrokeBorder border = stroker->borders + side;
979 FT_Int side,
1286 FT_Int side; local
1436 FT_Int side; local
1636 FT_Int side; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 877 FT_Int side )
882 FT_StrokeBorder border = stroker->borders + side;
885 rotate = FT_SIDE_TO_ROTATE( side );
905 FT_Int side )
916 error = ft_stroker_arcto( stroker, side );
922 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
924 FT_StrokeBorder border = stroker->borders + side;
949 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
951 FT_StrokeBorder border = stroker->borders + side;
979 FT_Int side,
1286 FT_Int side; local
1436 FT_Int side; local
1636 FT_Int side; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftstroke.c 877 FT_Int side )
882 FT_StrokeBorder border = stroker->borders + side;
885 rotate = FT_SIDE_TO_ROTATE( side );
905 FT_Int side )
916 error = ft_stroker_arcto( stroker, side );
922 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
924 FT_StrokeBorder border = stroker->borders + side;
949 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
951 FT_StrokeBorder border = stroker->borders + side;
979 FT_Int side,
1286 FT_Int side; local
1436 FT_Int side; local
1636 FT_Int side; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 64 self.padding_frame.pack(side=TOP, fill=X, expand=False)
106 tab_row.pack(side=TOP, fill=X, expand=0)
113 tab_row.pack(side=TOP, fill=X, expand=0)
120 tab.pack(side=LEFT, fill=X, expand=True)
122 tab.pack(side=LEFT)
200 self.button.pack(side=LEFT, fill=X, expand=True)
476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
IOBinding.py 91 l1.pack(side=TOP, anchor=W)
97 l2.pack(side=TOP, anchor = W, fill=X)
101 l3.pack(side=TOP, anchor = W)
104 buttons.pack(side=TOP, fill=X)
109 b1.pack(side=LEFT, fill=BOTH, expand=1)
112 b2.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 64 self.padding_frame.pack(side=TOP, fill=X, expand=False)
106 tab_row.pack(side=TOP, fill=X, expand=0)
113 tab_row.pack(side=TOP, fill=X, expand=0)
120 tab.pack(side=LEFT, fill=X, expand=True)
122 tab.pack(side=LEFT)
200 self.button.pack(side=LEFT, fill=X, expand=True)
476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
IOBinding.py 91 l1.pack(side=TOP, anchor=W)
97 l2.pack(side=TOP, anchor = W, fill=X)
101 l3.pack(side=TOP, anchor = W)
104 buttons.pack(side=TOP, fill=X)
109 b1.pack(side=LEFT, fill=BOTH, expand=1)
112 b2.pack(side=LEFT, fill=BOTH, expand=1)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 131 GLuint side )
133 GLuint attr = MAT_ATTRIB_FRONT_SHININESS + side;
855 static GLuint material_attrib( GLuint side, GLuint property )
857 return (property - STATE_AMBIENT) * 2 + side;
878 static struct ureg get_material( struct tnl_program *p, GLuint side,
881 GLuint attrib = material_attrib(side, property);
892 return register_param3( p, STATE_MATERIAL, side, property );
895 #define SCENE_COLOR_BITS(side) (( MAT_BIT_FRONT_EMISSION | \
897 MAT_BIT_FRONT_DIFFUSE) << (side))
911 static struct ureg get_scenecolor( struct tnl_program *p, GLuint side )
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 131 GLuint side )
133 GLuint attr = MAT_ATTRIB_FRONT_SHININESS + side;
855 static GLuint material_attrib( GLuint side, GLuint property )
857 return (property - STATE_AMBIENT) * 2 + side;
878 static struct ureg get_material( struct tnl_program *p, GLuint side,
881 GLuint attrib = material_attrib(side, property);
892 return register_param3( p, STATE_MATERIAL, side, property );
895 #define SCENE_COLOR_BITS(side) (( MAT_BIT_FRONT_EMISSION | \
897 MAT_BIT_FRONT_DIFFUSE) << (side))
911 static struct ureg get_scenecolor( struct tnl_program *p, GLuint side )
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 53 $("#side-nav").css({'padding':'0'});
132 $("#side-nav").css({position:"absolute",left:0});
136 sidenav = $("#side-nav");
153 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
158 } else if ($("#side-nav").length) {
268 // find instances of the page name in the side nav
321 /* Resize the height of the side-nav and doc-content divs,
326 // Get the window height and always resize the doc-content and side-nav divs
329 $("#side-nav").css({height:windowHeight + "px"});
352 /* Resize the width of the "side-nav" and the left margin of the "doc-content" div
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 53 $("#side-nav").css({'padding':'0'});
145 $("#side-nav").css({position:"absolute",left:0});
149 sidenav = $("#side-nav");
156 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
161 } else if ($(".side-nav-resizable").length) {
246 /* Resize the height of the side-nav and doc-content divs,
251 // Get the window height and always resize the doc-content and side-nav divs
254 $("#side-nav").css({height:windowHeight + "px"});
279 /* Resize the width of the "side-nav" and the left margin of the "doc-content" div,
280 * which creates the resizable side bar *
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
bands.c 374 /* Side is not encoded, no need to calculate */
394 opus_val32 xp=0, side=0; local
403 dual_inner_prod(Y, X, Y, N, &xp, &side);
406 /* mid and side are in Q15, not Q14 like X and Y */
408 El = MULT16_16(mid2, mid2) + side - 2*xp;
409 Er = MULT16_16(mid2, mid2) + side + 2*xp;
436 /* Apply mid scaling (side is already scaled) */
624 side; otherwise it would collapse, since it doesn't get folded. */
698 side and mid. With just that parameter, we can re-scale both
699 mid and side because we know that 1) they have unit norm an
889 opus_val16 mid=0, side=0; local
1201 opus_val16 mid=0, side=0; local
    [all...]
vq.c 381 opus_val16 mid, side; local
406 side = celt_sqrt(Eside);
409 itheta = MULT16_16_Q15(QCONST16(0.63662f,15),celt_atan2p(side, mid));
411 itheta = (int)floor(.5f+16384*0.63662f*atan2(side,mid));
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 47 pack $w.mb -side top -fill x
50 pack $w.mb.file $w.mb.edit -side left -padx 8 -pady 1
75 pack $w.sb -side right -fill y
77 pack $w.t -side right -fill both -expand 1
651 pack $w.b -side bottom -fill x
659 -side left -padx 5 -pady 5 -expand 1
662 pack $w.title -side top -padx 5 -pady 5
665 pack $w.t -side left -fill both -expand 1
667 pack $w.sb -side left -fill y
  /external/chromium_org/v8/test/mjsunit/compiler/
dead-loops-neg.js 72 for (var i = 0; i < 10; i++) a.toString(); // unknown side-effect on a.
77 for (var i = 0; i < 10; i++) a.valueOf(); // unknown side-effect on a.
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixMatrix_MKL.h 133 char side = 'L', transa, uplo, diag = 'N'; \
178 MKLPREFIX##trmm(&side, &uplo, &transa, &diag, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (MKLTYPE*)b, &ldb); \
247 char side = 'R', transa, uplo, diag = 'N'; \
292 MKLPREFIX##trmm(&side, &uplo, &transa, &diag, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (MKLTYPE*)b, &ldb); \
  /external/libopus/celt/
bands.c 374 /* Side is not encoded, no need to calculate */
394 opus_val32 xp=0, side=0; local
403 dual_inner_prod(Y, X, Y, N, &xp, &side);
406 /* mid and side are in Q15, not Q14 like X and Y */
408 El = MULT16_16(mid2, mid2) + side - 2*xp;
409 Er = MULT16_16(mid2, mid2) + side + 2*xp;
436 /* Apply mid scaling (side is already scaled) */
624 side; otherwise it would collapse, since it doesn't get folded. */
698 side and mid. With just that parameter, we can re-scale both
699 mid and side because we know that 1) they have unit norm an
889 opus_val16 mid=0, side=0; local
1201 opus_val16 mid=0, side=0; local
    [all...]

Completed in 2299 milliseconds

1 2 3 4 5 6 78 91011>>