Home
last modified time | relevance | path

Searched refs:actual_count (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/base/test/metrics/
Dhistogram_tester.cc199 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/
Dtouch_StylusTaps.py31 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/
Dplatform_FileNum.py62 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/
Dtouch_TouchscreenTaps.py30 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/
DBC_PDF417HighLevelEncoder_unittest.cpp160 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/
Dtouch_TapSettings.py36 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/
Dresample_test.py217 actual_count = counts[i]
219 expected_count, actual_count, delta=(stddevs[i] * tol + abs_delta))
/external/icu/icu4c/source/test/iotest/
Dstrtst.c752 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/
DCppAssetManager2.java1179 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/
Dgmock-matchers.h3204 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/
Dtest_fileinput.py575 actual_count = mock_file_input.invocation_counts[method_name]
576 self.assertEqual(actual_count, 1, method_name)
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h2577 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/
Dgmock-matchers.h2780 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);