/third_party/skia/third_party/externals/libwebp/imageio/ |
D | jpegdec.c | 67 int expected_count = 0; in StoreICCP() local 92 if (expected_count == 0) { in StoreICCP() 93 expected_count = count; in StoreICCP() 94 } else if (expected_count != count) { in StoreICCP() 96 expected_count, count); in StoreICCP() 121 if (expected_count != actual_count) { in StoreICCP() 123 actual_count, expected_count); in StoreICCP()
|
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | jpegdec.c | 67 int expected_count = 0; in StoreICCP() local 92 if (expected_count == 0) { in StoreICCP() 93 expected_count = count; in StoreICCP() 94 } else if (expected_count != count) { in StoreICCP() 96 expected_count, count); in StoreICCP() 121 if (expected_count != actual_count) { in StoreICCP() 123 actual_count, expected_count); in StoreICCP()
|
/third_party/mesa3d/src/util/tests/ |
D | rb_tree_test.cpp | 73 validate_tree_order(struct rb_tree *tree, unsigned expected_count) in validate_tree_order() argument 94 assert(count == expected_count); in validate_tree_order() 115 assert(count == expected_count); in validate_tree_order() 136 assert(count == expected_count); in validate_tree_order() 157 assert(count == expected_count); in validate_tree_order()
|
/third_party/googletest/googletest/test/ |
D | googletest-failfast-unittest.py | 191 for expected_count, callback in [(1, 'OnTestSuiteStart'), 197 expected_count, txt.count(callback), 199 (expected_count, callback, txt)) 204 for expected_count, callback in [(1, 'OnTestSuiteStart'), 210 expected_count, txt.count(callback), 212 (expected_count, callback, txt))
|
/third_party/cef/tests/ceftests/ |
D | request_unittest.cc | 391 int expected_count; member 450 const int expected_count = g_type_expected[index].expected_count; in GotRequest() local 451 EXPECT_LE(actual_count, expected_count) in GotRequest() 469 if (it->second != g_type_expected[i].expected_count) { in IsDone() 471 EXPECT_EQ(g_type_expected[i].expected_count, it->second) in IsDone()
|
D | message_router_unittest.cc | 71 const int expected_count = arguments[0]->GetIntValue(); in Execute() local 88 if (expected_count != actual_count) { in Execute() 90 ss << message_name << " failed; expected " << expected_count in Execute() 267 int expected_count) { in AssertQueryCount() argument 269 EXPECT_EQ(expected_count, actual_count); in AssertQueryCount() 270 return (expected_count == actual_count); in AssertQueryCount()
|
D | resource_manager_unittest.cc | 242 explicit ProviderDestructHelper(int expected_count) in ProviderDestructHelper() argument 243 : expected_count_(expected_count), in ProviderDestructHelper()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | splitmuxsinktimecode.c | 343 guint expected_count; in splitmuxsink_split_by_keyframe_timecode() local 389 expected_count = (6 / maxsize_timecode_in_sec) + in splitmuxsink_split_by_keyframe_timecode() 391 fail_unless (count == expected_count, in splitmuxsink_split_by_keyframe_timecode() 392 "Expected %d output files, got %d", expected_count, count); in splitmuxsink_split_by_keyframe_timecode() 455 count_frames (const gchar * file_name, guint expected_count) in count_frames() argument 494 fail_unless (frame_count == expected_count, in count_frames() 496 expected_count, frame_count); in count_frames()
|
D | splitmuxsink.c | 696 guint expected_count; in splitmuxsink_split_by_keyframe() local 742 expected_count = 6 / max_size_time_sec; in splitmuxsink_split_by_keyframe() 743 fail_unless (count == expected_count, in splitmuxsink_split_by_keyframe() 744 "Expected %d output files, got %d", expected_count, count); in splitmuxsink_split_by_keyframe()
|
/third_party/alsa-lib/test/ |
D | user-ctl-element-set.c | 390 unsigned int expected_count) in check_event() argument 406 while (expected_count > 0) { in check_event() 434 --expected_count; in check_event() 437 if (expected_count != 0) in check_event()
|
/third_party/freetype/src/otvalid/ |
D | otvcommn.c | 43 FT_Int expected_count ) in otv_Coverage_validate() argument 126 if ( expected_count != -1 && (FT_UInt)expected_count != total ) in otv_Coverage_validate()
|
D | otvcommn.h | 250 FT_Int expected_count );
|
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.c | 43 FT_Int expected_count ) in otv_Coverage_validate() argument 126 if ( expected_count != -1 && (FT_UInt)expected_count != total ) in otv_Coverage_validate()
|
D | otvcommn.h | 249 FT_Int expected_count );
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.c | 43 FT_Int expected_count ) in otv_Coverage_validate() argument 126 if ( expected_count != -1 && (FT_UInt)expected_count != total ) in otv_Coverage_validate()
|
D | otvcommn.h | 250 FT_Int expected_count );
|
/third_party/node/deps/zlib/google/ |
D | zip_unittest.cc | 229 size_t expected_count = 0; in TestUnzipFile() local 233 ++expected_count; in TestUnzipFile() 236 EXPECT_EQ(expected_count, count); in TestUnzipFile()
|
/third_party/flutter/skia/third_party/externals/zlib/google/ |
D | zip_unittest.cc | 229 size_t expected_count = 0; in TestUnzipFile() local 233 ++expected_count; in TestUnzipFile() 236 EXPECT_EQ(expected_count, count); in TestUnzipFile()
|
/third_party/skia/third_party/externals/zlib/google/ |
D | zip_unittest.cc | 230 size_t expected_count = 0; in TestUnzipFile() local 234 ++expected_count; in TestUnzipFile() 237 EXPECT_EQ(expected_count, count); in TestUnzipFile()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 1120 const int expected_count = sizeof(expected) / sizeof(StructDataEntry); in START_TEST() local 1131 StructData_CheckItems(&storage, expected, expected_count); in START_TEST()
|