HomeSort by relevance Sort by last modified time
    Searched full:bodyid (Results 1 - 13 of 13) 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...]
  /external/v8/src/
ast.h 771 int BodyId() const { return body_id_; }
819 int BodyId() const { return body_id_; }
866 int BodyId() const { return body_id_; }
    [all...]
full-codegen.cc     [all...]
hydrogen.cc     [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
full-codegen-mips.cc     [all...]
  /external/v8/src/x64/
full-codegen-x64.cc     [all...]

Completed in 1401 milliseconds