Searched refs:COUNTER (Results 1 – 2 of 2) sorted by relevance
108 COUNTER=0109 while [[ $COUNTER -lt 10 ]]; do112 ((COUNTER++))115 COUNTER=0116 while [[ $COUNTER -lt 10 ]]; do119 ((COUNTER++))
57 public static final String COUNTER = "000A"; field in EapTestAttributeDefinitions58 public static final int COUNTER_INT = Integer.parseInt(COUNTER, 16 /* radix */);59 public static final byte[] AT_COUNTER = hexStringToByteArray("1301" + COUNTER);