HomeSort by relevance Sort by last modified time
    Searched refs:side (Results 76 - 100 of 263) sorted by null

1 2 34 5 6 7 8 91011

  /external/skia/legacy/include/core/
SkPoint.h 394 * The side of a point relative to a line. If the line is from a to b then
397 enum Side {
405 * optionally returns the side of the line that the pt falls on (looking
410 Side* side = NULL) const;
414 * optionally returns the side of the line that the pt falls on (looking
419 Side* side = NULL) const {
420 return SkScalarSqrt(this->distanceToLineBetweenSqd(a, b, side));
439 * new vector will point in direction indicated by side (whic
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-3218915.js 31 // side effect occurred in a comma expression in an effect context.
33 // An unoptimizable function, calling it is a side effect.
39 // If we optimize for x a smi, then x a string will deopt. The side effect
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css 1221 /* SIDE NAVIGATION */
1223 #side-nav {
1249 #side-nav ul {
1255 #side-nav ul ul {
1260 #side-nav li {
1266 #side-nav li span.heading,
1267 #side-nav li h2 {
1275 #side-nav li a {
1282 #side-nav li a span+span {
1286 #side-nav li a:hover
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 1221 /* SIDE NAVIGATION */
1223 #side-nav {
1249 #side-nav ul {
1255 #side-nav ul ul {
1260 #side-nav li {
1266 #side-nav li span.heading,
1267 #side-nav li h2 {
1275 #side-nav li a {
1282 #side-nav li a span+span {
1286 #side-nav li a:hover
    [all...]
  /external/eigen/blas/
level3_impl.h 66 int EIGEN_BLAS_FUNC(trsm)(char *side, char *uplo, char *opa, char *diag, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb)
68 // std::cerr << "in trsm " << *side << " " << *uplo << " " << *opa << " " << *diag << " " << *m << "," << *n << " " << *palpha << " " << *lda << " " << *ldb<< "\n";
119 if(SIDE(*side)==INVALID) info = 1;
125 else if(*lda<std::max(1,(SIDE(*side)==LEFT)?*m:*n)) info = 9;
130 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4);
132 if(SIDE(*side)==LEFT
    [all...]
common.h 43 #define SIDE(X) ( ((X)=='L' || (X)=='l') ? LEFT \
61 inline bool check_side(const char* side)
63 return SIDE(*side)!=0xff;
  /external/antlr/
Android.mk 27 # Also build a host-side library
  /external/easymock/
Android.mk 19 # Build an easymock.jar to use for host side tests
  /external/guava/
Android.mk 28 # Also build a host-side library
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 185 inline void clear_context (unsigned int side) { context_len[side] = 0; }
  /external/jsr305/
Android.mk 27 # Also build a host side library
  /hardware/samsung_slsi/exynos5/libgscaler/
Android.mk 23 # to talk to secure side
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibuf.h 153 int side; /* Mono, Left, Right */ member in struct:__anon25970
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 153 int side; /* Mono, Left, Right */ member in struct:__anon27560
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 153 int side; /* Mono, Left, Right */ member in struct:__anon29075
  /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/quake/quake/src/QW/server/
world.c 71 int side; local
82 side = i&1;
84 box_clipnodes[i].children[side] = CONTENTS_EMPTY;
86 box_clipnodes[i].children[side^1] = i + 1;
88 box_clipnodes[i].children[side^1] = CONTENTS_SOLID;
541 int side; local
592 // put the crosspoint DIST_EPSILON pixels on the near side
606 side = (t1 < 0);
609 if (!SV_RecursiveHullCheck (hull, node->children[side], p1f, midf, p1, mid, trace) )
613 if (SV_HullPointContents (sv_hullmodel, mid, node->children[side])
    [all...]
  /external/quake/quake/src/WinQuake/
world.cpp 71 int side; local
82 side = i&1;
84 box_clipnodes[i].children[side] = CONTENTS_EMPTY;
86 box_clipnodes[i].children[side^1] = i + 1;
88 box_clipnodes[i].children[side^1] = CONTENTS_SOLID;
589 int side; local
640 // put the crosspoint DIST_EPSILON pixels on the near side
654 side = (t1 < 0);
657 if (!SV_RecursiveHullCheck (hull, node->children[side], p1f, midf, p1, mid, trace) )
661 if (SV_HullPointContents (sv_hullmodel, mid, node->children[side])
    [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,
1287 FT_Int side; local
1437 FT_Int side; local
1637 FT_Int side; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp 710 BoxSide side, Color color, EBorderStyle style,
713 int width = (side == BSTop || side == BSBottom ? y2 - y1 : x2 - x1);
732 switch (side) {
755 switch (side) {
776 switch (side) {
780 side, color, SOLID, adjacent1BigThird, adjacent2BigThird, antialias);
783 side, color, SOLID, adjacent1BigThird, adjacent2BigThird, antialias);
788 side, color, SOLID, adjacent1BigThird, adjacent2BigThird, antialias);
791 side, color, SOLID, adjacent1BigThird, adjacent2BigThird, antialias)
    [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/webkit/Source/WebCore/editing/
VisibleSelection.cpp 289 EWordSide side = RightWordIfOnBoundary; local
291 side = LeftWordIfOnBoundary;
292 m_start = startOfWord(start, side).deepEquivalent();
293 side = RightWordIfOnBoundary;
295 side = LeftWordIfOnBoundary;
297 VisiblePosition wordEnd(endOfWord(originalEnd, side));
  /external/webkit/Source/WebCore/inspector/front-end/
MetricsSidebarPane.js 86 function createBoxPartElement(style, name, side, suffix)
88 var propertyName = (name !== "position" ? name + "-" : "") + side + suffix;
97 element.className = side;
  /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); \

Completed in 1026 milliseconds

1 2 34 5 6 7 8 91011