Searched refs:Isolate (Results 1 – 5 of 5) sorted by relevance
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 = {[all …]
38 class Isolate {40 Isolate(const Options& options, const std::vector<char*>& child_args) in Isolate() function
23 "Isolate.cpp",
148 android::gtest_extras::Isolate isolate(options, child_args); in IsolateMain()
62 * Isolate individual components so that each component can be started and