Lines Matching refs:null

75         this.pref = (outPrefix == null) ? "" : outPrefix;  in Pump()
87 while (line != null) in run()
125 private String[] envVars = null;
126 private File workDir = null;
134 private Pump stdout = null;
135 private Pump stderr = null;
136 private PrintStream stdIn = null;
137 private Process m_aProcess = null;
138 private TestParameters param = null;
154 this(cmdLine, null, null, null, 0); in ProcessHandler()
166 this(null, null, null, null, 0); in ProcessHandler()
182 this(null, null, null, envVars, 0); in ProcessHandler()
197 this(null, null, workDir, null, 0); in ProcessHandler()
212 this(null, log, workDir, null, 0); in ProcessHandler()
225 this(cmdLine, log, null, null, 0); in ProcessHandler()
235 this(cmdLine, null, null, null, timeOut); in ProcessHandler()
248 this(cmdLine, null, workDir, null, 0); in ProcessHandler()
261 this(cmdLine, log, workDir, null, 0); in ProcessHandler()
316 if (log == null) in ProcessHandler()
344 this(null, log, workDir, null, 0); in ProcessHandler()
391 OfficeWatcher ow = null; in runCommand()
392 if (param != null) in runCommand()
396 if (ow != null) in runCommand()
411 if (ow != null) in runCommand()
547 if (envVars != null) in showEnvVars()
570 if (cmdLine == null) in execute()
586 if (workDir != null) in execute()
605 if (cmdLine == null) in execute()
744 if (stdIn == null) in flushInput()
763 if (stdout == null) in getOutputText()
779 if (stderr == null) in getErrorText()
941 if (_sProcess == null) in system()
959 while ((s = stdInput.readLine()) != null) in system()
965 while ((s = stdError.readLine()) != null) in system()
1000 if (m_aWatcher != null) in stopWatcher()