HomeSort by relevance Sort by last modified time
    Searched refs:bodyId (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsRigidBody.cpp 67 (JNIEnv *env, jobject object, jlong bodyId) {
68 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId);
83 (JNIEnv *env, jobject object, jlong bodyId, jobject value) {
84 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId);
108 (JNIEnv *env, jobject object, jlong bodyId, jobject value) {
109 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId);
133 (JNIEnv *env, jobject object, jlong bodyId, jobject value) {
134 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId);
158 (JNIEnv *env, jobject object, jlong bodyId, jobject value) {
159 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId);
    [all...]
com_jme3_bullet_objects_PhysicsVehicle.cpp 68 (JNIEnv *env, jobject object, jlong bodyId, jlong spaceId) {
69 //btRigidBody* body = reinterpret_cast<btRigidBody*> bodyId;
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsRejectedReceiver.java 69 int bodyId;
72 bodyId = R.string.sms_full_body;
75 bodyId = R.string.sms_rejected_body;
82 context.getString(bodyId),
  /external/webkit/LayoutTests/fast/js/resources/
const.js 117 const bodyId = (ranConstInitialiser = true, "Const initialiser overwrote existing property");
118 shouldBe("bodyId", "document.getElementById('bodyId')");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 392 * Returns the bodyId for the given messageId, or -1 if no body is found.
409 long bodyId = lookupBodyIdWithMessageId(context, messageId);
411 if (bodyId == -1) {
414 final Uri uri = ContentUris.withAppendedId(CONTENT_URI, bodyId);
    [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp     [all...]

Completed in 89 milliseconds