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

/openjdk7/jdk/test/java/io/File/
H A DCons.java85 private static String nos(String s) { method in class:Cons
91 System.err.println(nos(ans) + " <== " + exp);
95 System.err.println(nos(ans) + " <-- " + exp + " ==> " + nos(got));
97 throw new Exception("Mismatch: " + exp + " ==> " + nos(got)
98 + ", should be " + nos(ans));
110 return "new File(" + nos(arg) + ")";
114 return "new File(" + nos(arg1) + ", " + nos(arg2) + ")";
118 return "new File(" + arg1.exp + ", " + nos(arg
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp287 int nos = be->number_of_sux(); local
288 if (nos >= 2) {
289 for (int i = 0; i < nos; i++) {

Completed in 251 milliseconds