Lines Matching refs:Isolate
90 void Isolate::EnumerateTests() { in EnumerateTests()
181 int Isolate::ChildProcessFn(const std::tuple<std::string, std::string>& test) { in ChildProcessFn()
220 void Isolate::LaunchTests() { in LaunchTests()
264 void Isolate::ReadTestsOutput() { in ReadTestsOutput()
284 size_t Isolate::CheckTestsFinished() { in CheckTestsFinished()
391 void Isolate::CheckTestsTimeout() { in CheckTestsTimeout()
411 void Isolate::HandleSignals() { in HandleSignals()
429 void Isolate::RunAllTests() { in RunAllTests()
469 void Isolate::PrintResults(size_t total, const ResultsType& results, std::string* footer) { in PrintResults()
499 Isolate::ResultsType Isolate::SlowResults = {
512 Isolate::ResultsType Isolate::XpassFailResults = {
521 Isolate::ResultsType Isolate::FailResults = {
530 Isolate::ResultsType Isolate::TimeoutResults = {
542 Isolate::ResultsType Isolate::SkippedResults = {
551 void Isolate::PrintFooter(uint64_t elapsed_time_ns) { in PrintFooter()
672 void Isolate::WriteXmlResults(uint64_t elapsed_time_ns, time_t start_time) { in WriteXmlResults()
750 int Isolate::Run() { in Run()