Home
last modified time | relevance | path

Searched refs:Side (Results 1 – 25 of 33) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DPlane.java55 public static enum Side { enum in Plane
190 public Side whichSide(Vector3f point) { in whichSide()
193 return Side.Negative; in whichSide()
195 return Side.Positive; in whichSide()
197 return Side.None; in whichSide()
/external/oprofile/events/ppc/e300/
Devents20 …um:500 name:BIU_MASTER_I_REQUESTS : Number of master I-Side transactions. (Number of master I-Side
21 …um:500 name:BIU_MASTER_D_REQUESTS : Number of master D-Side transactions. (Number of master D-Side
/external/skia/include/core/
DSkPoint.h397 enum Side { enum
410 Side* side = NULL) const;
419 Side* side = NULL) const {
442 void setOrthog(const SkPoint& vec, Side side = kLeft_Side) {
/external/oprofile/events/ppc/e500/
Devents68 …um:500 name:BIU_MASTER_I_REQUESTS : Number of master I-Side transactions. (Number of master I-Side
69 …um:500 name:BIU_MASTER_D_REQUESTS : Number of master D-Side transactions. (Number of master D-Side
70 …:zero minimum:500 name:BIU_MASTER_D_CASTOUT_REQUESTS : Number of master D-Side non-program-demand …
/external/oprofile/events/ppc/e500v2/
Devents68 …um:500 name:BIU_MASTER_I_REQUESTS : Number of master I-Side transactions. (Number of master I-Side
69 …um:500 name:BIU_MASTER_D_REQUESTS : Number of master D-Side transactions. (Number of master D-Side
70 …:zero minimum:500 name:BIU_MASTER_D_CASTOUT_REQUESTS : Number of master D-Side non-program-demand …
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dside_tab_strip_controller.mm24 // Side tabs have no indent since they are not sharing space with the
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingSphere.java443 public Plane.Side whichSide(Plane plane) { in whichSide()
447 return Plane.Side.Negative; in whichSide()
449 return Plane.Side.Positive; in whichSide()
451 return Plane.Side.None; in whichSide()
DBoundingVolume.java147 public abstract Plane.Side whichSide(Plane plane); in whichSide()
DBoundingBox.java342 public Plane.Side whichSide(Plane plane) { in whichSide()
351 return Plane.Side.Negative; in whichSide()
353 return Plane.Side.Positive; in whichSide()
355 return Plane.Side.None; in whichSide()
DIntersection.java273 if (bbox.whichSide(p) == Plane.Side.Negative) { in intersect()
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DReflectionProcessor.java65 reflectionCam.setClipPlane(reflectionClipPlane, Plane.Side.Positive);//,1 in postQueue()
DSimpleWaterProcessor.java576 refractionCam.setClipPlane(refractionClipPlane, Plane.Side.Negative);//,-1 in preFrame()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCamera.java385 public void setClipPlane(Plane clipPlane, Plane.Side side) { in setClipPlane()
387 if (side == Plane.Side.Negative) { in setClipPlane()
1030 Plane.Side side = bound.whichSide(worldPlane[planeId]); in contains()
1032 if (side == Plane.Side.Negative) { in contains()
1036 } else if (side == Plane.Side.Positive) { in contains()
/external/skia/src/core/
DSkPoint.cpp386 Side* side) const { in distanceToLineBetweenSqd()
397 *side = (Side) SkScalarSignAsInt(det); in distanceToLineBetweenSqd()
/external/clang/lib/Analysis/
DThreadSafety.cpp356 const Lockset &getSet(CFGBlockSide Side) const { in getSet()
357 return Side == CBS_Entry ? EntrySet : ExitSet; in getSet()
359 SourceLocation getLocation(CFGBlockSide Side) const { in getLocation()
360 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
/external/skia/src/gpu/
DGrAAConvexPathRenderer.cpp110 GrPoint::Side normSide; in compute_vectors()
/external/quake/quake/src/WinQuake/kit/
DJOYSTICK.TXT49 2. mapping of any axis to any control (Forward, Look, Side, Turn)
/external/srtp/doc/
DDoxyfile257 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
259 # will result in a user defined paragraph with heading "Side Effects:".
/external/dropbear/libtomcrypt/
DDoxyfile177 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
179 # will result in a user-defined paragraph with heading "Side Effects:".
/external/libmtp/doc/
DDoxyfile.in168 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
170 # will result in a user-defined paragraph with heading "Side Effects:".
/external/clang/docs/
Ddoxygen.cfg.in184 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
186 # will result in a user-defined paragraph with heading "Side Effects:".
/external/libvpx/
Dlibs.doxy_template181 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
183 # will result in a user-defined paragraph with heading "Side Effects:".
/external/libusb/doc/
Ddoxygen.cfg.in183 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
185 # will result in a user-defined paragraph with heading "Side Effects:".
/external/srec/doc/
Dsrec.doxygen193 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
195 # will result in a user-defined paragraph with heading "Side Effects:".
/external/oprofile/
DChangeLog-200491 * pp/opstack_options.cpp: to each of these file using it. Side effect

12