/external/cronet/tot/third_party/google_benchmark/src/test/ |
D | benchmark_gtest.cc | 138 TEST(AddCustomContext, Simple) { in TEST() argument 142 AddCustomContext("foo", "bar"); in TEST() 143 AddCustomContext("baz", "qux"); in TEST() 153 TEST(AddCustomContext, DuplicateKey) { in TEST() argument 157 AddCustomContext("foo", "bar"); in TEST() 158 AddCustomContext("foo", "qux"); in TEST()
|
/external/google-benchmark/test/ |
D | benchmark_gtest.cc | 138 TEST(AddCustomContext, Simple) { in TEST() argument 142 AddCustomContext("foo", "bar"); in TEST() 143 AddCustomContext("baz", "qux"); in TEST() 153 TEST(AddCustomContext, DuplicateKey) { in TEST() argument 157 AddCustomContext("foo", "bar"); in TEST() 158 AddCustomContext("foo", "qux"); in TEST()
|
/external/cronet/stable/third_party/google_benchmark/src/test/ |
D | benchmark_gtest.cc | 138 TEST(AddCustomContext, Simple) { in TEST() argument 142 AddCustomContext("foo", "bar"); in TEST() 143 AddCustomContext("baz", "qux"); in TEST() 153 TEST(AddCustomContext, DuplicateKey) { in TEST() argument 157 AddCustomContext("foo", "bar"); in TEST() 158 AddCustomContext("foo", "qux"); in TEST()
|
/external/cronet/tot/third_party/google_benchmark/src/src/ |
D | benchmark.cc | 674 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() function 765 AddCustomContext("dry_run", "true"); in ParseCommandLineFlags() 768 AddCustomContext(kv.first, kv.second); in ParseCommandLineFlags()
|
/external/cronet/stable/third_party/google_benchmark/src/src/ |
D | benchmark.cc | 674 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() function 765 AddCustomContext("dry_run", "true"); in ParseCommandLineFlags() 768 AddCustomContext(kv.first, kv.second); in ParseCommandLineFlags()
|
/external/google-benchmark/src/ |
D | benchmark.cc | 669 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() function 759 AddCustomContext(kv.first, kv.second); in ParseCommandLineFlags()
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 441 void AddCustomContext(const std::string& key, const std::string& value);
|
/external/cronet/stable/third_party/google_benchmark/src/include/benchmark/ |
D | benchmark.h | 480 void AddCustomContext(const std::string& key, const std::string& value);
|
/external/cronet/tot/third_party/google_benchmark/src/include/benchmark/ |
D | benchmark.h | 480 void AddCustomContext(const std::string& key, const std::string& value);
|
/external/cronet/tot/third_party/google_benchmark/src/docs/ |
D | user_guide.md | 232 benchmark::AddCustomContext("foo", "bar");
|
/external/google-benchmark/docs/ |
D | user_guide.md | 225 benchmark::AddCustomContext("foo", "bar");
|
/external/cronet/stable/third_party/google_benchmark/src/docs/ |
D | user_guide.md | 232 benchmark::AddCustomContext("foo", "bar");
|