Searched refs:once (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/sample/nio/chatserver/
H A DNameReader.java53 private boolean once = true; field in class:NameReader
68 // if it is a long name that takes more than one read we only want to display Name: once.
69 if (once) {
71 once = false;
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6421581.java41 once();
44 public static void once() throws Exception { method in class:B6421581
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipeline.h25 #pragma once
H A DD3DPipelineManager.h25 #pragma once
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DAbstractInstanceResolver.java176 boolean once = false;
180 if (once)
185 once = true;
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRE.java825 int once = 0;
834 while ((once++ == 0) && (idx = matchNodes(node + nodeSize, next, idx)) != -1);
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec1128 "will be suspended once again. Note that any threads started during "
1203 "will be suspended once again. Note that any threads started during "
1565 "will be suspended once again. Note that any threads started during "
1603 "allow collection once again. "
2157 "once in the list. Each field or variable declared with that "
2224 "Limit the requested event to be reported at most once after a "

Completed in 3827 milliseconds