Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/imageio/
Djpegdec.c68 int actual_count = 0; in StoreICCP() local
111 ++actual_count; in StoreICCP()
115 if (actual_count == 0) return 1; in StoreICCP()
116 if (seq_max != actual_count) { in StoreICCP()
118 actual_count, seq_max); in StoreICCP()
121 if (expected_count != actual_count) { in StoreICCP()
123 actual_count, expected_count); in StoreICCP()
129 qsort(iccp_segments, actual_count, sizeof(*iccp_segments), in StoreICCP()
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Djpegdec.c68 int actual_count = 0; in StoreICCP() local
111 ++actual_count; in StoreICCP()
115 if (actual_count == 0) return 1; in StoreICCP()
116 if (seq_max != actual_count) { in StoreICCP()
118 actual_count, seq_max); in StoreICCP()
121 if (expected_count != actual_count) { in StoreICCP()
123 actual_count, expected_count); in StoreICCP()
129 qsort(iccp_segments, actual_count, sizeof(*iccp_segments), in StoreICCP()
/third_party/icu/icu4c/source/test/iotest/
Dstrtst.c755 int32_t i32 = -1, actual_count, actual_result; in TestCount() local
776 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count); in TestCount()
786 if (actual_count != 3) { in TestCount()
787 log_err("scanf should return 3 for actual_count, but returned %d\n", actual_count); in TestCount()
/third_party/gstreamer/gstplugins_good/gst/flx/
Dgstflxdec.c309 guint16 actual_count; in flx_decode_color() local
319 actual_count = count == 0 ? 256 : count; in flx_decode_color()
324 GST_LOG_OBJECT (flxdec, "cmap count: %d (indx: %d)", actual_count, indx); in flx_decode_color()
325 flx_set_palette_vector (flxdec->converter, indx, actual_count, in flx_decode_color()
/third_party/cef/tests/ceftests/
Dmessage_router_unittest.cc72 int actual_count = -1; in Execute() local
78 actual_count = in Execute()
81 actual_count = in Execute()
84 actual_count = in Execute()
88 if (expected_count != actual_count) { in Execute()
91 << ", got " << actual_count; in Execute()
268 int actual_count = message_router_->GetPendingCount(browser, handler); in AssertQueryCount() local
269 EXPECT_EQ(expected_count, actual_count); in AssertQueryCount()
270 return (expected_count == actual_count); in AssertQueryCount()
Drequest_unittest.cc449 const int actual_count = ++it->second; in GotRequest() local
451 EXPECT_LE(actual_count, expected_count) in GotRequest()
/third_party/python/Lib/test/
Dtest_fileinput.py600 actual_count = mock_file_input.invocation_counts[method_name]
601 self.assertEqual(actual_count, 1, method_name)
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h3265 size_t actual_count = exam_pos;
3267 ++actual_count;
3270 if (actual_count != count()) {
3275 if (listener_interested && (actual_count != 0)) {
3276 *listener << "which has " << Elements(actual_count);