Searched refs:actual_count (Results 1 – 10 of 10) sorted by relevance
/external/autotest/client/site_tests/platform_FileNum/ |
D | platform_FileNum.py | 62 actual_count = self.create_files(item['dir'], item['count']) 63 if actual_count != item['count']: 67 % (item['dir'], actual_count, item['count']))
|
/external/autotest/client/site_tests/touch_StylusTaps/ |
D | touch_StylusTaps.py | 31 actual_count = self._events.get_click_count() 32 if actual_count is not expected_count: 35 actual_count, expected_count))
|
/external/autotest/client/site_tests/touch_TouchscreenTaps/ |
D | touch_TouchscreenTaps.py | 30 actual_count = self._events.get_click_count() 31 if actual_count is not 1: 33 raise error.TestFail('Saw %d clicks!' % actual_count)
|
/external/pdfium/xfa/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder_unittest.cpp | 162 int actual_count = in TEST() local 165 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i; in TEST() 223 int actual_count = in TEST() local 226 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i; in TEST()
|
/external/autotest/client/site_tests/touch_TapSettings/ |
D | touch_TapSettings.py | 36 actual_count = self._events.get_click_count() 37 if actual_count is not expected_count: 40 % (expected_count, actual_count))
|
/external/icu/icu4c/source/test/iotest/ |
D | strtst.c | 752 int32_t i32 = -1, actual_count, actual_result; in TestCount() local 773 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count); in TestCount() 783 if (actual_count != 3) { in TestCount() 784 log_err("scanf should return 3 for actual_count, but returned %d\n", actual_count); in TestCount()
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 3198 size_t actual_count = exam_pos; 3200 ++actual_count; 3203 if (actual_count != count()) { 3208 if (listener_interested && (actual_count != 0)) { 3209 *listener << "which has " << Elements(actual_count); 3385 const size_t actual_count = matrix.LhsSize(); 3386 if (actual_count == 0 && matchers_.empty()) { 3389 if (actual_count != matchers_.size()) { 3394 if (actual_count != 0 && listener->IsInterested()) { 3395 *listener << "which has " << Elements(actual_count);
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 3198 size_t actual_count = exam_pos; 3200 ++actual_count; 3203 if (actual_count != count()) { 3208 if (listener_interested && (actual_count != 0)) { 3209 *listener << "which has " << Elements(actual_count); 3384 const size_t actual_count = matrix.LhsSize(); 3385 if (actual_count == 0 && matchers_.empty()) { 3388 if (actual_count != matchers_.size()) { 3393 if (actual_count != 0 && listener->IsInterested()) { 3394 *listener << "which has " << Elements(actual_count);
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 2577 const size_t actual_count = stl_container.size(); 2578 if (actual_count != count()) { 2583 if (actual_count != 0) { 2584 *listener << "which has " << Elements(actual_count);
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 7613 size_t actual_count = exam_pos; 7615 ++actual_count; 7618 if (actual_count != count()) { 7623 if (listener_interested && (actual_count != 0)) { 7624 *listener << "which has " << Elements(actual_count); 7800 const size_t actual_count = matrix.LhsSize(); 7801 if (actual_count == 0 && matchers_.empty()) { 7804 if (actual_count != matchers_.size()) { 7809 if (actual_count != 0 && listener->IsInterested()) { 7810 *listener << "which has " << Elements(actual_count);
|