Searched refs:objectValue (Results 1 - 9 of 9) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPInputStream.java1832 Object objectValue = null;
1850 objectValue = javax.rmi.CORBA.Util.readAny(orbStream);
1900 objectValue = Utility.readObjectAndNarrow(orbStream, type);
1902 objectValue = orbStream.read_Object();
1906 objectValue = Utility.readAbstractAndNarrow(orbStream, type);
1908 objectValue = orbStream.read_abstract_interface();
1912 objectValue = orbStream.read_value(type);
1914 objectValue = orbStream.read_value();
1922 return objectValue;
1940 Object objectValue
[all...]
H A DIIOPOutputStream.java702 Object objectValue) throws IOException {
705 javax.rmi.CORBA.Util.writeAny(orbStream, objectValue);
736 Util.writeRemoteObject(orbStream, objectValue);
739 Util.writeAbstractObject(orbStream, objectValue);
743 orbStream.write_value((java.io.Serializable)objectValue, type);
746 if (objectValue instanceof java.io.Serializable)
749 Utility.throwNotSerializableForCorba(objectValue.getClass().getName());
804 Object objectValue = fields[i].getField().get( o ) ;
805 writeObjectField(fields[i], objectValue);
701 writeObjectField(ObjectStreamField field, Object objectValue) argument
H A DValueHandlerImpl.java659 Object objectValue = null;
661 objectValue = Util.readAny(in);
668 objectValue = bridge.activeRecursionMgr.getObject(
679 array[i] = objectValue;
/openjdk7/jdk/test/com/sun/jdi/
H A DInvokeTest.java301 Value objectValue; field in class:InvokeTest
319 objectValue = thisObject.getValue(objectCheckField);
352 objectValue;
H A DJdbMethodExitTest.sh77 public static $classname objectValue =
98 public Object i_objectf() { return objectValue; }
H A DMethodExitReturnValuesTest.java80 public static MethodExitReturnValuesTarg objectValue = field in class:MethodExitReturnValuesTarg
93 public static Object[] arrObject = new Object[] {objectValue};
118 public static Object s_objectf() { return objectValue; }
139 public Object i_objectf() { return objectValue; }
H A DEarlyReturnNegativeTest.java92 public static EarlyReturnNegativeTarg objectValue = field in class:EarlyReturnNegativeTarg
119 public Object i_objectf() { return objectValue; }
348 theValueField = targetClass.fieldByName("objectValue");
H A DEarlyReturnTest.java96 public static EarlyReturnTarg objectValue = field in class:EarlyReturnTarg
160 return v.equals(debuggerWatching ? eobjectValue: objectValue);
184 public static Object s_objectf() { return objectValue; }
205 public Object i_objectf() { return objectValue; }
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataFormatImpl.java113 ObjectValue objectValue; field in class:IIOMetadataFormatImpl.Element
747 element.objectValue = obj;
811 element.objectValue = obj;
867 element.objectValue = obj;
901 element.objectValue = obj;
915 element.objectValue = null;
1181 ObjectValue objv = (ObjectValue)element.objectValue;
1191 ObjectValue objv = (ObjectValue)element.objectValue;

Completed in 60 milliseconds