Searched refs:object (Results 76 - 100 of 387) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DPrinterResolution.java66 * methods on the PrinterResolution object. The category name returned by
100 * passed in object. To be equivalent, all of the following conditions
104 * <CODE>object</CODE> is not null.
106 * <CODE>object</CODE> is an instance of class PrinterResolution.
109 * <CODE>object</CODE>'s cross feed direction resolution.
112 * <CODE>object</CODE>'s feed direction resolution.
115 * @param object Object to compare to.
117 * @return True if <CODE>object</CODE> is equivalent to this printer
120 public boolean equals(Object object) { argument
121 return (super.equals (object)
[all...]
H A DPrinterURI.java68 * in object. To be equivalent, all of the following conditions must be
72 * <CODE>object</CODE> is not null.
74 * <CODE>object</CODE> is an instance of class PrinterURI.
77 * <CODE>object</CODE>'s underlying URI are equal.
80 * @param object Object to compare to.
82 * @return True if <CODE>object</CODE> is equivalent to this PrinterURI
85 public boolean equals(Object object) { argument
86 return (super.equals(object) && object instanceof PrinterURI);
H A DRequestingUserName.java78 * the passed in object. To be equivalent, all of the following
82 * <CODE>object</CODE> is not null.
84 * <CODE>object</CODE> is an instance of class RequestingUserName.
87 * <CODE>object</CODE>'s underlying string are equal.
90 * <CODE>object</CODE>'s locale are equal.
93 * @param object Object to compare to.
95 * @return True if <CODE>object</CODE> is equivalent to this requesting
98 public boolean equals(Object object) { argument
99 return (super.equals(object) &&
100 object instanceo
[all...]
H A DNumberUpSupported.java130 * passed in object. To be equivalent, all of the following conditions
134 * <CODE>object</CODE> is not null.
136 * <CODE>object</CODE> is an instance of class NumberUpSupported.
138 * This number up supported attribute's members and <CODE>object</CODE>'s
142 * @param object Object to compare to.
144 * @return True if <CODE>object</CODE> is equivalent to this number up
147 public boolean equals(Object object) { argument
148 return (super.equals (object) &&
149 object instanceof NumberUpSupported);
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DThread.hpp55 jthread thread, jobject object);
57 jthread thread, jobject object, jlong timeout);
59 jthread thread, jobject object, jboolean timed_out);
H A DMonitor.hpp53 Monitor(jvmtiEnv *jvmti, JNIEnv *env, jobject object);
H A DAgent.cpp80 Agent::get_monitor(jvmtiEnv *jvmti, JNIEnv *env, jobject object) argument
88 err = jvmti->GetTag(object, &tag);
93 m = new Monitor(jvmti, env, object);
105 err = jvmti->SetTag(object, tag);
171 /* Reclaim the C++ object space */
177 jthread thread, jobject object)
179 get_monitor(jvmti, env, object)->contended();
181 monitor_contended_enter(jvmti, env, thread, object);
186 jthread thread, jobject object)
193 jthread thread, jobject object, jlon
176 monitor_contended_enter(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object) argument
185 monitor_contended_entered(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object) argument
192 monitor_wait(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object, jlong timeout) argument
201 monitor_waited(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object, jboolean timed_out) argument
[all...]
H A DAgent.hpp54 Monitor *get_monitor(jvmtiEnv *jvmti, JNIEnv *env, jobject object);
63 jthread thread, jobject object);
65 jthread thread, jobject object);
67 jthread thread, jobject object, jlong timeout);
69 jthread thread, jobject object, jboolean timed_out);
/openjdk7/jdk/src/share/classes/com/sun/jdi/event/
H A DWatchpointEvent.java53 * Returns the object whose field is about to be accessed/modified.
57 * object in the target VM.
59 ObjectReference object(); method in interface:WatchpointEvent
63 * @throws ObjectCollectedException if object or class have been
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DLdapPrincipal.java83 * Compares this principal to the specified object.
85 * @param object The object to compare this principal against.
88 public boolean equals(Object object) { argument
89 if (this == object) {
92 if (object instanceof LdapPrincipal) {
96 name.equals(getLdapName(((LdapPrincipal)object).getName()));
134 // Create an LdapName object from a string distinguished name.
/openjdk7/jdk/test/java/beans/XMLDecoder/spec/
H A DTestArray.java73 private static <T> T[] getArray(Class<T> component, int length, Object object) { argument
74 Class type = object.getClass();
81 if (length != Array.getLength(object)) {
84 return (T[]) object;
H A DTestByte.java51 private static void validate(byte value, Object object) { argument
52 if (!object.equals(Byte.valueOf(value))) {
H A DTestDouble.java53 private static void validate(double value, Object object) { argument
54 if (!object.equals(Double.valueOf(value))) {
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemnobs.c45 jpeg_free_small (j_common_ptr cinfo, void * object, size_t sizeofobject) argument
47 free(object);
65 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject) argument
67 free(object);
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DGaugeMonitorMBean.java64 * @param object the MBean for which the derived gauge is to be returned
69 public Number getDerivedGauge(ObjectName object); argument
74 * @param object the MBean for which the derived gauge timestamp is to be returned
79 public long getDerivedGaugeTimeStamp(ObjectName object); argument
H A DStringMonitorMBean.java64 * @param object the MBean for which the derived gauge is to be returned
69 public String getDerivedGauge(ObjectName object); argument
74 * @param object the MBean for which the derived gauge timestamp is to be returned
79 public long getDerivedGaugeTimeStamp(ObjectName object); argument
H A DCounterMonitorMBean.java88 * @param object the MBean for which the derived gauge is to be returned
93 public Number getDerivedGauge(ObjectName object); argument
98 * @param object the MBean for which the derived gauge timestamp is to be returned
103 public long getDerivedGaugeTimeStamp(ObjectName object); argument
108 * @param object the MBean for which the threshold value is to be returned
115 public Number getThreshold(ObjectName object); argument
/openjdk7/jdk/test/java/beans/XMLEncoder/6329581/
H A DTest6329581.java77 private void validate(Object object) { argument
78 if (!object.getClass().getClassLoader().equals(this)) {
84 Object object = loadClass(name).newInstance();
85 validate(object);
89 encoder.writeObject(object);
97 Object object = decoder.readObject();
98 validate(object);
100 return object;
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6989223.java56 public boolean equals(Object object) { argument
57 return super.equals(object); // to avoid recursion during validation
H A DTest6187118.java67 Object object = list.getLast();
69 return getExpression(oldInstance, shortenedList, "add", object);
86 for (T object : iterable) {
87 this.list.add(object);
95 public ImmutableList<T> add(T object) { argument
97 list.list.add(object);
121 public boolean equals(Object object) { argument
122 if (object instanceof ImmutableList) {
123 ImmutableList list = (ImmutableList) object;
/openjdk7/jdk/src/share/classes/javax/swing/undo/
H A DStateEdit.java36 * <P>This edit class works by asking an object to store it's state in
38 * object is told to restore it's state from these Hashtables.</P>
42 * // Create the edit during the "before" state of the object
44 * // Modify the object
46 * // "end" the edit when you are done modifying the object
69 * The object being edited
71 protected StateEditable object; field in class:StateEdit
95 * @param anObject The object to watch for changing state
107 * @param anObject The object to watch for changing state
118 this.object
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DBridge.java75 * Gets the {@link JAXBRIContext} to which this object belongs.
90 public final void marshal(T object,XMLStreamWriter output) throws JAXBException { argument
91 marshal(object,output,null);
93 public final void marshal(T object,XMLStreamWriter output, AttachmentMarshaller am) throws JAXBException { argument
96 marshal(m,object,output);
101 public final void marshal(@NotNull BridgeContext context,T object,XMLStreamWriter output) throws JAXBException { argument
102 marshal( ((BridgeContextImpl)context).marshaller, object, output );
105 public abstract void marshal(@NotNull Marshaller m,T object,XMLStreamWriter output) throws JAXBException; argument
109 * Marshals the specified type object with the implicit element name
121 public void marshal(T object,OutputStrea argument
127 marshal(T object,OutputStream output, NamespaceContext nsContext, AttachmentMarshaller am) argument
135 marshal(@otNull BridgeContext context,T object,OutputStream output, NamespaceContext nsContext) argument
139 marshal(@otNull Marshaller m,T object,OutputStream output, NamespaceContext nsContext) argument
142 marshal(T object,Node output) argument
148 marshal(@otNull BridgeContext context,T object,Node output) argument
152 marshal(@otNull Marshaller m,T object,Node output) argument
158 marshal(T object, ContentHandler contentHandler) argument
164 marshal(T object, ContentHandler contentHandler, AttachmentMarshaller am) argument
171 marshal(@otNull BridgeContext context,T object, ContentHandler contentHandler) argument
174 marshal(@otNull Marshaller m,T object, ContentHandler contentHandler) argument
179 marshal(T object, Result result) argument
184 marshal(@otNull BridgeContext context,T object, Result result) argument
187 marshal(@otNull Marshaller m,T object, Result result) argument
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkConstant.cpp109 ciObject *object = constant.as_object(); local
111 if (object->is_klass()) {
114 ciKlass *klass = object->as_klass();
119 object = klass->java_mirror();
121 if (object->is_null_object() || !object->can_be_constant()) {
127 _object = object;
/openjdk7/jdk/test/java/util/Arrays/
H A DSorting.java1111 private static void checkSorted(Object object) { argument
1112 if (object instanceof int[]) {
1113 checkSorted((int[]) object);
1114 } else if (object instanceof long[]) {
1115 checkSorted((long[]) object);
1116 } else if (object instanceof short[]) {
1117 checkSorted((short[]) object);
1118 } else if (object instanceof byte[]) {
1119 checkSorted((byte[]) object);
1120 } else if (object instanceo
1207 checkSumXor(Object object) argument
1303 checkSumPlus(Object object) argument
1399 sortByInsertionSort(Object object) argument
1502 sort(Object object) argument
1525 sortSubArray(Object object, int fromIndex, int toIndex) argument
1548 checkSubArray(Object object, int fromIndex, int toIndex, int m) argument
1747 checkRange(Object object, int m) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DAttribute.java56 * Constructs an Attribute object which associates the given attribute name with the given value.
59 * @param value The Object which is assigned to the attribute. This object must be of the same type as the attribute.
94 * @param object The Attribute that the current Attribute is to be compared with.
100 public boolean equals(Object object) { argument
101 if (!(object instanceof Attribute)) {
104 Attribute val = (Attribute) object;
128 * Returns a String object representing this Attribute's value. The format of this

Completed in 618 milliseconds

1234567891011>>