Lines Matching defs:props
60 // don't embed spaces in any of the test args/props, because
86 String[] props, // extra system properties
104 // compile props
110 for (i = 0; i < props.length; i++) {
111 p.put(props[i].substring(0, props[i].indexOf('=')),
112 props[i].substring(props[i].indexOf('=')+1));
193 for (m = 0; m < props.length; m++) {
194 if (!argset.contains("-D" + props[m])) {
195 TestLibrary.bomb("Property binding \"" + props[m] +