Searched refs:COUNTER (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/test/sun/security/tools/keytool/
H A DStorePasswordsByShell.sh88 COUNTER=0
102 if [ $COUNTER -lt 5 ]; then
117 COUNTER=`expr ${COUNTER} + 1`
125 RESULT="stored ${COUNTER} user passwords, detected ${COUNTER2} user passwords"
126 if [ $COUNTER -ne $COUNTER2 -o $COUNTER -lt 11 ]; then
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DTimeoutEvent.java42 private static final AtomicLong COUNTER = new AtomicLong(); field in class:TimeoutEvent
45 private final long id = COUNTER.incrementAndGet();
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh16879 COUNTER=0
16887 while test $COUNTER -lt 20; do
16898 let COUNTER=COUNTER+1
27249 COUNTER=0
27257 while test $COUNTER -lt 20; do
27268 let COUNTER=COUNTER+1
[all...]

Completed in 144 milliseconds