Home
last modified time | relevance | path

Searched refs:ResultsType (Results 1 – 2 of 2) sorted by relevance

/system/testing/gtest_extras/
DIsolate.h48 struct ResultsType { struct
73 void PrintResults(size_t total, const ResultsType& results, std::string* footer); argument
110 static ResultsType SlowResults;
111 static ResultsType XpassFailResults;
112 static ResultsType FailResults;
113 static ResultsType TimeoutResults;
114 static ResultsType SkippedResults;
DIsolate.cpp469 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 = {