Searched refs:object (Results 226 - 250 of 1811) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp50 (JNIEnv * env, jobject object, jobject normal, jfloat constant) {
49 Java_com_jme3_bullet_collision_shapes_PlaneCollisionShape_createShape(JNIEnv * env, jobject object, jobject normal, jfloat constant) argument
H A Dcom_jme3_bullet_collision_shapes_SphereCollisionShape.cpp49 (JNIEnv *env, jobject object, jfloat radius) {
48 Java_com_jme3_bullet_collision_shapes_SphereCollisionShape_createShape(JNIEnv *env, jobject object, jfloat radius) argument
H A Dcom_jme3_bullet_joints_PhysicsJoint.cpp49 (JNIEnv * env, jobject object, jlong jointId) {
53 env->ThrowNew(newExc, "The native object does not exist.");
48 Java_com_jme3_bullet_joints_PhysicsJoint_getAppliedImpulse(JNIEnv * env, jobject object, jlong jointId) argument
/external/llvm/test/MC/AsmParser/
H A Ddirective_rept-diagnostics.s7 .type invalid_expression,@object
16 .type bad_token,@object
25 .type negative,@object
34 .type trailer,@object
/external/llvm/test/MC/Mips/
H A Delf_st_other.s11 .type d1, @object
H A Dinsn-directive.s21 .type o_mm_insn_data, @object
27 .type o_mm_insn_instr, @object
47 .type o_normal_insn_data, @object
53 .type o_normal_insn_instr, @object
/external/llvm/tools/llvm-readobj/
H A DObjDumper.h17 namespace object { namespace in namespace:llvm
56 std::error_code createCOFFDumper(const object::ObjectFile *Obj,
60 std::error_code createELFDumper(const object::ObjectFile *Obj,
64 std::error_code createMachODumper(const object::ObjectFile *Obj,
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DPermissions.java73 public boolean equals(Object object) { argument
74 return (object != null)
75 && (object.getClass() == this.getClass())
76 && (object.hashCode() == hashCode());
80 * Return the hash code for this object.
152 * @return the String representation of this object.
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DPermissions.java73 public boolean equals(Object object) { argument
74 return (object != null)
75 && (object.getClass() == this.getClass())
76 && (object.hashCode() == hashCode());
80 * Return the hash code for this object.
152 * @return the String representation of this object.
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DPermissions.java73 public boolean equals(Object object) { argument
74 return (object != null)
75 && (object.getClass() == this.getClass())
76 && (object.hashCode() == hashCode());
80 * Return the hash code for this object.
152 * @return the String representation of this object.
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DPermissions.java73 public boolean equals(Object object) { argument
74 return (object != null)
75 && (object.getClass() == this.getClass())
76 && (object.hashCode() == hashCode());
80 * Return the hash code for this object.
152 * @return the String representation of this object.
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DPermissions.java73 public boolean equals(Object object) { argument
74 return (object != null)
75 && (object.getClass() == this.getClass())
76 && (object.hashCode() == hashCode());
80 * Return the hash code for this object.
152 * @return the String representation of this object.
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java46 * Log the specified message from the caller object.
47 * @param caller the calling object
120 * Return the name of the class for the specified object, stripping off the package name
123 private static String getClassName(Object object) { argument
126 Class theClass = (object instanceof Class) ? ((Class)object) : object.getClass();

Completed in 498 milliseconds

1234567891011>>