Searched refs:object (Results 276 - 300 of 387) sorted by relevance

<<111213141516

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DJAXPExtensionsProvider.java136 // XNodeSet object() returns NodeVector and not NodeList
141 Object passedArgument = ((XObject)argument).object();
187 // XNodeSet object() returns NodeVector and not NodeList
192 Object passedArgument = ((XObject)argument).object();
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLInputFactoryImpl.java46 //xxx: Should we be reusing the XMLInputSource object
167 Object object = fPropertyManager.getProperty(XMLInputFactory.RESOLVER);
168 return (XMLResolver)object;
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewer.java638 * Save the applet to a well known file (for now) as a serialized object
1094 String objectRequiresCodeWarning = amh.getMessage("parse.warning.object.requirescode");
1095 String objectRequiresHeightWarning = amh.getMessage("parse.warning.object.requiresheight");
1096 String objectRequiresWidthWarning = amh.getMessage("parse.warning.object.requireswidth");
1123 nm.equalsIgnoreCase("object") ||
1129 if (atts.get("code") == null && atts.get("object") == null) {
1178 if (atts.get("code") == null && atts.get("object") == null) {
1189 else if (nm.equalsIgnoreCase("object")) {
1210 if (atts.get("code") == null && atts.get("object") == null) {
/openjdk7/jdk/src/share/classes/sun/awt/
H A DDebugSettings.java89 /* global instance of the settings object */
260 private void println(Object object) { argument
262 log.finer(object.toString());
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DSealedObject.java37 * This class enables a programmer to create an object and protect its
40 * <p> Given any Serializable object, one can create a SealedObject
41 * that encapsulates the original object, in serialized
46 * de-serialized, yielding the original object.
48 * <p> Note that the Cipher object must be fully initialized with the
52 * <p> The original object that was sealed can be recovered in two different
58 * method that takes a <code>Cipher</code> object.
60 * <p> This method requires a fully initialized <code>Cipher</code> object,
63 * object.
66 * sealed object doe
148 SealedObject(Serializable object, Cipher c) argument
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp149 static void throw_class_cast_exception(JavaThread* thread, oopDesc* object);
151 static void throw_array_store_exception(JavaThread* thread, oopDesc* object);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DFramework.java89 public Framework object = null; field in class:Framework.FrameworkDependency
133 dep.object = Fp.find(new Map1<Framework,Boolean>(){
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DDocumentHandler.java84 setElementHandler("object", ObjectElementHandler.class); // NON-NLS: the element name
240 * Adds the object to the list of readed objects.
242 * @param object the object that is readed from XML document
244 void addObject(Object object) { argument
245 this.objects.add(object);
391 * @return the object that represents the class
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkIntrinsics.cpp251 Value *object = state()->pop()->jobject_value(); local
262 builder()->CreatePtrToInt(object, SharkType::intptr_type()),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/factory/
H A DStAXInputFactory.java175 Object object = _manager.getProperty(XMLInputFactory.RESOLVER);
176 return (XMLResolver)object;
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jar ... Object object public static void assertNull (java.lang.Object) Object object public static void assertNull (java.lang. ...
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp362 assert (((oop)(object()))->mark() == markOopDesc::encode(this), "invariant") ;
373 assert (this->object() != NULL , "invariant") ;
377 // Ensure the object-monitor relationship remains stable while there's contention.
385 DTRACE_MONITOR_PROBE(contended__enter, this, object(), jt);
428 assert (((oop)(object()))->mark() == markOopDesc::encode(this), "invariant") ;
442 DTRACE_MONITOR_PROBE(contended__entered, this, object(), jt);
448 event.set_klass(((oop)this->object())->klass());
661 assert (object() != NULL , "invariant") ;
663 // guarantee (((oop)(object()))->mark() == markOopDesc::encode(this), "invariant") ;
736 assert (((oop)(object()))
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp54 // Each entry encapsulates a reference to the tagged object
62 oop _object; // tagged object
66 inline void init(oop object, jlong tag) { argument
67 _object = object;
73 JvmtiTagHashmapEntry(oop object, jlong tag) { init(object, tag); } argument
78 inline oop object() const { return _object; } function in class:JvmtiTagHashmapEntry
97 // the object, or oop. The "value" is the tag value.
155 vm_exit_out_of_memory(s, "unable to allocate initial hashtable for jvmti object tags");
193 warning("unable to allocate larger hashtable for jvmti object tag
729 set_tag(jobject object, jlong tag) argument
764 get_tag(jobject object) argument
3295 iterate_over_objects_reachable_from_object(jobject object, jvmtiObjectReferenceCallback object_ref_callback, const void* user_data) argument
3308 follow_references(jint heap_filter, KlassHandle klass, jobject object, const jvmtiHeapCallbacks* callbacks, const void* user_data) argument
[all...]
H A DjvmtiEnvBase.hpp51 // One JvmtiEnv object is created per jvmti attachment;
292 jobject object, jvmtiMonitorUsage* info_ptr);
360 // VM operation to get object monitor usage.
370 VM_GetObjectMonitorUsage(JvmtiEnv *env, JavaThread* calling_thread, jobject object, jvmtiMonitorUsage* info_ptr) { argument
372 _object = object;
H A DjvmtiEnv.cpp315 JvmtiEnv::GetObjectSize(jobject object, jlong* size_ptr) { argument
316 oop mirror = JNIHandles::resolve_external_guard(object);
1679 JvmtiEnv::GetTag(jobject object, jlong* tag_ptr) { argument
1680 oop o = JNIHandles::resolve_external_guard(object);
1682 *tag_ptr = JvmtiTagMap::tag_map_for(this)->get_tag(object);
1688 JvmtiEnv::SetTag(jobject object, jlong tag) { argument
1689 oop o = JNIHandles::resolve_external_guard(object);
1691 JvmtiTagMap::tag_map_for(this)->set_tag(object, tag);
1722 JvmtiEnv::IterateOverObjectsReachableFromObject(jobject object, jvmtiObjectReferenceCallback object_reference_callback, const void* user_data) { argument
1723 oop o = JNIHandles::resolve_external_guard(object);
2560 GetObjectHashCode(jobject object, jint* hash_code_ptr) argument
2575 GetObjectMonitorUsage(jobject object, jvmtiMonitorUsage* info_ptr) argument
[all...]
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java472 public ObjectInstance registerMBean(Object object, ObjectName name) argument
483 if (object instanceof DynamicMBean)
484 mbean = (DynamicMBean) object;
486 mbean = standardToDynamic(object);
487 MBeanRegistration reg = mbeanRegistration(object);
500 if (object instanceof ClassLoader)
501 clr.addLoader((ClassLoader) object);
1391 private static MBeanRegistration mbeanRegistration(Object object) { argument
1392 if (object instanceof MBeanRegistration)
1393 return (MBeanRegistration) object;
[all...]
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DMediaSize.java185 * The MediaSize is in turn used to locate the MediaSizeName object.
236 * in object.
240 * <CODE>object</CODE> is not null.
242 * <CODE>object</CODE> is an instance of class MediaSize.
245 * <CODE>object</CODE>'s X dimension.
248 * <CODE>object</CODE>'s Y dimension.
251 * @param object Object to compare to.
253 * @return True if <CODE>object</CODE> is equivalent to this media size
256 public boolean equals(Object object) { argument
257 return (super.equals(object)
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DDeadlockDetector.java180 OopHandle obj = waitingToLockMonitor.object();
188 // No Java object associated - a raw monitor
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServer.java44 * an object that implements this interface is obtained with one of
50 * server. A Java object cannot be registered in the MBean server
56 * object as listener to MBeanServerNotifications you should call the
64 * <p>An object obtained from the {@link
324 * <p>Registers a pre-existing object as an MBean with the MBean
325 * server. If the object name given is null, the MBean must
334 * @param object The MBean to be registered as an MBean.
335 * @param name The object name of the MBean. May be null.
367 * @exception NotCompliantMBeanException This object is not a JMX
370 * <CODE>java.lang.IllegalArgumentException</CODE>: The object
374 registerMBean(Object object, ObjectName name) argument
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciObjectFactory.cpp193 // Create dummy instanceKlass and objArrayKlass object and assign them idents
280 return bucket->object();
290 // Not a perm-space object.
295 // creating the new object has recursively entered new objects
312 // of the oop itself. For now, we explicitly marshal the object.
679 // Thus, there might be a matching perm object in the table.
709 inline ciObjectFactory::NonPermObject::NonPermObject(ciObjectFactory::NonPermObject* &bucket, oop key, ciObject* object) { argument
711 _object = object;
725 assert(where == p && is_equal(p, key) && p->object() == obj, "entry must match");
760 // Print debugging information about the object factor
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp110 Node* control, Node* rawmem, Node* object,
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/
H A DFrameworkGenerator.java75 if(dep.object == null && !alreadyWarnedDependency.contains(dep.name)){
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h41 #define G_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_OBJECT, GObject))
422 GtkObject object; member in struct:_GtkWidget
640 * Converts java.lang.String object to UTF-8 character string.
742 void (*fp_g_object_unref)(gpointer object);
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DGnomeFileTypeDetector.c57 typedef void (*g_object_unref_func)(gpointer object);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java53 * result types, this object makes it possible to discover and manipulate
71 * The xpath object that wraps the expression used for this result.
112 // Result object should never be null!
115 throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,fmsg); // Empty XPath result object
449 private short getTypeFromXObject(XObject object) { argument
450 switch (object.getType()) {

Completed in 146 milliseconds

<<111213141516