Searched defs:doubles (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/
H A DPrimitiveTypeContentHandler.java202 public void doubles(double [] d, int start, int length) throws SAXException; method in interface:PrimitiveTypeContentHandler
/openjdk7/jdk/src/share/native/java/io/
H A DObjectInputStream.c126 jdouble *doubles; local
149 doubles = (*env)->GetPrimitiveArrayCritical(env, dst, NULL);
150 if (doubles == NULL) { /* exception thrown */
168 doubles[dstpos] = (jdouble) u.d;
173 (*env)->ReleasePrimitiveArrayCritical(env, dst, doubles, 0);
H A DObjectOutputStream.c129 jdouble *doubles; local
143 doubles = (*env)->GetPrimitiveArrayCritical(env, src, NULL);
144 if (doubles == NULL) /* exception thrown */
149 (*env)->ReleasePrimitiveArrayCritical(env, src, doubles, JNI_ABORT);
155 (*env)->ReleasePrimitiveArrayCritical(env, src, doubles, JNI_ABORT);
162 dval = doubles[srcpos];
181 (*env)->ReleasePrimitiveArrayCritical(env, src, doubles, JNI_ABORT);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DFastInfosetDefaultHandler.java106 public void doubles(double[] d, int start, int length) throws SAXException { method in class:FastInfosetDefaultHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentSerializer.java390 public final void doubles(double[] d, int start, int length) throws SAXException { method in class:SAXDocumentSerializer

Completed in 31 milliseconds