Searched refs:getObject (Results 101 - 125 of 225) sorted by relevance

123456789

/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djava_util_Collections_CheckedRandomAccessList.java40 protected List<String> getObject() { method in class:java_util_Collections_CheckedRandomAccessList
H A Djava_util_Collections_CheckedSortedMap.java40 protected SortedMap<String, String> getObject() { method in class:java_util_Collections_CheckedSortedMap
H A Djava_util_Collections_CheckedSortedSet.java40 protected SortedSet<String> getObject() { method in class:java_util_Collections_CheckedSortedSet
H A Djava_util_Collections_SynchronizedMap.java39 protected Map<String, String> getObject() { method in class:java_util_Collections_SynchronizedMap
H A Djava_util_Collections_SynchronizedRandomAccessList.java40 protected List<String> getObject() { method in class:java_util_Collections_SynchronizedRandomAccessList
H A Djava_util_Collections_SynchronizedSortedMap.java40 protected SortedMap<String, String> getObject() { method in class:java_util_Collections_SynchronizedSortedMap
H A Djava_util_Collections_SynchronizedSortedSet.java40 protected SortedSet<String> getObject() { method in class:java_util_Collections_SynchronizedSortedSet
H A Djava_util_Collections_UnmodifiableMap.java39 protected Map<String, String> getObject() { method in class:java_util_Collections_UnmodifiableMap
H A Djava_util_Collections_UnmodifiableRandomAccessList.java40 protected List<String> getObject() { method in class:java_util_Collections_UnmodifiableRandomAccessList
H A Djava_util_Collections_UnmodifiableSortedMap.java40 protected SortedMap<String, String> getObject() { method in class:java_util_Collections_UnmodifiableSortedMap
H A Djava_util_Collections_UnmodifiableSortedSet.java40 protected SortedSet<String> getObject() { method in class:java_util_Collections_UnmodifiableSortedSet
H A Djava_util_EnumMap.java39 protected Map<EnumPublic, String> getObject() { method in class:java_util_EnumMap
H A Djavax_swing_DefaultCellEditor.java41 protected DefaultCellEditor getObject() { method in class:javax_swing_DefaultCellEditor
H A Djavax_swing_plaf_BorderUIResource_TitledBorderUIResource.java42 protected TitledBorderUIResource getObject() { method in class:javax_swing_plaf_BorderUIResource_TitledBorderUIResource
H A Djavax_swing_tree_DefaultTreeModel.java40 protected DefaultTreeModel getObject() { method in class:javax_swing_tree_DefaultTreeModel
H A Djava_awt_BorderLayout.java52 protected BorderLayout getObject() { method in class:java_awt_BorderLayout
63 BorderLayout layout = getObject();
H A DTest4652928.java45 protected List getObject() { method in class:Test4652928
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLocatorEx.java65 object = vel.getObject();
69 public Object getObject() { method in class:LocatorEx.Snapshot
/openjdk7/jdk/test/java/io/Serializable/expectedStackTrace/
H A DExpectedStackTrace.java63 checkSerializable(getObject());
66 private static Object getObject() throws Exception { method in class:ExpectedStackTrace
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookups.cpp47 return LEReferenceTo<LookupTable>(base, success, SWAPW(lookupTableOffsetArrayRef.getObject(lookupTableIndex, success)));
58 return LEReferenceTo<LookupSubtable>(base, success, SWAPW(subTableOffsetArrayRef.getObject(subtableIndex, success)));
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXObject.java53 return object.equals(((XObject)o).getObject());
64 public Object getObject() { method in class:XObject
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DNamedObject.java118 public DynamicMBean getObject() { method in class:NamedObject
/openjdk7/hotspot/test/compiler/7190310/
H A DTest7190310_unsafe.java90 System.out.println("FAILED: unsafe.getObject(Object, " + referent_offset + ") " + obj + " != " + o);
95 System.out.println("FAILED: unsafe.getObject(Test7190310, " + referent_offset + ") " + obj + " != " + o);
110 System.out.println("FAILED: unsafe.getObject(weakRef, " + referent_offset + ") " + obj + " != " + str);
115 System.out.println("FAILED: unsafe.getObject(abstRef, " + referent_offset + ") " + obj + " != " + str);
120 System.out.println("FAILED: unsafe.getObject(Object, " + referent_offset + ") " + obj + " != " + str);
130 return unsafe.getObject(ref, referent_offset);
133 return unsafe.getObject(ref, referent_offset);
136 return unsafe.getObject(ref, referent_offset);
139 return unsafe.getObject(ref, referent_offset);
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLAppletElement.java113 public String getObject(); method in interface:HTMLAppletElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DValidationEventLocatorExImpl.java66 buf.append(getObject());

Completed in 140 milliseconds

123456789