Searched refs:sole (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DPopSynchronousTest.java46 static PopSynchronousTarg sole; field in class:PopSynchronousTarg
75 if (sole.c() != 17) {
84 sole = new PopSynchronousTarg();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultClassBinder.java224 assert referer==decl; // I must be the sole referer
242 XSElementDecl sole = null;
250 if(sole==null) sole=x;
259 return sole;

Completed in 91 milliseconds