/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
CompoundCollisionShape.java | 58 objectId = createShape();//new CompoundShape(); 59 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId)); 71 // ((CompoundShape) objectId).addChildShape(transA, shape.getObjectId()); 88 addChildShape(objectId, shape.getObjectId(), location, rotation); 89 // ((CompoundShape) objectId).addChildShape(transA, shape.getObjectId()); 99 addChildShape(objectId, shape.getObjectId(), location, rotation); 100 // ((CompoundShape) objectId).addChildShape(transA, shape.getObjectId()); 108 removeChildShape(objectId, shape.getObjectId()); 109 // ((CompoundShape) objectId).removeChildShape(shape.getObjectId()); 132 private native long addChildShape(long objectId, long childId, Vector3f location, Matrix3f rotation) [all...] |
CapsuleCollisionShape.java | 108 objectId = createShape(axis, radius, height); 109 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId)); 114 // objectId=new CapsuleShapeX(radius,height); 117 // objectId=new CapsuleShape(radius,height); 120 // objectId=new CapsuleShapeZ(radius,height); 123 // objectId.setLocalScaling(Converter.convert(getScale())); 124 // objectId.setMargin(margin);
|
CylinderCollisionShape.java | 100 objectId = createShape(axis, halfExtents); 101 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId)); 104 // objectId = new CylinderShapeX(Converter.convert(halfExtents)); 107 // objectId = new CylinderShape(Converter.convert(halfExtents)); 110 // objectId = new CylinderShapeZ(Converter.convert(halfExtents)); 113 // objectId.setLocalScaling(Converter.convert(getScale())); 114 // objectId.setMargin(margin);
|
SphereCollisionShape.java | 80 objectId = createShape(radius); 81 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId)); 83 // objectId.setLocalScaling(Converter.convert(getScale())); 84 // objectId.setMargin(margin);
|
GImpactCollisionShape.java | 145 // objectId = new GImpactMeshShape(tiv);
146 // objectId.setLocalScaling(Converter.convert(worldScale));
147 // ((GImpactMeshShape)objectId).updateBound();
148 // objectId.setLocalScaling(Converter.convert(getScale()));
149 // objectId.setMargin(margin);
152 objectId = createShape(meshId);
153 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId));
167 private native void finalizeNative(long objectId);
|
/frameworks/wilhelm/tests/sandbox/ |
object.c | 40 SLuint32 objectID; 47 for (objectID = FIRST_VALID - 1; objectID <= LAST_VALID + 1; ++objectID) { 48 printf("object ID %x", objectID); 49 const char *string = slesutObjectIDToString(objectID); 53 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, objectID, NULL); 56 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, objectID, 61 result = (*engineEngine)->QuerySupportedInterfaces(engineEngine, objectID, 0, 70 result = (*engineEngine)->QuerySupportedInterfaces(engineEngine, objectID, i, NULL) [all...] |
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/ |
PhysicsJoint.java | 47 protected long objectId = 0; 71 return getAppliedImpulse(objectId); 74 private native float getAppliedImpulse(long objectId); 80 return objectId; 142 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Finalizing Joint {0}", Long.toHexString(objectId)); 143 finalizeNative(objectId); 146 private native void finalizeNative(long objectId);
|
ConeJoint.java | 89 setLimit(objectId, swingSpan1, swingSpan2, twistSpan); 92 private native void setLimit(long objectId, float swingSpan1, float swingSpan2, float twistSpan); 96 setAngularOnly(objectId, value); 99 private native void setAngularOnly(long objectId, boolean value); 129 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB); 130 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Joint {0}", Long.toHexString(objectId)); 131 setLimit(objectId, swingSpan1, swingSpan2, twistSpan); 132 setAngularOnly(objectId, angularOnly);
|
SixDofJoint.java | 84 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLinearReferenceFrameA); 85 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Joint {0}", Long.toHexString(objectId)); 99 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLinearReferenceFrameA); 100 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Joint {0}", Long.toHexString(objectId)); 106 RotationalLimitMotor rmot = new RotationalLimitMotor(getRotationalLimitMotor(objectId, i)); 109 translationalMotor = new TranslationalLimitMotor(getTranslationalLimitMotor(objectId)); 112 private native long getRotationalLimitMotor(long objectId, int index); 114 private native long getTranslationalLimitMotor(long objectId); 137 setLinearUpperLimit(objectId, vector); 144 setLinearLowerLimit(objectId, vector) [all...] |
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/ |
PhysicsCollisionObject.java | 57 protected long objectId = 0; 124 if (objectId != 0) { 125 setCollisionGroup(objectId, collisionGroup); 137 if (objectId != 0) { 138 setCollideWithGroups(objectId, this.collisionGroupsMask); 148 if (objectId != 0) { 159 if (objectId != 0) { 160 setCollideWithGroups(objectId, this.collisionGroupsMask); 173 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "initUserPointer() objectId = {0}", Long.toHexString(objectId)); [all...] |
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
NetscapePluginInstanceProxy.h | 109 bool getWindowNPObject(uint32_t& objectID); 110 bool getPluginElementNPObject(uint32_t& objectID); 111 bool forgetBrowserObjectID(uint32_t objectID); // Will fail if the ID is being sent to plug-in right now (i.e., retain/release calls aren't balanced). 113 bool evaluate(uint32_t objectID, const WTF::String& script, data_t& resultData, mach_msg_type_number_t& resultLength, bool allowPopups); 114 bool invoke(uint32_t objectID, const JSC::Identifier& methodName, data_t argumentsData, mach_msg_type_number_t argumentsLength, data_t& resultData, mach_msg_type_number_t& resultLength); 115 bool invokeDefault(uint32_t objectID, data_t argumentsData, mach_msg_type_number_t argumentsLength, data_t& resultData, mach_msg_type_number_t& resultLength); 116 bool construct(uint32_t objectID, data_t argumentsData, mach_msg_type_number_t argumentsLength, data_t& resultData, mach_msg_type_number_t& resultLength); 117 bool enumerate(uint32_t objectID, data_t& resultData, mach_msg_type_number_t& resultLength); 119 bool getProperty(uint32_t objectID, const JSC::Identifier& propertyName, data_t &resultData, mach_msg_type_number_t& resultLength); 120 bool getProperty(uint32_t objectID, unsigned propertyName, data_t &resultData, mach_msg_type_number_t& resultLength); [all...] |
NetscapePluginInstanceProxy.mm | 114 inline bool NetscapePluginInstanceProxy::LocalObjectMap::contains(uint32_t objectID) const 116 return m_idToJSObjectMap.contains(objectID); 119 inline JSC::JSObject* NetscapePluginInstanceProxy::LocalObjectMap::get(uint32_t objectID) const 121 if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectID)) 124 return m_idToJSObjectMap.get(objectID).get(); 141 uint32_t objectID = 0; 148 objectID = ++m_objectIDCounter; 149 } while (!m_objectIDCounter || m_objectIDCounter == static_cast<uint32_t>(-1) || m_idToJSObjectMap.contains(objectID)); 151 m_idToJSObjectMap.set(objectID, Strong<JSObject>(globalData, object)) [all...] |
WebKitPluginHost.defs | 175 objectID :uint32_t; 181 objectID :uint32_t; 187 objectID :uint32_t; 195 objectID :uint32_t); 200 objectID :uint32_t); 205 objectID :uint32_t; 211 objectID :uint32_t; 217 objectID :uint32_t); 222 objectID :uint32_t);
|
NetscapePluginHostProxy.mm | 447 kern_return_t WKPCGetScriptableNPObjectReply(mach_port_t clientPort, uint32_t pluginID, uint32_t requestID, uint32_t objectID) 457 instanceProxy->setCurrentReply(requestID, new NetscapePluginInstanceProxy::GetScriptableNPObjectReply(objectID)); 517 uint32_t objectID; 518 if (!instanceProxy->getWindowNPObject(objectID)) 521 *outObjectID = objectID; 535 uint32_t objectID; 536 if (!instanceProxy->getPluginElementNPObject(objectID)) 539 *outObjectID = objectID; 543 kern_return_t WKPCForgetBrowserObject(mach_port_t clientPort, uint32_t pluginID, uint32_t objectID) 553 return instanceProxy->forgetBrowserObjectID(objectID) ? KERN_SUCCESS : KERN_FAILURE [all...] |
/external/webkit/Source/WebCore/inspector/ |
InjectedScript.cpp | 66 void InjectedScript::evaluateOn(ErrorString* errorString, const String& objectId, const String& expression, RefPtr<InspectorObject>* result) 69 function.appendArgument(objectId); 84 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ignoreHasOwnProperty, RefPtr<InspectorArray>* properties) 87 function.appendArgument(objectId); 99 Node* InjectedScript::nodeForObjectId(const String& objectId) 105 function.appendArgument(objectId); 114 void InjectedScript::setPropertyValue(ErrorString* errorString, const String& objectId, const String& propertyName, const String& expression) 117 function.appendArgument(objectId); 125 void InjectedScript::releaseObject(const String& objectId) 128 function.appendArgument(objectId); [all...] |
InspectorRuntimeAgent.h | 56 void evaluateOn(ErrorString*, const String& objectId, const String& expression, RefPtr<InspectorObject>* result); 57 void releaseObject(ErrorString*, const String& objectId); 58 void getProperties(ErrorString*, const String& objectId, bool ignoreHasOwnProperty, RefPtr<InspectorArray>* result); 59 void setPropertyValue(ErrorString*, const String& objectId, const String& propertyName, const String& expression);
|
/external/yaffs2/yaffs2/ |
yaffs_packedtags2.c | 50 pt->t.objectId, pt->t.chunkId, pt->t.byteCount, 60 TENDSTR), t->eccResult, t->blockBad, t->chunkUsed, t->objectId, 71 pt->t.objectId = t->objectId; 85 pt->t.objectId &= ~EXTRA_OBJECT_TYPE_MASK; 86 pt->t.objectId |= 153 t->objectId = pt->t.objectId; 174 pt->t.objectId >> EXTRA_OBJECT_TYPE_SHIFT; 175 t->objectId &= ~EXTRA_OBJECT_TYPE_MASK [all...] |
/frameworks/native/include/binder/ |
BpBinder.h | 52 virtual void attachObject( const void* objectID, 56 virtual void* findObject(const void* objectID) const; 57 virtual void detachObject(const void* objectID); 70 void attach( const void* objectID, 74 void* find(const void* objectID) const; 75 void detach(const void* objectID);
|
/dalvik/vm/jdwp/ |
Jdwp.h | 38 * ObjectId and RefTypeId must be the same size. 42 typedef u8 ObjectId; /* any object (threadID, stringID, arrayID, etc) */ 43 typedef u8 RefTypeId; /* like ObjectID, but unique for Class objects */ 52 INLINE ObjectId dvmReadObjectId(const u1** pBuf) { return read8BE(pBuf); } 57 INLINE void dvmSetObjectId(u1* buf, ObjectId val) { return set8BE(buf, val); } 66 INLINE void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { 158 //ObjectId dvmJdwpGetWaitForEventThread(JdwpState* state); 159 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId); 203 ObjectId thisPtr, int eventFlags); 211 ObjectId excepId, RefTypeId excepClassId, const JdwpLocation* pCatchLoc [all...] |
JdwpEvent.h | 40 ObjectId threadId; 71 ObjectId threadId; 77 ObjectId objectId;
|