HomeSort by relevance Sort by last modified time
    Searched defs:subsequent (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralSubtrees.java 190 // Algorithm: compare each entry n to all subsequent entries in
191 // the list: if any subsequent entry matches or widens entry n,
192 // remove entry n. If any subsequent entries narrow entry n, remove
193 // the subsequent entries.
198 /* compare current to subsequent elements */
200 GeneralNameInterface subsequent = getGeneralNameInterface(j); local
201 switch (current.constrains(subsequent)) {
210 /* subsequent narrows current */
211 /* remove narrower name (subsequent) */
213 j--; /* continue check with new subsequent */
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 162 milliseconds