Searched refs:object (Results 126 - 150 of 387) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/event/
H A DWatchpointEventSet.java59 * Returns the object whose field is about to be accessed/modified.
63 * object in the target VM.
66 return ((WatchpointEvent)oneEvent).object();
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DSolarisWatchService.c66 uintptr_t object = (uintptr_t)jlong_to_ptr(objectAddress); local
68 if (port_associate((int)port, (int)source, object, (int)events, NULL) == -1) {
77 uintptr_t object = (uintptr_t)jlong_to_ptr(objectAddress); local
79 if (port_dissociate((int)port, (int)source, object) == -1) {
/openjdk7/jdk/test/java/beans/Statement/
H A DTest6788531.java52 public void run(T object) { argument
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DPageRanges.java36 * identifies the range(s) of print-stream pages that the Printer object uses
219 * in object. To be equivalent, all of the following conditions must be
223 * <CODE>object</CODE> is not null.
225 * <CODE>object</CODE> is an instance of class PageRanges.
227 * This page ranges attribute's members and <CODE>object</CODE>'s members
231 * @param object Object to compare to.
233 * @return True if <CODE>object</CODE> is equivalent to this page ranges
236 public boolean equals(Object object) { argument
237 return (super.equals(object) && object instanceo
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectInstance.java36 * Used to represent the object name of an MBean and its class name.
59 * Allows an object instance to be created given a string representation of
60 * an object name and the full class name, including the package name.
62 * @param objectName A string representation of the object name.
64 * name, of the object instance. If the MBean is a Dynamic MBean
79 * Allows an object instance to be created given an object name and
82 * @param objectName The object name.
84 * name, of the object instance. If the MBean is a Dynamic MBean
105 * Compares the current object instanc
112 equals(Object object) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/
H A DWildcardTypeImpl.java95 * Indicates whether some other object is "equal to" this one.
99 * @param object the reference object with which to compare
100 * @return {@code true} if this object is the same as the object argument;
105 public boolean equals(Object object) { argument
106 if (object instanceof WildcardType) {
107 WildcardType type = (WildcardType) object;
115 * Returns a hash code value for the object.
119 * @return a hash code value for this object
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.cpp64 Handle object(thread, lock->obj());
65 assert(Universe::heap()->is_in_reserved_or_null(object()), "should be");
68 ObjectSynchronizer::fast_enter(object, lock->lock(), true, CHECK);
70 ObjectSynchronizer::slow_enter(object, lock->lock(), CHECK);
77 Handle object(thread, lock->obj());
78 assert(Universe::heap()->is_in_reserved_or_null(object()), "should be");
79 if (lock == NULL || object()->is_unlocked()) {
82 ObjectSynchronizer::slow_exit(object(), lock->lock(), thread);
138 oop object))
139 assert(object
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLocatorEx.java42 * Gets the current location in a {@link ValidationEventLocator} object.
53 private final Object object; field in class:LocatorEx.Snapshot
65 object = vel.getObject();
70 return object;
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4935607.java147 public void setProperty(Object object) { argument
166 public void setProperty(Object object) { argument
187 public void setProperty(Object object) { argument
206 public void setProperty(Object object) { argument
229 public void setProperty(Object object) { argument
254 public void setProperty(Object object) { argument
275 public void setProperty(Object object) { argument
296 public void setProperty(Object object) { argument
321 public void setProperty(Object object) { argument
342 public void setProperty(Object object) { argument
365 setProperty(Object object) argument
388 setProperty(Object object) argument
[all...]
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTestEquals.java73 public boolean equals(Object object) { argument
74 if (object instanceof TestEquals) {
76 TestEquals that = (TestEquals)object;
H A DTestSerialization.java99 TestSerialization object = (TestSerialization)listener;
100 if (index != object.index)
101 throw new Error("Unexpected index: " + index + " != " + object.index);
108 PropertyChangeListenerProxy object = (PropertyChangeListenerProxy)listener;
109 if (!name.equals(object.getPropertyName()))
110 throw new Error("Unexpected name: " + name + " != " + object.getPropertyName());
112 check((PropertyChangeListener)object.getListener(), index);
/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTestEquals.java72 public boolean equals(Object object) { argument
73 if (object instanceof TestEquals) {
75 TestEquals that = (TestEquals)object;
H A DTestSerialization.java99 TestSerialization object = (TestSerialization)listener;
100 if (index != object.index)
101 throw new Error("Unexpected index: " + index + " != " + object.index);
108 VetoableChangeListenerProxy object = (VetoableChangeListenerProxy)listener;
109 if (!name.equals(object.getPropertyName()))
110 throw new Error("Unexpected name: " + name + " != " + object.getPropertyName());
112 check((VetoableChangeListener)object.getListener(), index);
/openjdk7/jdk/test/java/beans/XMLDecoder/4676532/
H A DTest4676532.java48 + " <object class=\"test.Test\">\n"
52 + " </object>\n"
80 Object object = decoder.readObject();
83 if (!type.equals(object.getClass())) {
84 throw new Error("unexpected " + object.getClass());
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DThread.cpp84 jthread thread, jobject object)
90 jthread thread, jobject object, jlong timeout)
96 jthread thread, jobject object, jboolean timed_out)
83 monitor_contended_enter(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object) argument
89 monitor_wait(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object, jlong timeout) argument
95 monitor_waited(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object, jboolean timed_out) argument
/openjdk7/langtools/test/tools/javac/api/6431257/
H A DT6431257.java49 JavaFileObject object
62 if (fm.isSameFile(file, object))
63 throw new AssertionError(file + " == " + object);
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java271 * <p>Each element in this array corresponds to an observed object
300 * the observed object. This flag is used to check that the new
301 * observed object is registered in the MBean server at the time
309 * new observed attribute belongs to the observed object at the
316 * the observed object or the observed attribute. This flag is
325 * the observed object or the observed attribute. This flag is
385 * @param name The object name of the monitor MBean.
453 * Returns the object name of the first object in the set of observed
454 * MBeans, or <code>null</code> if there is no such object
484 setObservedObject(ObjectName object) argument
502 addObservedObject(ObjectName object) argument
533 removeObservedObject(ObjectName object) argument
558 containsObservedObject(ObjectName object) argument
771 getDerivedGauge(ObjectName object) argument
787 getDerivedGaugeTimeStamp(ObjectName object) argument
792 getAttribute(MBeanServerConnection mbsc, ObjectName object, String attribute) argument
865 getComparableFromAttribute(ObjectName object, String attribute, Object value) argument
879 isComparableTypeValid(ObjectName object, String attribute, Comparable<?> value) argument
885 buildErrorNotification(ObjectName object, String attribute, Comparable<?> value) argument
894 getDerivedGaugeFromComparable(ObjectName object, String attribute, Comparable<?> value) argument
900 buildAlarmNotification(ObjectName object, String attribute, Comparable<?> value) argument
906 isThresholdTypeValid(ObjectName object, String attribute, Comparable<?> value) argument
948 getObservedObject(ObjectName object) argument
960 createObservedObject(ObjectName object) argument
1086 sendNotification(String type, long timeStamp, String msg, Object derGauge, Object trigger, ObjectName object, boolean onError) argument
[all...]
H A DGaugeMonitor.java143 * <BR>The default value is a null Integer object.
150 * <BR>The default value is a null Integer object.
253 * Gets the derived gauge of the specified object, if this object is
256 * @param object the name of the MBean.
258 * @return The derived gauge of the specified object.
262 public synchronized Number getDerivedGauge(ObjectName object) { argument
263 return (Number) super.getDerivedGauge(object);
267 * Gets the derived gauge timestamp of the specified object, if
268 * this object i
278 getDerivedGaugeTimeStamp(ObjectName object) argument
755 createObservedObject(ObjectName object) argument
770 isComparableTypeValid(ObjectName object, String attribute, Comparable<?> value) argument
800 getDerivedGaugeFromComparable( ObjectName object, String attribute, Comparable<?> value) argument
835 buildAlarmNotification( ObjectName object, String attribute, Comparable<?> value) argument
872 isThresholdTypeValid(ObjectName object, String attribute, Comparable<?> value) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.h80 jobject newGlobalReference(JNIEnv *env, jobject object);
81 jobject newWeakGlobalReference(JNIEnv *env, jobject object);
82 void deleteGlobalReference(JNIEnv *env, jobject object);
83 jobject newLocalReference(JNIEnv *env, jobject object);
84 void deleteLocalReference(JNIEnv *env, jobject object);
85 void deleteWeakGlobalReference(JNIEnv *env, jobject object);
86 jclass getObjectClass(JNIEnv *env, jobject object);
111 jlong getObjectSize(jobject object);
114 jlong getTag(jobject object);
115 void setTag(jobject object, jlon
[all...]
H A Dhprof_monitor.c101 find_or_create_entry(JNIEnv *env, TraceIndex trace_index, jobject object) argument
108 HPROF_ASSERT(object!=NULL);
112 clazz = getObjectClass(env, object);
335 monitor_contended_enter_event(JNIEnv *env, jthread thread, jobject object) argument
343 HPROF_ASSERT(object!=NULL);
348 index = find_or_create_entry(env, trace_index, object);
354 monitor_contended_entered_event(JNIEnv* env, jthread thread, jobject object) argument
361 HPROF_ASSERT(object!=NULL);
375 monitor_wait_event(JNIEnv *env, jthread thread, jobject object, jlong timeout) argument
383 HPROF_ASSERT(object!
402 monitor_waited_event(JNIEnv *env, jthread thread, jobject object, jboolean timed_out) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_0.java647 // Now write out the object...
663 public void write_value(Serializable object, Class clz) { argument
665 write_value(object);
675 // Add indirection for object to indirection table
707 // Add indirection for object to indirection table
731 private void writeValueBase(org.omg.CORBA.portable.ValueBase object, argument
740 String repId = ((ValueBase)object)._truncatable_ids()[0];
745 // Add indirection for object to indirection table
746 updateIndirectionTable(indirection, object, object);
759 writeRMIIIOPValueType(Serializable object, Class clazz) argument
818 write_value(Serializable object, String repository_id) argument
868 write_value(Serializable object) argument
873 write_value(Serializable object, org.omg.CORBA.portable.BoxedValueHelper factory) argument
1293 updateIndirectionTable(int indirection, java.lang.Object object, java.lang.Object key) argument
1379 writeIDLValue(Serializable object, String repID) argument
1520 shouldWriteAsIDLEntity(Serializable object) argument
1527 writeIDLEntity(IDLEntity object) argument
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMX509Data.java149 Object object = content.get(i);
150 if (object instanceof X509Certificate) {
151 marshalCert((X509Certificate) object,xdElem,ownerDoc,dsPrefix);
152 } else if (object instanceof XMLStructure) {
153 if (object instanceof X509IssuerSerial) {
154 ((DOMX509IssuerSerial) object).marshal
158 (javax.xml.crypto.dom.DOMStructure) object;
161 } else if (object instanceof byte[]) {
162 marshalSKI((byte[]) object, xdElem, ownerDoc, dsPrefix);
163 } else if (object instanceo
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp186 void ObjectSynchronizer::fast_exit(oop object, BasicLock* lock, TRAPS) { argument
187 assert(!object->mark()->has_bias_pattern(), "should not see bias pattern here");
194 mark = object->mark() ;
201 assert(((oop)(m->object()))->mark() == mark, "invariant") ;
207 mark = object->mark() ;
209 // If the object is stack-locked by the current thread, try to
213 if ((markOop) Atomic::cmpxchg_ptr (dhw, object->mark_addr(), mark) == mark) {
219 ObjectSynchronizer::inflate(THREAD, object)->exit (true, THREAD) ;
256 // The object header will never be displaced to this lock,
268 void ObjectSynchronizer::slow_exit(oop object, BasicLoc argument
838 oop object = (oop) mid->object(); local
1195 inflate(Thread * Self, oop object) argument
1657 oop object = (oop) mid->object(); local
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSObjectListImpl.java69 public void set(Object object) {
72 public void add(Object object) {
124 // clear this object
133 public void addXSObject(XSObject object) { argument
139 fArray[fLength++] = object;
142 public void addXSObject(int index, XSObject object) { argument
143 fArray[index] = object;
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dconc.js54 function wait(object) {
57 waitMethod.invoke(object, null);
67 function notify(object) {
70 notifyMethod.invoke(object, null);
80 function notifyAll(object) {
83 notifyAllMethod.invoke(object, null);

Completed in 175 milliseconds

1234567891011>>