Lines Matching refs:retVal
51 String retVal = "";
58 return retVal;
60 retVal += "-classpath " + testClasses + " ";
70 return retVal;
80 return retVal;
101 retVal += line;
110 return retVal;
120 String[] retVal = new String[cmdLine.length + v1.length];
121 retVal[0] = cmdLine[0];
122 System.arraycopy(v1, 0, retVal, 1, v1.length);
123 System.arraycopy(cmdLine, 1, retVal, v1.length + 1, cmdLine.length - 1);
124 return retVal;