Searched refs:test_data (Results 1 - 6 of 6) sorted by relevance

/system/tools/aidl/tests/
H A Dtest_data_example_interface.cpp17 #include "tests/test_data.h"
21 namespace test_data { namespace in namespace:android::aidl
454 } // namespace test_data
H A Dtest_data_ping_responder.cpp17 #include "tests/test_data.h"
21 namespace test_data { namespace in namespace:android::aidl
456 } // namespace test_data
H A Dtest_data.h22 namespace test_data { namespace in namespace:android::aidl
61 } // namespace test_data
H A Dend_to_end_tests.cpp27 #include "tests/test_data.h"
74 using namespace ::android::aidl::test_data::example_interface;
96 using namespace ::android::aidl::test_data::ping_responder;
/system/core/init/parser/
H A Dtokenizer_test.cpp24 #define SETUP_TEST(test_data) \
25 std::string data(test_data); \
/system/update_engine/common/
H A Dprefs_unittest.cc80 const string test_data = "test data"; local
81 ASSERT_TRUE(SetValue(kKey, test_data));
84 EXPECT_EQ(test_data, value);

Completed in 120 milliseconds