Searched refs:object (Results 201 - 225 of 387) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DAttributeSetUtilities.java46 * The unmodifiable view object <I>U</I> will be serializable if the
47 * attribute set object <I>S</I> is serializable.
52 * object and then merely invokes the corresponding operation of <I>S</I>. In
55 * object <I>V</I> will be serializable if the attribute set object <I>S</I>
493 * Verify that the given object is a {@link java.lang.Class Class} that
497 * @param object Object to test.
498 * @param interfaceName Interface the object must implement.
500 * @return If <CODE>object</CODE> is a {@link java.lang.Class Class}
502 * <CODE>object</COD
513 verifyAttributeCategory(Object object, Class<?> interfaceName) argument
544 verifyAttributeValue(Object object, Class<?> interfaceName) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DColorChooserPanel.java182 Object object = event.getNewValue();
183 if (object instanceof Integer) {
184 int value = MASK & model.getSelectedColor().getRGB() | (Integer) object;
199 for (Object object : component.getComponents()) {
200 if (object instanceof JComponent) {
201 setInheritsPopupMenu((JComponent) object, value);
H A DColorPanel.java124 Object object = this.spinners[i].getLabel();
125 if (object instanceof JRadioButton) {
126 JRadioButton button = (JRadioButton) object;
130 else if (object instanceof JLabel) {
131 JLabel label = (JLabel) object;
/openjdk7/jdk/src/share/classes/java/beans/
H A DFeatureDescriptor.java254 * This must isolate the new object from any changes to the old object.
331 * Creates a new soft reference that refers to the given object.
333 * @return a new soft reference or <code>null</code> if object is <code>null</code>
337 static <T> Reference<T> getSoftReference(T object) { argument
338 return (object != null)
339 ? new SoftReference<T>(object)
344 * Creates a new weak reference that refers to the given object.
346 * @return a new weak reference or <code>null</code> if object is <code>null</code>
350 static <T> Reference<T> getWeakReference(T object) { argument
[all...]
/openjdk7/jdk/src/share/native/common/
H A Djni_util.h151 /* Invoke a object-returning static method, based on class name,
184 /* Construct a new object of class, specifying the class by name,
198 * 0: object is not an instance of the class named by classname.
199 * 1: object is an instance of the class named by classname.
204 JNU_IsInstanceOfByName(JNIEnv *env, jobject object, char *classname);
265 JNU_MonitorWait(JNIEnv *env, jobject object, jlong timeout);
268 JNU_Notify(JNIEnv *env, jobject object);
271 JNU_NotifyAll(JNIEnv *env, jobject object);
290 JNU_PrintClass(JNIEnv *env, char *hdr, jobject object);
293 JNU_ToString(JNIEnv *env, jobject object);
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h202 const char *object; member in struct:_FcObjectType
208 const char *object; member in struct:_FcConstant
592 FcObjectSetAdd (FcObjectSet *os, const char *object);
706 FcNameGetObjectType (const char *object);
758 FcPatternAdd (FcPattern *p, const char *object, FcValue value, FcBool append);
761 FcPatternAddWeak (FcPattern *p, const char *object, FcValue value, FcBool append);
764 FcPatternGet (const FcPattern *p, const char *object, int id, FcValue *v);
767 FcPatternDel (FcPattern *p, const char *object);
770 FcPatternRemove (FcPattern *p, const char *object, int id);
773 FcPatternAddInteger (FcPattern *p, const char *object, in
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp479 // Load the object pointer and drop into the slow path
481 oop object = LOCALS_OBJECT(0); local
482 if (object == NULL) {
519 SET_LOCALS_INT(object->char_field_acquire(entry->f2_as_index()), 0);
523 SET_LOCALS_INT(object->byte_field_acquire(entry->f2_as_index()), 0);
527 SET_LOCALS_INT(object->short_field_acquire(entry->f2_as_index()), 0);
531 SET_LOCALS_INT(object->int_field_acquire(entry->f2_as_index()), 0);
535 SET_LOCALS_LONG(object->long_field_acquire(entry->f2_as_index()), 0);
539 SET_LOCALS_FLOAT(object->float_field_acquire(entry->f2_as_index()), 0);
543 SET_LOCALS_DOUBLE(object
721 oop object; local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java282 this.monitor = evt.object;
301 this.monitor = evt.object;
321 this.monitor = evt.object;
345 this.monitor = evt.object;
488 private final ObjectReference object; field in class:EventSetImpl.WatchpointEventImpl
495 ObjectReference object) {
499 this.object = object;
509 public ObjectReference object() { method in class:EventSetImpl.WatchpointEventImpl
510 return object;
491 WatchpointEventImpl(JDWP.Event.Composite.Events.EventsCommon evt, int requestID, ThreadReference thread, Location location, byte refTypeTag, long typeID, long fieldID, ObjectReference object) argument
[all...]
H A DLocalVariableImpl.java78 public int compareTo(LocalVariable object) { argument
79 LocalVariableImpl other = (LocalVariableImpl)object;
143 // If this variable object exists, there shouldn't be absent info
H A DVirtualMachineImpl.java1038 * If any object disposes have been batched up, send them now.
1191 + size + " object references...");
1197 printTrace("Disposing object " + ref.key().longValue() +
1201 // This is kludgy. We temporarily re-create an object
1223 printTrace("Batching object " + ref.key().longValue() +
1249 ObjectReferenceImpl object = null;
1253 * Attempt to retrieve an existing object object reference
1257 object = ref.object();
1311 removeObjectMirror(ObjectReferenceImpl object) argument
1438 ObjectReferenceImpl object() { method in class:VirtualMachineImpl.SoftObjectReference
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.hpp128 KlassHandle field_klass, Handle object, jfieldID field,
249 address location, KlassHandle field_klass, Handle object, jfieldID field);
260 address location, KlassHandle field_klass, Handle object, jfieldID field,
304 static void record_vm_internal_object_allocation(oop object);
306 static void post_vm_object_alloc(JavaThread *thread, oop object);
308 inline static void vm_object_alloc_event_collector(oop object) { argument
310 record_vm_internal_object_allocation(object);
401 // Used to record vm internally allocated object oops and post
402 // vm object alloc event for objects visible to java world.
405 // called the vm object allo
[all...]
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DDataHandler.java52 * object corresponding to the MIME type of the data represented in
80 // DataSource constructor or the object constructor.
85 // object remains null if it was instantiated with a
87 private Object object = null; field in class:DataHandler
121 * Create a <code>DataHandler</code> instance representing an object
127 * @param mimeType the MIME type of the object
130 object = obj;
140 * @param url a URL object
163 * DataHandler object. In other cases the DataHandler
169 * @return a valid DataSource object fo
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCallTemplate.java55 * The array of effective parameters in this CallTemplate. An object in
225 Object object = _parameters[k];
226 if (object instanceof Param
227 && ((Param)object).getName().equals(name)) {
232 else if (object instanceof WithParam
233 && ((WithParam)object).getName().equals(name)) {
/openjdk7/jdk/src/share/back/
H A DeventHandler.c175 static jclass getObjectClass(jobject object);
716 /* Returns a local ref to the declaring class for an object. */
718 getObjectClass(jobject object) argument
723 clazz = JNI_FUNC_PTR(env,GetObjectClass)(env, object);
835 info.object = exception;
935 jobject object, jfieldID field)
949 info.object = object;
961 jlocation location, jclass field_klass, jobject object, jfieldID field,
977 info.object
932 cbFieldAccess(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jclass field_klass, jobject object, jfieldID field) argument
959 cbFieldModification(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jclass field_klass, jobject object, jfieldID field, char signature_type, jvalue new_value) argument
1060 cbMonitorContendedEnter(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jobject object) argument
1093 cbMonitorContendedEntered(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jobject object) argument
1126 cbMonitorWait(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jobject object, jlong timeout) argument
1168 cbMonitorWaited(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jobject object, jboolean timed_out) argument
[all...]
H A DeventHelper.c306 (void)outStream_writeObjectTag(env, out, evinfo->object);
307 (void)outStream_writeObjectRef(env, out, evinfo->object);
323 (void)outStream_writeObjectTag(env, out, evinfo->object);
324 (void)outStream_writeObjectRef(env, out, evinfo->object);
334 (void)outStream_writeObjectTag(env, out, evinfo->object);
335 (void)outStream_writeObjectRef(env, out, evinfo->object);
351 (void)outStream_writeObjectTag(env, out, evinfo->object);
352 (void)outStream_writeObjectRef(env, out, evinfo->object);
354 /* clazz of evinfo was set to class of monitor object for monitor wait event class filtering.
771 jobject object; local
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java1074 ObjectReferenceImpl object = null;
1077 * Attempt to retrieve an existing object object reference
1081 object = ref.object();
1085 * If the object wasn't in the table, or it's soft reference was
1088 if (object == null) {
1097 object = new StringReferenceImpl(this, inst);
1099 object = new ThreadReferenceImpl(this, inst);
1101 object
1213 ObjectReferenceImpl object() { method in class:VirtualMachineImpl.SoftObjectReference
[all...]
/openjdk7/hotspot/src/share/vm/prims/wbtestmethods/
H A DparserTests.cpp51 static const char* lookup_diagnosticArgumentEnum(const char* field_name, oop object) { argument
55 int offset = WhiteBox::offset_for_field(field_name, object, enumSigSymbol);
56 oop enumOop = object->obj_field(offset);
109 * Will Fill in a java object array with alternating names of parsed command line options and
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4498236.java182 private static void test(String expected, Object object) { argument
183 String actual = object.toString();
184 if (!actual.equals(object.getClass().getName() + expected)) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.m240 [ctr addObserver:clz selector:@selector(_willFinishLaunching) name:NSApplicationWillFinishLaunchingNotification object:nil];
241 [ctr addObserver:clz selector:@selector(_systemWillPowerOff) name:NSWorkspaceWillPowerOffNotification object:nil];
242 [ctr addObserver:clz selector:@selector(_appDidActivate) name:NSApplicationDidBecomeActiveNotification object:nil];
243 [ctr addObserver:clz selector:@selector(_appDidDeactivate) name:NSApplicationDidResignActiveNotification object:nil];
244 [ctr addObserver:clz selector:@selector(_appDidHide) name:NSApplicationDidHideNotification object:nil];
245 [ctr addObserver:clz selector:@selector(_appDidUnhide) name:NSApplicationDidUnhideNotification object:nil];
288 jobject jFileNamesArray = JNFNewObject(env, jm_ArrayList_ctor, (jint)[filenames count]); // AWT_THREADING Safe (known object)
427 [ctr addObserver:clz selector:@selector(_sessionDidActivate) name:NSWorkspaceSessionDidBecomeActiveNotification object:nil];
428 [ctr addObserver:clz selector:@selector(_sessionDidDeactivate) name:NSWorkspaceSessionDidResignActiveNotification object:nil];
431 [ctr addObserver:clz selector:@selector(_screenDidSleep) name:NSWorkspaceScreensDidSleepNotification object
[all...]
/openjdk7/jdk/src/share/classes/javax/management/loading/
H A DMLetParser.java74 * Create an MLet parser object
160 String requiresCodeWarning = "<mlet> tag requires either code or object parameter.";
239 if (atts.get("code") == null && atts.get("object") == null) {
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A Dmain.m60 NSThread *thread = [[NSThread alloc] initWithTarget:launcher selector:@selector(findAndLoadJVM) object:nil];
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingLazyValue.java89 private void makeAccessible(final AccessibleObject object) { argument
92 object.setAccessible(true);
/openjdk7/jdk/test/java/security/Security/ClassLoaderDeadlock/
H A DDeadlock2.sh102 # create serialized object and run the test
108 rm object.tmp CreateSerialized.class
/openjdk7/jdk/test/javax/swing/JTree/8003400/
H A DTest8003400.java81 for (String object : OBJECTS) {
82 root.add(new DefaultMutableTreeNode(object));
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSolarisEventPort.java229 * Associates specific events of a given object with a port
231 static native boolean port_associate(int port, int source, long object, int events) argument
235 * Removes the association of an object with a port.
237 static native boolean port_dissociate(int port, int source, long object) argument

Completed in 90 milliseconds

1234567891011>>