Searched defs:object (Results 276 - 300 of 1059) sorted by relevance

<<11121314151617181920>>

/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();
/external/mockftpserver/tags/2.0.1/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.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/2.0.2/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.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/2.1/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.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/2.2/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.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/2.3/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.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/2.4/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.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.5/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.5/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.x_Before_IDEA/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/pdfium/fxjs/
H A Dfxjs_v8_embeddertest.cpp194 auto object = engine()->NewFxDynamicObj(-1); local
195 EXPECT_EQ(0u, engine()->GetObjectPropertyNames(object).size());
196 EXPECT_FALSE(engine()->GetObjectProperty(object, L"clams").IsEmpty());
197 EXPECT_TRUE(engine()->GetObjectProperty(object, L"clams")->IsUndefined());
198 EXPECT_EQ(0u, engine()->GetObjectPropertyNames(object).size());
200 engine()->PutObjectProperty(object, L"clams", engine()->NewNumber(12));
201 EXPECT_FALSE(engine()->GetObjectProperty(object, L"clams").IsEmpty());
202 EXPECT_TRUE(engine()->GetObjectProperty(object, L"clams")->IsNumber());
203 EXPECT_EQ(1u, engine()->GetObjectPropertyNames(object).size());
204 EXPECT_EQ(L"clams", engine()->GetObjectPropertyNames(object)[
[all...]
/external/pdfium/third_party/freetype/include/freetype/
H A Dftincrem.h68 * An opaque type describing a user-provided object used to implement
296 * inc_int.object = my_object;
317 FT_Incremental object; member in struct:FT_Incremental_InterfaceRec_
341 * an incremental loading object to be used by FreeType.
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DFullFrame.java120 public boolean equals(Object object) argument
122 if (!super.equals(object))
127 FullFrame other = (FullFrame)object;
H A DMoreZeroFrame.java103 public boolean equals(Object object) argument
105 if (!super.equals(object))
110 MoreZeroFrame other = (MoreZeroFrame)object;
H A DObjectType.java83 public boolean equals(Object object) argument
85 if (!super.equals(object))
90 ObjectType other = (ObjectType)object;
H A DStackMapFrame.java92 public boolean equals(Object object) argument
94 if (object == null ||
95 this.getClass() != object.getClass())
100 StackMapFrame other = (StackMapFrame)object;
H A DUninitializedType.java82 public boolean equals(Object object) argument
84 if (!super.equals(object))
89 UninitializedType other = (UninitializedType)object;

Completed in 773 milliseconds

<<11121314151617181920>>