Lines Matching refs:line
89 String line;
92 while (( line = in.readLine() ) != null ) {
93 //System.out.println("The line read is: " + line);
94 if(line.indexOf("Command deploy failed")!=-1){
96 testLine = line;
125 String line = null;
128 while ((line = input.readLine()) != null) {
129 //System.out.println(line);
130 if(line.indexOf(EXPECTED_RESPONSE)!=-1){
132 testLine = line;
163 String line = null;
166 while ((line = input.readLine()) != null) {
167 //System.out.println(line);
168 if(line.indexOf("Say#hello")!=-1){
170 testLine = line;