Lines Matching refs:ERROR
44 LOG(ERROR) << "Could not create process."; in LaunchTestServerAsJob()
59 LOG(ERROR) << "Could not create JobObject."; in LaunchTestServerAsJob()
67 LOG(ERROR) << "Could not SetInformationJobObject."; in LaunchTestServerAsJob()
72 LOG(ERROR) << "Could not AssignProcessToObject."; in LaunchTestServerAsJob()
115 PLOG(ERROR) << "ReadFile failed"; in ReadData()
119 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes; in ReadData()
128 LOG(ERROR) << "Timeout exceeded for ReadData"; in ReadData()
156 PLOG(ERROR) << "Failed to create pipe"; in LaunchPython()
165 PLOG(ERROR) << "Failed to enable pipe inheritance"; in LaunchPython()
187 LOG(ERROR) << "Failed to launch " << python_command.command_line_string(); in LaunchPython()
201 LOG(ERROR) << "Could not read server_data_len"; in WaitToStart()
207 LOG(ERROR) << "Could not read server_data (" << server_data_len in WaitToStart()
213 LOG(ERROR) << "Could not parse server_data: " << server_data; in WaitToStart()