Searched defs:testing (Results 1 - 7 of 7) sorted by relevance

/system/bt/service/test/
H A Dmock_adapter.h24 namespace testing { namespace in namespace:bluetooth
53 } // namespace testing
H A Dmock_daemon.h24 namespace testing { namespace in namespace:bluetooth
40 } // namespace testing
H A Dlow_energy_client_unittest.cpp28 using ::testing::_;
29 using ::testing::Return;
30 using ::testing::Pointee;
31 using ::testing::DoAll;
32 using ::testing::Invoke;
120 // Created this class for testing Advertising Data Setting
160 class LowEnergyClientTest : public ::testing::Test {
184 testing::MockAdapter mock_adapter_;
241 ::testing::Mock::VerifyAndClearExpectations(mock_handler_.get());
331 ::testing
962 MATCHER_P(BitEq, x, std::string(negation ? � : �) + � + ::testing::PrintToString(x)) argument
[all...]
/system/core/metricsd/uploader/
H A Dsystem_profile_cache.cc63 SystemProfileCache::SystemProfileCache(bool testing, argument
66 testing_(testing),
/system/core/liblog/tests/
H A Dbenchmark.h27 namespace testing { namespace
127 } // namespace testing
130 static inline void BenchmarkAddArg(::testing::Benchmark* b, const char* name, T arg) {
131 ::testing::BenchmarkWantsArg<T>* ba;
132 ba = static_cast< ::testing::BenchmarkWantsArg<T>* >(b);
144 static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \
145 (::testing::Benchmark*)::testing::BenchmarkFactory(#f, f)
H A Dbenchmark_main.cpp35 typedef std::vector< ::testing::Benchmark* > BenchmarkList;
59 namespace testing { namespace
172 } // namespace testing
/system/core/metricsd/
H A Dmetrics_collector.cc163 void MetricsCollector::Init(bool testing, MetricsLibraryInterface* metrics_lib, argument
168 testing_ = testing;

Completed in 138 milliseconds