/external/webkit/Source/WebCore/webaudio/ |
D | AudioListener.h | 66 void setVelocity(double x, double y, double z) { setVelocity(FloatPoint3D(x, y, z)); } in setVelocity() function 67 void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; } in setVelocity() function
|
D | AudioPannerNode.h | 87 void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); } in setVelocity() function
|
D | AudioListener.idl | 38 void setVelocity(in float x, in float y, in float z);
|
D | AudioPannerNode.idl | 42 void setVelocity(in float x, in float y, in float z);
|
/external/v8/benchmarks/ |
D | navier-stokes.js | 58 field.setVelocity(i, i, n, n); 60 field.setVelocity(i, n - i, -n, -n); 62 field.setVelocity(128 - i, n + i, -n, -n); 309 this.setVelocity = function(x, y, xv, yv) { method in FluidField.Field
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
D | SweepSphere.java | 89 public void setVelocity(Vector3f velocity) { in setVelocity() method in SweepSphere 399 ss.setVelocity(new Vector3f(10, 10, 10)); in main() 404 ss2.setVelocity(new Vector3f(-10, -10, -10)); in main()
|
/external/jmonkeyengine/engine/src/test/jme3test/audio/ |
D | TestDoppler.java | 96 ufo.setVelocity(new Vector3f(dx, 0, dz)); in simpleUpdate()
|
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
D | Listener.java | 109 public void setVelocity(Vector3f velocity) { in setVelocity() method in Listener
|
D | AudioNode.java | 476 public void setVelocity(Vector3f velocity) { in setVelocity() method in AudioNode
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | LauncherComponent.java | 111 object.setVelocity(mLaunchDirection); in fire()
|
D | GameObject.java | 172 public final void setVelocity(Vector2 velocity) { in setVelocity() method in GameObject
|
D | PhysicsComponent.java | 120 parentObject.setVelocity(newVelocity); in update()
|
D | HitReactionComponent.java | 184 parent.setVelocity(newVelocity); in receivedHit()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 4228 (WebCore::AudioListener::setVelocity): 4241 (WebCore::AudioPannerNode::setVelocity): 39898 (WebCore::AudioPannerNode::setVelocity): 62389 (WebCore::AudioListener::setVelocity):
|