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

/system/bt/service/test/
H A Dmock_adapter.h24 namespace testing { namespace in namespace:bluetooth
55 } // namespace testing
H A Dmock_daemon.h24 namespace testing { namespace in namespace:bluetooth
40 } // namespace testing
H A Dlow_energy_advertiser_unittest.cc28 using ::testing::_;
29 using ::testing::DoAll;
30 using ::testing::Exactly;
31 using ::testing::Invoke;
32 using ::testing::Pointee;
33 using ::testing::Return;
34 using ::testing::SaveArg;
35 using ::testing::Matcher;
77 class LowEnergyAdvertiserTest : public ::testing::Test {
148 ::testing
632 MATCHER_P(BitEq, x, std::string(negation ? � : �) + � + ::testing::PrintToString(x)) argument
[all...]
H A Dlow_energy_client_unittest.cc28 using ::testing::_;
29 using ::testing::Return;
30 using ::testing::Pointee;
31 using ::testing::DoAll;
32 using ::testing::Invoke;
80 class LowEnergyClientTest : public ::testing::Test {
104 testing::MockAdapter mock_adapter_;
157 ::testing::Mock::VerifyAndClearExpectations(mock_handler_.get());
205 ::testing::Mock::VerifyAndClearExpectations(mock_handler_.get());
238 ::testing
252 MATCHER_P(BitEq, x, std::string(negation ? � : �) + � + ::testing::PrintToString(x)) argument
[all...]
/system/nvram/core/tests/
H A Dgtest_stubs.cpp19 namespace testing { namespace
50 } // namespace testing
53 testing::detail::TestRegistry::instance()->RunAllTests();
H A Dgtest_stubs.h28 namespace testing { namespace
35 testing::g_test_status = false; \
44 testing::g_test_status = false; \
125 static testing::TestDeclaration<fixture##_##name> \
129 } // namespace testing
/system/bt/osi/test/
H A Dleaky_bonded_queue_test.cc25 namespace testing { namespace
H A Dmetrics_test.cc35 namespace testing { namespace
/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)) = /* NOLINT */ \
145 (::testing::Benchmark*)::testing::BenchmarkFactory(#f, f) /* NOLINT */
H A Dbenchmark_main.cpp35 typedef std::vector< ::testing::Benchmark*> BenchmarkList;
59 namespace testing { namespace
172 } // namespace testing
/system/bt/stack/test/
H A Dstack_smp_test.cc32 * When testing target as Master (Initiator is local, Responder is remote)
93 namespace testing { namespace

Completed in 244 milliseconds