Searched refs:scores (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java549 * to each configuration. Hold the scores in the
552 HashSet scores = new HashSet();
616 scores.add(new ScoreMove(move, totalContrib));
618 if (scores.size() != 0) {
623 Object scoresArray[] = scores.toArray();
650 * @param scores The areay of scored moves to be tried.
653 private boolean processMoves(Configuration rwConf, Object scores[], argument
658 for (int i = 0; i < scores.length; i++) {
659 ScoreMove move = (ScoreMove) scores[i];
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dgnaw.sh291 High scores:

Completed in 1256 milliseconds