/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Plane.java | 55 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/ |
D | events | 20 …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/ |
D | SkPoint.h | 397 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/ |
D | events | 68 …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/ |
D | events | 68 …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/ |
D | side_tab_strip_controller.mm | 24 // Side tabs have no indent since they are not sharing space with the
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
D | BoundingSphere.java | 443 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()
|
D | BoundingVolume.java | 147 public abstract Plane.Side whichSide(Plane plane); in whichSide()
|
D | BoundingBox.java | 342 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()
|
D | Intersection.java | 273 if (bbox.whichSide(p) == Plane.Side.Negative) { in intersect()
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
D | ReflectionProcessor.java | 65 reflectionCam.setClipPlane(reflectionClipPlane, Plane.Side.Positive);//,1 in postQueue()
|
D | SimpleWaterProcessor.java | 576 refractionCam.setClipPlane(refractionClipPlane, Plane.Side.Negative);//,-1 in preFrame()
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | Camera.java | 385 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/ |
D | SkPoint.cpp | 386 Side* side) const { in distanceToLineBetweenSqd() 397 *side = (Side) SkScalarSignAsInt(det); in distanceToLineBetweenSqd()
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 356 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/ |
D | GrAAConvexPathRenderer.cpp | 110 GrPoint::Side normSide; in compute_vectors()
|
/external/quake/quake/src/WinQuake/kit/ |
D | JOYSTICK.TXT | 49 2. mapping of any axis to any control (Forward, Look, Side, Turn)
|
/external/srtp/doc/ |
D | Doxyfile | 257 # 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/ |
D | Doxyfile | 177 # 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/ |
D | Doxyfile.in | 168 # 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/ |
D | doxygen.cfg.in | 184 # 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/ |
D | libs.doxy_template | 181 # 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/ |
D | doxygen.cfg.in | 183 # 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/ |
D | srec.doxygen | 193 # 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/ |
D | ChangeLog-2004 | 91 * pp/opstack_options.cpp: to each of these file using it. Side effect
|