Searched refs:actual_count (Results 1 – 13 of 13) sorted by relevance
/external/libchrome/base/test/metrics/ |
D | histogram_tester.cc | 199 int actual_count; in CheckBucketCount() local 200 GetBucketCountForSamples(name, sample, samples, &actual_count); in CheckBucketCount() 202 EXPECT_EQ(expected_count, actual_count) in CheckBucketCount() 205 << ") in the expected bucket (" << sample << "). It has (" << actual_count in CheckBucketCount() 212 int actual_count = samples.TotalCount(); in CheckTotalCount() local 215 actual_count -= histogram_data->second->TotalCount(); in CheckTotalCount() 217 EXPECT_EQ(expected_count, actual_count) in CheckTotalCount() 220 << expected_count << "). It has (" << actual_count << ")."; in CheckTotalCount()
|
/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/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_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/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder_unittest.cpp | 160 int actual_count = in TEST() local 163 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i; in TEST() 221 int actual_count = in TEST() local 224 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/tensorflow/tensorflow/contrib/training/python/training/ |
D | resample_test.py | 217 actual_count = counts[i] 219 expected_count, actual_count, delta=(stddevs[i] * tol + abs_delta))
|
/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/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager2.java | 1179 final int actual_count = newEntryIndex; in GetBag() local 1180 if (actual_count != max_count) { in GetBag() 1183 Entry[] resizedEntries = new Entry[actual_count]; in GetBag() 1184 System.arraycopy(new_bag.entries, 0, resizedEntries, 0, actual_count); in GetBag() 1190 new_bag.entry_count = actual_count; in GetBag()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-matchers.h | 3204 size_t actual_count = exam_pos; 3206 ++actual_count; 3209 if (actual_count != count()) { 3214 if (listener_interested && (actual_count != 0)) { 3215 *listener << "which has " << Elements(actual_count); 3393 const size_t actual_count = matrix.LhsSize(); 3394 if (actual_count == 0 && matchers_.empty()) { 3397 if (actual_count != matchers_.size()) { 3402 if (actual_count != 0 && listener->IsInterested()) { 3403 *listener << "which has " << Elements(actual_count);
|
/external/python/cpython3/Lib/test/ |
D | test_fileinput.py | 575 actual_count = mock_file_input.invocation_counts[method_name] 576 self.assertEqual(actual_count, 1, method_name)
|
/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/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2780 size_t actual_count = exam_pos; 2782 ++actual_count; 2785 if (actual_count != count()) { 2790 if (listener_interested && (actual_count != 0)) { 2791 *listener << "which has " << Elements(actual_count);
|