Home
last modified time | relevance | path

Searched refs:FormatTimes (Results 1 – 7 of 7) sorted by relevance

/external/googletest/googlemock/src/
Dgmock-cardinalities.cc94 inline std::string FormatTimes(int n) { in FormatTimes() function
114 *os << "called at most " << FormatTimes(max_); in DescribeTo()
117 *os << "called " << FormatTimes(min_); in DescribeTo()
119 *os << "called at least " << FormatTimes(min_); in DescribeTo()
132 *os << "called " << FormatTimes(actual_call_count); in DescribeActualCallCountTo()
/external/llvm-project/llvm/utils/unittest/googlemock/src/
Dgmock-cardinalities.cc95 inline internal::string FormatTimes(int n) { in FormatTimes() function
115 *os << "called at most " << FormatTimes(max_); in DescribeTo()
118 *os << "called " << FormatTimes(min_); in DescribeTo()
120 *os << "called at least " << FormatTimes(min_); in DescribeTo()
133 *os << "called " << FormatTimes(actual_call_count); in DescribeActualCallCountTo()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.h72 std::vector<string> FormatTimes(const ShowMultiNode* node,
Dtfprof_show_multi.cc220 std::vector<string> TFMultiShow::FormatTimes(const ShowMultiNode* node, in FormatTimes() function in tensorflow::tfprof::TFMultiShow
Dtfprof_code.cc665 std::vector<string> time_attrs = FormatTimes(node, opts); in FormatNode()
/external/fmtlib/test/
Dgmock-gtest-all.cc9553 inline internal::string FormatTimes(int n) { in FormatTimes() function
9573 *os << "called at most " << FormatTimes(max_); in DescribeTo()
9576 *os << "called " << FormatTimes(min_); in DescribeTo()
9578 *os << "called at least " << FormatTimes(min_); in DescribeTo()
9591 *os << "called " << FormatTimes(actual_call_count); in DescribeActualCallCountTo()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc10537 inline internal::string FormatTimes(int n) { in FormatTimes() function
10557 *os << "called at most " << FormatTimes(max_); in DescribeTo()
10560 *os << "called " << FormatTimes(min_); in DescribeTo()
10562 *os << "called at least " << FormatTimes(min_); in DescribeTo()
10575 *os << "called " << FormatTimes(actual_call_count); in DescribeActualCallCountTo()