Searched refs:side (Results 26 - 50 of 120) sorted by relevance

12345

/external/doclava/res/assets/templates/components/
H A Dleft_nav.cs1 <?cs # The default side navigation for the reference docs ?><?cs
4 <div class="g-unit g-first side-nav-resizable" id="side-nav">
50 </div> <!-- end side-nav -->
53 $("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>").appendTo("#side-nav");
/external/guava/guava/src/com/google/common/collect/
H A DBstOperations.java50 BstSide side = (cmp < 0) ? LEFT : RIGHT;
51 return seek(comparator, tree.childOrNull(side), key);
77 BstSide side = (cmp < 0) ? LEFT : RIGHT;
79 mutate(comparator, mutationRule, tree.childOrNull(side), key);
81 tree, side, mutationRule.getNodeFactory(), mutationRule.getBalancePolicy());
/external/skia/include/core/
H A DSkPoint.h394 * The side of a point relative to a line. If the line is from a to b then
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 (which
442 void setOrthog(const SkPoint& vec, Side side = kLeft_Side) {
445 if (kRight_Side == side) {
449 SkASSERT(kLeft_Side == side);
[all...]
/external/antlr/
H A DAndroid.mk27 # Also build a host-side library
/external/easymock/
H A DAndroid.mk19 # Build an easymock.jar to use for host side tests
/external/guava/
H A DAndroid.mk28 # Also build a host-side library
/external/jsr305/
H A DAndroid.mk27 # Also build a host side library
/external/ipsec-tools/src/racoon/
H A Dhandler.h116 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
H A Dproposal.c194 cmpsaprop_alloc(ph1, pp1, pp2, side)
197 int side;
316 * It is possible for one side to have a security context
317 * and the other side doesn't. If so, this is an error.
383 switch (side) {
523 switch (side) {
1088 if (iph2->side == INITIATOR)
1118 if (iph2->side == INITIATOR)
1141 if (iph2->side == INITIATOR)
/external/quake/quake/src/QW/server/
H A Dworld.c71 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...]
H A Dsv_user.c1206 float side; local
1210 side = DotProduct (velocity, right);
1211 sign = side < 0 ? -1 : 1;
1212 side = fabs(side);
1216 if (side < cl_rollspeed.value)
1217 side = side * value / cl_rollspeed.value;
1219 side = value;
1221 return side*sig
[all...]
/external/quake/quake/src/WinQuake/
H A Dworld.cpp71 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/
H A Dftstroke.c877 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,
978 ft_stroker_inside( FT_Stroker stroker, FT_Int side, FT_Fixed line_length ) argument
1040 ft_stroker_outside( FT_Stroker stroker, FT_Int side, FT_Fixed line_length ) argument
1287 FT_Int side; local
1437 FT_Int side; local
1637 FT_Int side; local
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp710 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, colo
709 drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, BoxSide side, Color color, EBorderStyle style, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
[all...]
/external/webkit/Source/WebCore/editing/
H A DVisibleSelection.cpp289 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/
H A DMetricsSidebarPane.js86 function createBoxPartElement(style, name, side, suffix)
88 var propertyName = (name !== "position" ? name + "-" : "") + side + suffix;
97 element.className = side;
/external/quake/quake/src/QW/client/
H A Dbspfile.h178 short side; member in struct:__anon9947
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstTesting.java129 for (BstSide side : sides) {
130 path = factory.extension(path, side);
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec78 None since this is a client-side extension.
H A DMESA_set_3dfx_mode.spec73 None since this is a client-side extension.
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec42 Application-side implementation of these features raises namespace
333 None. The logging operation is carried out client-side, by exporting
/external/zlib/
H A DAndroid.mk69 # libunz used to be an unzip-only subset of libz. Only host-side tools were
/external/qemu/android/skin/
H A Dtrackball.c167 #define DOT_GRID 3 /* number of horizontal and vertical cells per side grid */
239 int side, nn = 0; local
241 for (side = 0; side < 6; side++) {
245 switch (side) {
/external/doclava/res/assets/templates/
H A Dmacros.cs220 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a package (panel nav) ?><?cs
233 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a class (panel nav) ?><?cs
246 <?cs # A list of links to packages, for use in the side navigation of packages (panel nav) ?><?cs
/external/skia/src/core/
H A DSkPoint.cpp386 Side* side) const {
393 if (NULL != side) {
397 *side = (Side) SkScalarSignAsInt(det);

Completed in 644 milliseconds

12345