Searched refs:cumulativeWeight (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DListTag.java53 private int cumulativeWeight; field in class:ListTag
178 cumulativeWeight = 0;
201 cumulativeWeight += weight;
203 valueWeights[i] = cumulativeWeight;
221 int selectedWeight = random.nextInt(cumulativeWeight) + 1;
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DListTag.java52 private int cumulativeWeight; field in class:ListTag
177 cumulativeWeight = 0;
200 cumulativeWeight += weight;
202 valueWeights[i] = cumulativeWeight;
220 int selectedWeight = random.nextInt(cumulativeWeight) + 1;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DListTag.java53 private int cumulativeWeight; field in class:ListTag
178 cumulativeWeight = 0;
201 cumulativeWeight += weight;
203 valueWeights[i] = cumulativeWeight;
221 int selectedWeight = random.nextInt(cumulativeWeight) + 1;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DListTag.java53 private int cumulativeWeight; field in class:ListTag
178 cumulativeWeight = 0;
201 cumulativeWeight += weight;
203 valueWeights[i] = cumulativeWeight;
221 int selectedWeight = random.nextInt(cumulativeWeight) + 1;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DListTag.java52 private int cumulativeWeight; field in class:ListTag
177 cumulativeWeight = 0;
200 cumulativeWeight += weight;
202 valueWeights[i] = cumulativeWeight;
220 int selectedWeight = random.nextInt(cumulativeWeight) + 1;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DListTag.java53 private int cumulativeWeight; field in class:ListTag
178 cumulativeWeight = 0;
201 cumulativeWeight += weight;
203 valueWeights[i] = cumulativeWeight;
221 int selectedWeight = random.nextInt(cumulativeWeight) + 1;

Completed in 30 milliseconds