Lines Matching refs:name
14 // * Neither the name of Google Inc. nor the names of its
349 // Returns true if and only if the test name of test property matches on key_.
383 // suite name and the test name.
396 // Returns true if "name" matches the ':' separated list of glob-style
398 static bool MatchesFilter(const std::string& name, const char* filter);
402 // Returns the current application's name, removing directory path if that
642 // Finds and returns a TestSuite with the given name. If one doesn't
647 // test_suite_name: name of the test suite
648 // type_param: the name of the test's type parameter, or NULL if
754 // Matches the full name of each test against the user-specified
888 // The set holding the name of parameterized
1166 SendLn(std::string("event=TestCaseStart&name=") + test_suite.name());
1178 SendLn(std::string("event=TestStart&name=") + test_info.name());