Home
last modified time | relevance | path

Searched refs:objectId (Results 1 – 25 of 57) sorted by relevance

123

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java83 return getLowerLinLimit(objectId); in getLowerLinLimit()
86 private native float getLowerLinLimit(long objectId); in getLowerLinLimit() argument
89 setLowerLinLimit(objectId, lowerLinLimit); in setLowerLinLimit()
92 private native void setLowerLinLimit(long objectId, float value); in setLowerLinLimit() argument
95 return getUpperLinLimit(objectId); in getUpperLinLimit()
98 private native float getUpperLinLimit(long objectId); in getUpperLinLimit() argument
101 setUpperLinLimit(objectId, upperLinLimit); in setUpperLinLimit()
104 private native void setUpperLinLimit(long objectId, float value); in setUpperLinLimit() argument
107 return getLowerAngLimit(objectId); in getLowerAngLimit()
110 private native float getLowerAngLimit(long objectId); in getLowerAngLimit() argument
[all …]
DHingeJoint.java77 enableMotor(objectId, enable, targetVelocity, maxMotorImpulse); in enableMotor()
80 …private native void enableMotor(long objectId, boolean enable, float targetVelocity, float maxMoto… in enableMotor() argument
83 return getEnableAngularMotor(objectId); in getEnableMotor()
86 private native boolean getEnableAngularMotor(long objectId); in getEnableAngularMotor() argument
89 return getMotorTargetVelocity(objectId); in getMotorTargetVelocity()
92 private native float getMotorTargetVelocity(long objectId); in getMotorTargetVelocity() argument
95 return getMaxMotorImpulse(objectId); in getMaxMotorImpulse()
98 private native float getMaxMotorImpulse(long objectId); in getMaxMotorImpulse() argument
101 setLimit(objectId, low, high); in setLimit()
104 private native void setLimit(long objectId, float low, float high); in setLimit() argument
[all …]
DPoint2PointJoint.java66 setDamping(objectId, value); in setDamping()
69 private native void setDamping(long objectId, float value); in setDamping() argument
72 setImpulseClamp(objectId, value); in setImpulseClamp()
75 private native void setImpulseClamp(long objectId, float value); in setImpulseClamp() argument
78 setTau(objectId, value); in setTau()
81 private native void setTau(long objectId, float value); in setTau() argument
84 return getDamping(objectId); in getDamping()
87 private native float getDamping(long objectId); in getDamping() argument
90 return getImpulseClamp(objectId); in getImpulseClamp()
93 private native float getImpulseClamp(long objectId); in getImpulseClamp() argument
[all …]
DSixDofJoint.java84objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLi… in SixDofJoint()
85 …Logger(this.getClass().getName()).log(Level.INFO, "Created Joint {0}", Long.toHexString(objectId)); in SixDofJoint()
99objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLi… in SixDofJoint()
100 …Logger(this.getClass().getName()).log(Level.INFO, "Created Joint {0}", Long.toHexString(objectId)); in SixDofJoint()
106 … RotationalLimitMotor rmot = new RotationalLimitMotor(getRotationalLimitMotor(objectId, i)); in gatherMotors()
109 translationalMotor = new TranslationalLimitMotor(getTranslationalLimitMotor(objectId)); in gatherMotors()
112 private native long getRotationalLimitMotor(long objectId, int index); in getRotationalLimitMotor() argument
114 private native long getTranslationalLimitMotor(long objectId); in getTranslationalLimitMotor() argument
137 setLinearUpperLimit(objectId, vector); in setLinearUpperLimit()
144 setLinearLowerLimit(objectId, vector); in setLinearLowerLimit()
[all …]
DPhysicsJoint.java47 protected long objectId = 0; field in PhysicsJoint
71 return getAppliedImpulse(objectId); in getAppliedImpulse()
74 private native float getAppliedImpulse(long objectId); in getAppliedImpulse() argument
80 return objectId; in getObjectId()
142 …ger(this.getClass().getName()).log(Level.INFO, "Finalizing Joint {0}", Long.toHexString(objectId)); in finalize()
143 finalizeNative(objectId); in finalize()
146 private native void finalizeNative(long objectId); in finalizeNative() argument
DConeJoint.java89 setLimit(objectId, swingSpan1, swingSpan2, twistSpan); in setLimit()
92 … private native void setLimit(long objectId, float swingSpan1, float swingSpan2, float twistSpan); in setLimit() argument
96 setAngularOnly(objectId, value); in setAngularOnly()
99 private native void setAngularOnly(long objectId, boolean value); in setAngularOnly() argument
129objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB); in createJoint()
130 …Logger(this.getClass().getName()).log(Level.INFO, "Created Joint {0}", Long.toHexString(objectId)); in createJoint()
131 setLimit(objectId, swingSpan1, swingSpan2, twistSpan); in createJoint()
132 setAngularOnly(objectId, angularOnly); in createJoint()
DSixDofSpringJoint.java67 enableSpring(objectId, index, onOff); in enableSpring()
72 setStiffness(objectId, index, stiffness); in setStiffness()
77 setDamping(objectId, index, damping); in setDamping()
82 setEquilibriumPoint(objectId); in setEquilibriumPoint()
86 setEquilibriumPoint(objectId, index); in setEquilibriumPoint()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsRigidBody.java96 if (objectId != 0) { in rebuildRigidBody()
97 if (isInWorld(objectId)) { in rebuildRigidBody()
101 …r(this.getClass().getName()).log(Level.INFO, "Clearing RigidBody {0}", Long.toHexString(objectId)); in rebuildRigidBody()
102 finalizeNative(objectId); in rebuildRigidBody()
105 objectId = createRigidBody(mass, motionState.getObjectId(), collisionShape.getObjectId()); in rebuildRigidBody()
106 …er(this.getClass().getName()).log(Level.INFO, "Created RigidBody {0}", Long.toHexString(objectId)); in rebuildRigidBody()
120 setStatic(objectId, true); in postRebuild()
122 setStatic(objectId, false); in postRebuild()
135 return isInWorld(objectId); in isInWorld()
138 private native boolean isInWorld(long objectId); in isInWorld() argument
[all …]
DPhysicsGhostObject.java78 if (objectId == 0) { in buildObject()
80 objectId = createGhostObject(); in buildObject()
81 …this.getClass().getName()).log(Level.INFO, "Created Ghost Object {0}", Long.toHexString(objectId)); in buildObject()
82 setGhostFlags(objectId); in buildObject()
89 attachCollisionShape(objectId, collisionShape.getObjectId()); in buildObject()
94 private native void setGhostFlags(long objectId); in setGhostFlags() argument
99 if (objectId == 0) { in setCollisionShape()
102 attachCollisionShape(objectId, collisionShape.getObjectId()); in setCollisionShape()
111 setPhysicsLocation(objectId, location); in setPhysicsLocation()
114 private native void setPhysicsLocation(long objectId, Vector3f location); in setPhysicsLocation() argument
[all …]
DPhysicsCharacter.java79 if (objectId == 0) { in buildObject()
80 objectId = createGhostObject(); in buildObject()
81 …this.getClass().getName()).log(Level.INFO, "Creating GhostObject {0}", Long.toHexString(objectId)); in buildObject()
84 setCharacterFlags(objectId); in buildObject()
85 attachCollisionShape(objectId, collisionShape.getObjectId()); in buildObject()
87 …r(this.getClass().getName()).log(Level.INFO, "Clearing Character {0}", Long.toHexString(objectId)); in buildObject()
90 characterId = createCharacterObject(objectId, collisionShape.getObjectId(), stepHeight); in buildObject()
96 private native void setCharacterFlags(long objectId); in setCharacterFlags() argument
98 private native long createCharacterObject(long objectId, long shapeId, float stepHeight); in createCharacterObject() argument
206 if (objectId == 0) { in setCollisionShape()
[all …]
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_objects_PhysicsCharacter.cpp81 (JNIEnv *env, jobject object, jlong objectId, jlong shapeId, jfloat stepHeight) { in Java_com_jme3_bullet_objects_PhysicsCharacter_createCharacterObject() argument
82 btPairCachingGhostObject* ghost = reinterpret_cast<btPairCachingGhostObject*>(objectId); in Java_com_jme3_bullet_objects_PhysicsCharacter_createCharacterObject()
100 (JNIEnv *env, jobject object, jlong objectId, jobject vector) { in Java_com_jme3_bullet_objects_PhysicsCharacter_warp() argument
101 …ematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); in Java_com_jme3_bullet_objects_PhysicsCharacter_warp()
118 (JNIEnv *env, jobject object, jlong objectId, jobject vector) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setWalkDirection() argument
119 …ematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); in Java_com_jme3_bullet_objects_PhysicsCharacter_setWalkDirection()
136 (JNIEnv *env, jobject object, jlong objectId, jint value) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setUpAxis() argument
137 …ematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); in Java_com_jme3_bullet_objects_PhysicsCharacter_setUpAxis()
152 (JNIEnv *env, jobject object, jlong objectId, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setFallSpeed() argument
153 …ematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); in Java_com_jme3_bullet_objects_PhysicsCharacter_setFallSpeed()
[all …]
Dcom_jme3_bullet_objects_PhysicsGhostObject.cpp66 (JNIEnv *env, jobject object, jlong objectId) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setGhostFlags() argument
67 btPairCachingGhostObject* ghost = reinterpret_cast<btPairCachingGhostObject*>(objectId); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setGhostFlags()
82 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsLocation() argument
83 btPairCachingGhostObject* ghost = reinterpret_cast<btPairCachingGhostObject*>(objectId); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsLocation()
98 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2() argument
99 btPairCachingGhostObject* ghost = reinterpret_cast<btPairCachingGhostObject*>(objectId); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2()
114 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Quaternion_2() argument
115 btPairCachingGhostObject* ghost = reinterpret_cast<btPairCachingGhostObject*>(objectId); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Quaternion_2()
130 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsLocation() argument
131 btPairCachingGhostObject* ghost = reinterpret_cast<btPairCachingGhostObject*>(objectId); in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsLocation()
[all …]
Dcom_jme3_bullet_collision_PhysicsCollisionObject.cpp50 (JNIEnv * env, jobject object, jlong objectId, jlong shapeId) { in Java_com_jme3_bullet_collision_PhysicsCollisionObject_attachCollisionShape() argument
51 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_attachCollisionShape()
72 (JNIEnv * env, jobject object, jlong objectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionObject_finalizeNative() argument
73 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_finalizeNative()
91 (JNIEnv *env, jobject object, jlong objectId, jint group, jint groups) { in Java_com_jme3_bullet_collision_PhysicsCollisionObject_initUserPointer() argument
92 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_initUserPointer()
115 (JNIEnv *env, jobject object, jlong objectId, jint group) { in Java_com_jme3_bullet_collision_PhysicsCollisionObject_setCollisionGroup() argument
116 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_setCollisionGroup()
133 (JNIEnv *env, jobject object, jlong objectId, jint groups) { in Java_com_jme3_bullet_collision_PhysicsCollisionObject_setCollideWithGroups() argument
134 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_setCollideWithGroups()
Dcom_jme3_bullet_PhysicsSpace.cpp83 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject() argument
85 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId); in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject()
108 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_removeCollisionObject() argument
110 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId); in Java_com_jme3_bullet_PhysicsSpace_removeCollisionObject()
180 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_addCharacterObject() argument
182 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId); in Java_com_jme3_bullet_PhysicsSpace_addCharacterObject()
207 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_removeCharacterObject() argument
209 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId); in Java_com_jme3_bullet_PhysicsSpace_removeCharacterObject()
231 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_addAction() argument
233 btActionInterface* actionObject = reinterpret_cast<btActionInterface*>(objectId); in Java_com_jme3_bullet_PhysicsSpace_addAction()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DAlgorithmIdentifier.java16 private ASN1ObjectIdentifier objectId; field in AlgorithmIdentifier
51 ASN1ObjectIdentifier objectId) in AlgorithmIdentifier() argument
53 this.objectId = objectId; in AlgorithmIdentifier()
61 String objectId) in AlgorithmIdentifier() argument
63 this.objectId = new ASN1ObjectIdentifier(objectId); in AlgorithmIdentifier()
67 ASN1ObjectIdentifier objectId, in AlgorithmIdentifier() argument
71 this.objectId = objectId; in AlgorithmIdentifier()
88 objectId = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0)); in AlgorithmIdentifier()
103 return new ASN1ObjectIdentifier(objectId.getId()); in getAlgorithm()
112 return objectId; in getObjectId()
[all …]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DCollisionShape.java48 protected long objectId = 0; field in CollisionShape
76 return objectId; in getObjectId()
83 this.objectId = id; in setObjectId()
88 setLocalScaling(objectId, scale); in setScale()
96 return getMargin(objectId); in getMargin()
99 private native float getMargin(long objectId); in getMargin() argument
102 setMargin(objectId, margin); in setMargin()
108 private native void setMargin(long objectId, float margin); in setMargin() argument
125 …getClass().getName()).log(Level.INFO, "Finalizing CollisionShape {0}", Long.toHexString(objectId)); in finalize()
126 finalizeNative(objectId); in finalize()
[all …]
DCompoundCollisionShape.java58 objectId = createShape();//new CompoundShape(); in CompoundCollisionShape()
59 …Logger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId)); in CompoundCollisionShape()
88 addChildShape(objectId, shape.getObjectId(), location, rotation); in addChildShape()
99 addChildShape(objectId, shape.getObjectId(), location, rotation); in addChildShapeDirect()
108 removeChildShape(objectId, shape.getObjectId()); in removeChildShape()
132 …private native long addChildShape(long objectId, long childId, Vector3f location, Matrix3f rotatio… in addChildShape() argument
134 private native long removeChildShape(long objectId, long childId); in removeChildShape() argument
DSimplexCollisionShape.java74 objectId = createShape(vector1, vector2, vector3, vector4); in createShape()
77 objectId = createShape(vector1, vector2, vector3); in createShape()
80 objectId = createShape(vector1, vector2); in createShape()
83 objectId = createShape(vector1); in createShape()
86 …Logger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId)); in createShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java57 protected long objectId = 0; field in PhysicsCollisionObject
124 if (objectId != 0) { in setCollisionGroup()
125 setCollisionGroup(objectId, collisionGroup); in setCollisionGroup()
137 if (objectId != 0) { in addCollideWithGroup()
138 setCollideWithGroups(objectId, this.collisionGroupsMask); in addCollideWithGroup()
148 if (objectId != 0) { in removeCollideWithGroup()
159 if (objectId != 0) { in setCollideWithGroups()
160 setCollideWithGroups(objectId, this.collisionGroupsMask); in setCollideWithGroups()
173 …Class().getName()).log(Level.INFO, "initUserPointer() objectId = {0}", Long.toHexString(objectId)); in initUserPointer()
174 initUserPointer(objectId, collisionGroup, collisionGroupsMask); in initUserPointer()
[all …]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
DObjectStore.java148 def.objectId = localObj.objectId; in makeObjectDef()
157 localObj.objectId = objectIdCounter++; in exposeObject()
170 localObjects.put(localObj.objectId, localObj); in exposeObject()
210 short objectId = remoteObj.objectId; in invokeRemoteMethod() local
214 call.objectId = objectId; in invokeRemoteMethod()
261 remoteObject.objectId = (short)def.objectId; in onMessage()
264 remoteObjectsById.put(def.objectId, remoteObject); in onMessage()
272 LocalObject localObj = localObjects.get(call.objectId); in onMessage()
DObjectDef.java50 public int objectId; field in ObjectDef
66 return "ObjectDef[name=" + objectName + ", objectId=" + objectId+"]"; in toString()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPBES2Algorithms.java18 private ASN1ObjectIdentifier objectId; field in PBES2Algorithms
29 objectId = (ASN1ObjectIdentifier)e.nextElement(); in PBES2Algorithms()
51 return objectId; in getObjectId()
69 v.add(objectId); in getASN1Primitive()
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java408 + objectId(contextClassLoader)); in getFactory()
695 logDiagnostic("Releasing factory for classloader " + objectId(classLoader)); in release()
1024 "Created object " + objectId(result)
1025 + " to manage classloader " + objectId(contextClassLoader));
1080 + " from classloader " + objectId(classLoader));
1097 … + " loaded from classloader " + objectId(logFactoryClass.getClassLoader())
1112 + "' via classloader " + objectId(classLoader));
1123 + " via classloader " + objectId(classLoader)
1202 + objectId(classLoader)
1540 classLoaderName = objectId(classLoader);
[all …]
/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java484 classLoaderName = objectId(classLoader); in initDiagnostics()
986 + objectId(currentCL)); in createLogFromClass()
1020 + objectId(currentCL) in createLogFromClass()
1079 + objectId(currentCL) in createLogFromClass()
1095 + objectId(currentCL) in createLogFromClass()
1133 + "' from classloader " + objectId(currentCL) in createLogFromClass()
1140 + "' from classloader " + objectId(logAdapterClass.getClassLoader()) in createLogFromClass()
1349 + objectId(badClassLoader) in handleFlawedHierarchy()
1352 + objectId(logInterfaceClassLoader)); in handleFlawedHierarchy()
/external/javassist/src/main/javassist/tools/rmi/
DSample.java25 private int objectId; field in Sample
28 return importer.call(objectId, identifier, args); in forward()

123