Lines Matching refs:actual
56 std::string actual; in TEST_F() local
57 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
59 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
70 std::string actual; in TEST_F() local
71 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
73 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
81 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
82 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
93 std::string actual; in TEST_F() local
94 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
97 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
105 std::string actual; in TEST_F() local
106 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
108 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
119 std::string actual; in TEST_F() local
120 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
122 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
130 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
131 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
142 std::string actual; in TEST_F() local
143 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
146 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
154 std::string actual; in TEST_F() local
155 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
157 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
168 std::string actual; in TEST_F() local
169 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
171 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
179 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
180 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
191 std::string actual; in TEST_F() local
192 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
195 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
203 std::string actual; in TEST_F() local
204 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
206 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
217 std::string actual; in TEST_F() local
218 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
220 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
228 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
229 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
240 std::string actual; in TEST_F() local
241 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
244 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
252 std::string actual; in TEST_F() local
253 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
255 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
266 std::string actual; in TEST_F() local
267 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
269 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
277 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
278 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()
289 std::string actual; in TEST_F() local
290 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual)); in TEST_F()
293 ASSERT_STREQ(expected.c_str(), actual.c_str()); in TEST_F()