HomeSort by relevance Sort by last modified time
    Searched full:indexofdsa (Results 1 - 1 of 1) sorted by null

  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarInputStreamTest.java 43 private static final int indexofDSA = 2;
241 if (count == indexofDSA + 1) {
245 if (count != indexofDSA + 1) {
268 if (count == indexofDSA + 1) {
272 if (count != indexofDSA + 1) {
349 if (count == indexofDSA) {
353 if (count != indexofDSA) {
380 if (count == indexofDSA) {
384 if (count != indexofDSA) {

Completed in 58 milliseconds