Searched refs:object (Results 1 - 25 of 387) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelIdentifier.java87 private String object = null; field in class:ModelIdentifier
91 public ModelIdentifier(String object) { argument
92 this.object = object;
95 public ModelIdentifier(String object, int instance) { argument
96 this.object = object;
100 public ModelIdentifier(String object, String variable) { argument
101 this.object = object;
106 ModelIdentifier(String object, String variable, int instance) argument
125 setObject(String object) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DNamedObject.java33 * This class is used for storing a pair (name, object) where name is
34 * an object name and object is a reference to the object.
49 private final DynamicMBean object; field in class:NamedObject
53 * Allows a named object to be created.
55 *@param objectName The object name of the object.
56 *@param object A reference to the object
58 NamedObject(ObjectName objectName, DynamicMBean object) argument
74 NamedObject(String objectName, DynamicMBean object) argument
91 equals(Object object) argument
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DChangedEvent.java32 private T object; field in class:ChangedEvent
37 public ChangedEvent(T object) { argument
38 this.object = object;
42 l.changed(object);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJCast.java42 private final JExpression object; field in class:JCast
50 * @param object
51 * JExpression for the object upon which
54 JCast(JType type, JExpression object) { argument
56 this.object = object;
60 f.p("((").g(type).p(')').g(object).p(')');
H A DJFieldRef.java38 private JGenerable object; field in class:JFieldRef
56 * Field reference constructor given an object expression and field name
58 * @param object
59 * JExpression for the object upon which
65 JFieldRef(JExpression object, String name) { argument
66 this(object, name, false);
69 JFieldRef(JExpression object, JVar v) { argument
70 this(object, v, false);
84 JFieldRef(JGenerable object, String name, boolean explicitThis) { argument
86 this.object
92 JFieldRef(JGenerable object, JVar var, boolean explicitThis) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXObject.java33 displayed/manipulated as a GUI object.
37 private Object object; field in class:XObject
40 public XObject (Object object, Icon icon) { argument
41 this(object);
45 public XObject (Object object) { argument
46 setObject(object);
53 return object.equals(((XObject)o).getObject());
65 return object;
68 //if true the the object.hashcode is added to the label
78 public void setObject(Object object) { argument
[all...]
/openjdk7/langtools/test/tools/javac/generics/6956758/
H A DT6956758neg.java16 <T extends Object & I> T cloneObject(T object) throws Exception { argument
17 return (T)object.clone();
H A DT6956758pos.java39 <T extends C & I> T cloneObject(T object) throws Exception { argument
40 return (T)object.clone();
/openjdk7/jdk/src/share/classes/java/security/
H A DGuard.java29 * <p> This interface represents a guard, which is an object that is used
30 * to protect access to another object.
33 * with a single <code>object</code> argument. <code>checkGuard</code> is
35 * to determine whether or not to allow access to the object.
46 * Determines whether or not to allow access to the guarded object
47 * <code>object</code>. Returns silently if access is allowed.
50 * @param object the object being protected by the guard.
55 void checkGuard(Object object) throws SecurityException; argument
H A DGuardedObject.java29 * A GuardedObject is an object that is used to protect access to
30 * another object.
32 * <p>A GuardedObject encapsulates a target object and a Guard object,
33 * such that access to the target object is possible
34 * only if the Guard object allows it.
35 * Once an object is encapsulated by a GuardedObject,
36 * access to that object is controlled by the <code>getObject</code>
38 * <code>checkGuard</code> method on the Guard object that is
53 private Object object; // th field in class:GuardedObject
66 GuardedObject(Object object, Guard guard) argument
[all...]
/openjdk7/langtools/test/tools/javac/BadOptimization/
H A DSwitch2.java52 Switch2 object = new Switch2();
53 object.useSecondArgument( "42", 0 );
/openjdk7/jdk/src/share/back/
H A DClassObjectReferenceImpl.c35 jobject object; local
40 object = inStream_readObjectRef(env, in);
47 * class object id, so we bounce it right back.
51 tag = referenceTypeTag(object);
53 (void)outStream_writeObjectRef(env, out, object);
/openjdk7/langtools/test/tools/javac/generics/syntax/6318240/
H A DBarNeg1a.java32 Object object = new BarNeg1a<?>.Inner.InnerMost(); field in class:BarNeg1a
/openjdk7/jdk/test/java/beans/Introspector/7122138/
H A DTest7122138.java38 Sub object = type.newInstance();
40 BeanUtils.getPropertyDescriptor(type, name).getWriteMethod().invoke(object, name);
41 if (!name.equals(object.getName())) {
/openjdk7/jdk/test/java/beans/XMLEncoder/4741757/
H A DTestStackOverflow.java51 public boolean equals(Object object) { argument
52 if (object instanceof TestStackOverflow) {
53 TestStackOverflow test = (TestStackOverflow) object;
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DMedia.java48 * A Media object is constructed with a value which represents
75 * object. To be equivalent, all of the following conditions must be true:
78 * <CODE>object</CODE> is not null.
80 * <CODE>object</CODE> is of the same subclass of Media as this object.
85 * @param object Object to compare to.
87 * @return True if <CODE>object</CODE> is equivalent to this media
90 public boolean equals(Object object) { argument
91 return(object != null && object instanceo
[all...]
H A DDateTimeAtCompleted.java39 * Calendar} object to construct a {@link java.util.Date Date} object, then use
40 * the {@link java.util.Date Date} object to construct the DateTimeAtCompleted
43 * java.util.Calendar Calendar} object and set it to the {@link java.util.Date
74 * the passed in object. To be equivalent, all of the following conditions
78 * <CODE>object</CODE> is not null.
80 * <CODE>object</CODE> is an instance of class DateTimeAtCompleted.
83 * and <CODE>object</CODE>'s {@link java.util.Date Date} value are equal.
86 * @param object Object to compare to.
88 * @return True if <CODE>object</COD
91 equals(Object object) argument
[all...]
H A DDateTimeAtCreation.java39 * Calendar} object to construct a {@link java.util.Date Date} object, then use
40 * the {@link java.util.Date Date} object to construct the DateTimeAtCreation
43 * java.util.Calendar Calendar} object and set it to the {@link java.util.Date
74 * the passed in object. To be equivalent, all of the following conditions
78 * <CODE>object</CODE> is not null.
80 * <CODE>object</CODE> is an instance of class DateTimeAtCreation.
83 * and <CODE>object</CODE>'s {@link java.util.Date Date} value are equal.
86 * @param object Object to compare to.
88 * @return True if <CODE>object</COD
91 equals(Object object) argument
[all...]
H A DDateTimeAtProcessing.java39 * Calendar} object to construct a {@link java.util.Date Date} object, then use
40 * the {@link java.util.Date Date} object to construct the DateTimeAtProcessing
43 * java.util.Calendar Calendar} object and set it to the {@link java.util.Date
74 * the passed in object. To be equivalent, all of the following conditions
78 * <CODE>object</CODE> is not null.
80 * <CODE>object</CODE> is an instance of class DateTimeAtProcessing.
83 * value and <CODE>object</CODE>'s {@link java.util.Date Date} value
87 * @param object Object to compare to.
89 * @return True if <CODE>object</COD
92 equals(Object object) argument
[all...]
H A DJobImpressionsCompleted.java79 * tp the passed in object. To be equivalent, all of the following
83 * <CODE>object</CODE> is not null.
85 * <CODE>object</CODE> is an instance of class JobImpressionsCompleted.
88 * <CODE>object</CODE>'s value are equal.
91 * @param object Object to compare to.
93 * @return True if <CODE>object</CODE> is equivalent to this job
96 public boolean equals(Object object) { argument
97 return(super.equals (object) &&
98 object instanceof JobImpressionsCompleted);
H A DJobKOctetsProcessed.java91 * the passed in object. To be equivalent, all of the following conditions
95 * <CODE>object</CODE> is not null.
97 * <CODE>object</CODE> is an instance of class JobKOctetsProcessed.
100 * <CODE>object</CODE>'s value are equal.
103 * @param object Object to compare to.
105 * @return True if <CODE>object</CODE> is equivalent to this job K
108 public boolean equals(Object object) { argument
109 return(super.equals (object) &&
110 object instanceof JobKOctetsProcessed);
H A DJobMediaSheetsCompleted.java80 * to the passed in object. To be equivalent, all of the following
84 * <CODE>object</CODE> is not null.
86 * <CODE>object</CODE> is an instance of class JobMediaSheetsCompleted.
89 * <CODE>object</CODE>'s value are equal.
92 * @param object Object to compare to.
94 * @return True if <CODE>object</CODE> is equivalent to this job media
97 public boolean equals(Object object) { argument
98 return (super.equals (object) &&
99 object instanceof JobMediaSheetsCompleted);
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DAbstractTest.java43 * Returns an object to test.
44 * This object will be encoded and decoded
45 * and the object creation will be tested.
47 * @return an object to test
52 * Returns a different object to test.
53 * If this object is not {@code null}
55 * and the object updating will be tested.
57 * @return a different object to test
85 * @param before the object before encoding
86 * @param after the object afte
123 testBean(T object) argument
130 testObject(Z object) argument
136 writeObject(Object object) argument
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DStaxEntityResolverWrapper.java60 Object object = null ;
62 object = fStaxResolver.resolveEntity(resourceIdentifier.getPublicId(), resourceIdentifier.getLiteralSystemId(),
64 return getStaxInputSource(object) ;
70 StaxXMLInputSource getStaxInputSource(Object object){ argument
71 if(object == null) return null ;
73 if(object instanceof java.io.InputStream){
74 return new StaxXMLInputSource(new XMLInputSource(null, null, null, (InputStream)object, null));
76 else if(object instanceof XMLStreamReader){
77 return new StaxXMLInputSource((XMLStreamReader)object) ;
78 }else if(object instanceo
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubWrapper.java44 /** Wrapper that can take any stub (object x such that StubAdapter.isStub(x))
49 private org.omg.CORBA.Object object ; field in class:StubWrapper
51 public StubWrapper( org.omg.CORBA.Object object )
53 if (!(StubAdapter.isStub(object)))
56 this.object = object ;
61 StubAdapter.setDelegate( object, delegate ) ;
66 return StubAdapter.getDelegate( object ) ;
71 return StubAdapter.getORB( object ) ;
76 return StubAdapter.getTypeIds( object ) ;
[all...]

Completed in 91 milliseconds

1234567891011>>