Searched refs:hasMore (Results 26 - 37 of 37) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DHierMemDirCtx.java585 while (modVals.hasMore()) {
605 while (modVals.hasMore()) {
774 return hasMore();
780 public boolean hasMore() throws NamingException { method in class:HierMemDirCtx.FlatNames
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java156 while(objDescs.hasMore()) {
188 while(attrDescs.hasMore()) {
221 while(syntaxDescs.hasMore()) {
254 while(matchRuleDescs.hasMore()) {
1206 while(values.hasMore()) {
1245 while(values.hasMore()) {
H A DLdapSchemaCtx.java227 while (attrs.hasMore()) {
H A DObj.java416 for (NamingEnumeration vals = attr.getAll(); vals.hasMore(); ) {
H A DLdapCtx.java932 while (enum_.hasMore()) {
968 while (enumStr.hasMore()) {
1402 for(int i = 0; i < jmods.length && ae.hasMore(); i++) {
1628 if(!results.hasMore()) {
1724 while(ae.hasMore()) {
H A DLdapClient.java970 while (enum_.hasMore()) {
1019 while (enum_.hasMore()) {
/openjdk7/jdk/src/share/classes/com/sun/naming/internal/
H A DResourceManager.java534 while (resources.hasMore()) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java198 while(xtokens.hasMore()) {
246 if( xtokens.hasMore()
989 public boolean hasMore() { method in class:XPath.Tokens
/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DSyncFactory.java767 while (bindings.hasMore()) {
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DRdn.java136 for (int nEntries = 0; attrs.hasMore(); nEntries++) {
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DLdapLoginModule.java886 if (results.hasMore()) {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java391 while (enum_.hasMore()) {

Completed in 370 milliseconds

12