Home
last modified time | relevance | path

Searched +defs:expected +defs:count (Results 1 – 25 of 6749) sorted by relevance

12345678910>>...270

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/test/
H A Dassertions.h51 #define FOUNDATION_ASSERTION_FAILURE(op, expected, expr, stop) \ argument
112 #define FOUNDATION_EXPECT_EQ_IMPL(expected, expr, stop) \ argument
182 #define FOUNDATION_EXPECT_SEQUENCE_EQ_IMPL(count, expected, expr, stop) \ argument
217 #define EXPECT_SEQUENCE_EQ(count, expected, expr) \ argument
220 #define ASSERT_SEQUENCE_EQ(count, expected, expr) \ argument
353 #define FOUNDATION_EXPECT_SEQUENCE_FEQ_IMPL(count, expected, expr, stop) \ argument
388 #define EXPECT_SEQUENCE_FEQ(count, expected, expr) \ argument
391 #define ASSERT_SEQUENCE_FEQ(count, expected, expr) \ argument
470 #define FOUNDATION_EXPECT_SEQUENCE_FEQ_EPS_IMPL(count, expected, expr, eps, stop) \ argument
505 #define EXPECT_SEQUENCE_FEQ_EPS(count, expected, expr, eps) \ argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encoding/tests/
H A DEncodingTestHelpers.cs11 … public static void Encode(Encoding encoding, string chars, int index, int count, byte[] expected) in Encode()
20 …tatic unsafe void GetByteCount(Encoding encoding, string chars, int index, int count, int expected) in GetByteCount()
40 …private static void GetBytes(Encoding encoding, string source, int index, int count, byte[] expect… in GetBytes()
121 … public static void Decode(Encoding encoding, byte[] bytes, int index, int count, string expected) in Decode()
131 …tatic unsafe void GetCharCount(Encoding encoding, byte[] bytes, int index, int count, int expected) in GetCharCount()
151 …private static void GetChars(Encoding encoding, byte[] bytes, int index, int count, char[] expecte… in GetChars()
224 …ivate static void GetString(Encoding encoding, byte[] bytes, int index, int count, string expected) in GetString()
236 … void GetByteCount_NetCoreApp(Encoding encoding, string chars, int index, int count, int expected); in GetByteCount_NetCoreApp()
237 …l void GetBytes_NetCoreApp(Encoding encoding, string chars, int index, int count, byte[] expected); in GetBytes_NetCoreApp()
238 … void GetCharCount_NetCoreApp(Encoding encoding, byte[] bytes, int index, int count, int expected); in GetCharCount_NetCoreApp()
[all …]
H A DEncodingTestHelpers.netcoreapp.cs11 …l void GetByteCount_NetCoreApp(Encoding encoding, string chars, int index, int count, int expected) in GetByteCount_NetCoreApp()
20 …al void GetBytes_NetCoreApp(Encoding encoding, string chars, int index, int count, byte[] expected) in GetBytes_NetCoreApp()
32 …l void GetCharCount_NetCoreApp(Encoding encoding, byte[] bytes, int index, int count, int expected) in GetCharCount_NetCoreApp()
47 …l void GetString_NetCoreApp(Encoding encoding, byte[] bytes, int index, int count, string expected) in GetString_NetCoreApp()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/Net/
H A DWebUtility.cs63 public static void HtmlDecode(string value, string expected) in HtmlDecode()
116 public static void HtmlEncode(string value, string expected) in HtmlEncode()
219 public static void UrlDecode(string encodedValue, string expected) in UrlDecode()
233 public static void UrlEncode(string value, string expected) in UrlEncode()
293 public static void UrlDecodeToBytes(byte[] value, int offset, int count, byte[] expected) in UrlDecodeToBytes()
318 …lDecodeToBytes_InvalidCount_ThrowsArgumentOutOfRangeException(int byteCount, int offset, int count) in UrlDecodeToBytes_InvalidCount_ThrowsArgumentOutOfRangeException()
356 public static void UrlEncodeToBytes(byte[] value, int offset, int count, byte[] expected) in UrlEncodeToBytes()
381 …lEncodeToBytes_InvalidCount_ThrowsArgumentOutOfRangeExceptioh(int byteCount, int offset, int count) in UrlEncodeToBytes_InvalidCount_ThrowsArgumentOutOfRangeExceptioh()
415 …c void UrlEncodeToBytes_ExcludeIrrelevantData(string value, int offset, int count, string expected) in UrlEncodeToBytes_ExcludeIrrelevantData()
459 public static void HtmlDecode_TextWriterOutput(string value, string expected) in HtmlDecode_TextWriterOutput()
[all …]
/dports/devel/bcunit/bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d/BCUnit/Headers/
H A DBCUnit.h.in181 #define CU_ASSERT_EQUAL(actual, expected) \ argument
187 #define CU_ASSERT_EQUAL_FATAL(actual, expected) \ argument
193 #define CU_ASSERT_NOT_EQUAL(actual, expected) \ argument
205 #define CU_ASSERT_PTR_EQUAL(actual, expected) \ argument
253 #define CU_ASSERT_STRING_EQUAL(actual, expected) \ argument
278 #define CU_ASSERT_NSTRING_EQUAL(actual, expected, count) \ argument
285 #define CU_ASSERT_NSTRING_EQUAL_FATAL(actual, expected, count) \ argument
292 #define CU_ASSERT_NSTRING_NOT_EQUAL(actual, expected, count) \ argument
299 #define CU_ASSERT_NSTRING_NOT_EQUAL_FATAL(actual, expected, count) \ argument
375 #define ASSERT_NSTRING_EQUAL(actual, expected, count) { if (strncmp((const char*)actual, (const cha… argument
[all …]
/dports/devel/cunit/CUnit-2.1-3/CUnit/Headers/
H A DCUnit.h.in178 #define CU_ASSERT_EQUAL(actual, expected) \ argument
184 #define CU_ASSERT_EQUAL_FATAL(actual, expected) \ argument
190 #define CU_ASSERT_NOT_EQUAL(actual, expected) \ argument
202 #define CU_ASSERT_PTR_EQUAL(actual, expected) \ argument
250 #define CU_ASSERT_STRING_EQUAL(actual, expected) \ argument
275 #define CU_ASSERT_NSTRING_EQUAL(actual, expected, count) \ argument
282 #define CU_ASSERT_NSTRING_EQUAL_FATAL(actual, expected, count) \ argument
289 #define CU_ASSERT_NSTRING_NOT_EQUAL(actual, expected, count) \ argument
296 #define CU_ASSERT_NSTRING_NOT_EQUAL_FATAL(actual, expected, count) \ argument
372 #define ASSERT_NSTRING_EQUAL(actual, expected, count) { if (strncmp((const char*)actual, (const cha… argument
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/lib/c/
H A Dlibfocunit.h94 #define FO_ASSERT_EQUAL(actual, expected) \ argument
104 #define FO_ASSERT_EQUAL_FATAL(actual, expected) \ argument
114 #define FO_ASSERT_NOT_EQUAL(actual, expected) \ argument
124 #define FO_ASSERT_NOT_EQUAL_FATAL(actual, expected) \ argument
134 #define FO_ASSERT_PTR_EQUAL(actual, expected) \ argument
154 #define FO_ASSERT_PTR_NOT_EQUAL(actual, expected) \ argument
194 #define FO_ASSERT_STRING_EQUAL(actual, expected) \ argument
236 #define FO_ASSERT_NSTRING_EQUAL(actual, expected, count) \ argument
247 #define FO_ASSERT_NSTRING_EQUAL_FATAL(actual, expected, count) \ argument
258 #define FO_ASSERT_NSTRING_NOT_EQUAL(actual, expected, count) \ argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DString.SplitTests.cs426 …plitCharSeparator(string value, char separator, int count, StringSplitOptions options, string[] ex… in SplitCharSeparator()
440 …StringSeparator(string value, string separator, int count, StringSplitOptions options, string[] ex… in SplitStringSeparator()
464 …ArraySeparator(string value, char[] separators, int count, StringSplitOptions options, string[] ex… in SplitCharArraySeparator()
481 …raySeparator(string value, string[] separators, int count, StringSplitOptions options, string[] ex… in SplitStringArraySeparator()
H A DStringTests.cs118 public static void Ctor_Char_Int(char c, int count, string expected) in Ctor_Char_Int()
191 public static void Length(string s, int expected) in Length()
433 …lic static void CopyTo(string s, int sourceIndex, int destinationIndex, int count, char[] expected) in CopyTo()
1302 …ic static void IndexOf_SingleLetter(string s, char target, int startIndex, int count, int expected) in IndexOf_SingleLetter()
1675 … public static void IndexOfAny(string s, char[] anyOf, int startIndex, int count, int expected) in IndexOfAny()
1710 …ic static void IndexOfAny_InvalidCount_ThrowsArgumentOutOfRangeException(int startIndex, int count) in IndexOfAny_InvalidCount_ThrowsArgumentOutOfRangeException()
1781 …oid Join_StringArray(string separator, string[] values, int startIndex, int count, string expected) in Join_StringArray()
1830 …oid Join_String_InvalidStartIndexCount_ThrowsArgumentOutOfRangeException(int startIndex, int count) in Join_String_InvalidStartIndexCount_ThrowsArgumentOutOfRangeException()
1894 …static void LastIndexOf_SingleLetter(string s, char value, int startIndex, int count, int expected) in LastIndexOf_SingleLetter()
2095 … public static void LastIndexOfAny(string s, char[] anyOf, int startIndex, int count, int expected) in LastIndexOfAny()
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/tests/
H A Dbuffer_reader_test.cc25 std::uint64_t count; in TEST_F() local
48 std::array<std::uint8_t, 4> expected = {{1, 2, 5, 6}}; in TEST_F() local
55 std::uint64_t count; in TEST_F() local
72 std::uint64_t count; in TEST_F() local
85 std::array<std::uint8_t, 15> expected = {{0, 1, 2, 3, 4, 5, 6, 7, 8, 9}}; in TEST_F() local
95 std::uint64_t count; in TEST_F() local
117 std::uint64_t count; in TEST_F() local
134 std::array<std::uint8_t, 10> expected = {{9, 8, 7, 6, 5, 1, 0, 0, 0, 0}}; in TEST_F() local
140 std::uint64_t count; in TEST_F() local
161 std::array<std::uint8_t, 10> expected = {{9, 8, 7, 6, 5, 1, 0, 0, 0, 0}}; in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/webm_parser/tests/
H A Dbuffer_reader_test.cc25 std::uint64_t count; in TEST_F() local
48 std::array<std::uint8_t, 4> expected = {{1, 2, 5, 6}}; in TEST_F() local
55 std::uint64_t count; in TEST_F() local
72 std::uint64_t count; in TEST_F() local
85 std::array<std::uint8_t, 15> expected = {{0, 1, 2, 3, 4, 5, 6, 7, 8, 9}}; in TEST_F() local
95 std::uint64_t count; in TEST_F() local
117 std::uint64_t count; in TEST_F() local
134 std::array<std::uint8_t, 10> expected = {{9, 8, 7, 6, 5, 1, 0, 0, 0, 0}}; in TEST_F() local
140 std::uint64_t count; in TEST_F() local
161 std::array<std::uint8_t, 10> expected = {{9, 8, 7, 6, 5, 1, 0, 0, 0, 0}}; in TEST_F() local
/dports/www/kohana/kohana-v3.3.6/system/tests/kohana/
H A DInflectorTest.php44 public function test_uncountable($input, $expected)
80 public function test_singular($input, $count, $expected)
116 public function test_plural($input, $count, $expected)
147 public function test_camelize($input, $method, $expected)
182 public function test_decamelize($input, $glue, $expected)
/dports/biology/py-cutadapt/cutadapt-3.3/tests/
H A Dtest_filters.py19 def test_ncontentfilter(seq, count, expected): argument
32 def test_ncontentfilter_paired(seq1, seq2, count, expected): argument
/dports/math/gismo/gismo-21.12.0/extensions/gsUnitTest/
H A DCheckMacros.h58 #define CHECK_EQUAL(expected, actual) \ argument
78 #define CHECK_CLOSE(expected, actual, tolerance) \ argument
98 #define CHECK_ARRAY_EQUAL(expected, actual, count) \ argument
118 #define CHECK_ARRAY_CLOSE(expected, actual, count, tolerance) \ argument
138 #define CHECK_ARRAY2D_CLOSE(expected, actual, rows, columns, tolerance) \ argument
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/UnitTest++/src/
H A DCheckMacros.h47 #define CHECK_EQUAL(expected, actual) \ argument
59 #define CHECK_CLOSE(expected, actual, tolerance) \ argument
71 #define CHECK_ARRAY_EQUAL(expected, actual, count) \ argument
83 #define CHECK_ARRAY_CLOSE(expected, actual, count, tolerance) \ argument
95 #define CHECK_ARRAY2D_CLOSE(expected, actual, rows, columns, tolerance) \ argument
/dports/devel/upp/upp/bazaar/UnitTest++/
H A DCheckMacros.h27 #define CHECK_EQUAL(expected, actual) \ argument
39 #define CHECK_CLOSE(expected, actual, tolerance) \ argument
51 #define CHECK_ARRAY_EQUAL(expected, actual, count) \ argument
63 #define CHECK_ARRAY_CLOSE(expected, actual, count, tolerance) \ argument
75 #define CHECK_ARRAY2D_CLOSE(expected, actual, rows, columns, tolerance) \ argument
/dports/finance/quickfix/quickfix-1.15.1/UnitTest++/src/
H A DCheckMacros.h47 #define CHECK_EQUAL(expected, actual) \ argument
59 #define CHECK_CLOSE(expected, actual, tolerance) \ argument
71 #define CHECK_ARRAY_EQUAL(expected, actual, count) \ argument
83 #define CHECK_ARRAY_CLOSE(expected, actual, count, tolerance) \ argument
95 #define CHECK_ARRAY2D_CLOSE(expected, actual, rows, columns, tolerance) \ argument
/dports/devel/ode/ode-0.13/tests/UnitTest++/src/
H A DCheckMacros.h27 #define CHECK_EQUAL(expected, actual) \ argument
39 #define CHECK_CLOSE(expected, actual, tolerance) \ argument
51 #define CHECK_ARRAY_EQUAL(expected, actual, count) \ argument
63 #define CHECK_ARRAY_CLOSE(expected, actual, count, tolerance) \ argument
75 #define CHECK_ARRAY2D_CLOSE(expected, actual, rows, columns, tolerance) \ argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/shell/
H A DTestCount.java72 Count count = new Count(); in processOptionsHumanReadable() local
84 Count count = new Count(); in processOptionsAll() local
100 Count count = new Count(); in processPathShowQuotas() local
123 Count count = new Count(); in processPathNoQuotas() local
144 Count count = new Count(); in processPathShowQuotasHuman() local
166 Count count = new Count(); in processPathNoQuotasHuman() local
180 Count count = new Count(); in getCommandName() local
182 String expected = "count"; in getCommandName() local
198 String expected = null; in getReplacementCommand() local
206 String expected = "count"; in getName() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/
H A Drefcount_c11.c38 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *) in_count; in CRYPTO_refcount_inc() local
39 uint32_t expected = atomic_load(count); in CRYPTO_refcount_inc() local
50 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *)in_count; in CRYPTO_refcount_dec_and_test_zero() local
51 uint32_t expected = atomic_load(count); in CRYPTO_refcount_dec_and_test_zero() local
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/
H A Drefcount_c11.c38 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *) in_count; in CRYPTO_refcount_inc() local
39 uint32_t expected = atomic_load(count); in CRYPTO_refcount_inc() local
50 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *)in_count; in CRYPTO_refcount_dec_and_test_zero() local
51 uint32_t expected = atomic_load(count); in CRYPTO_refcount_dec_and_test_zero() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/
H A Drefcount_c11.c38 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *) in_count; in CRYPTO_refcount_inc() local
39 uint32_t expected = atomic_load(count); in CRYPTO_refcount_inc() local
50 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *)in_count; in CRYPTO_refcount_dec_and_test_zero() local
51 uint32_t expected = atomic_load(count); in CRYPTO_refcount_dec_and_test_zero() local
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/
H A Drefcount_c11.c38 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *) in_count; in CRYPTO_refcount_inc() local
39 uint32_t expected = atomic_load(count); in CRYPTO_refcount_inc() local
50 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *)in_count; in CRYPTO_refcount_dec_and_test_zero() local
51 uint32_t expected = atomic_load(count); in CRYPTO_refcount_dec_and_test_zero() local
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/
H A Drefcount_c11.c38 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *) in_count; in CRYPTO_refcount_inc() local
39 uint32_t expected = atomic_load(count); in CRYPTO_refcount_inc() local
50 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *)in_count; in CRYPTO_refcount_dec_and_test_zero() local
51 uint32_t expected = atomic_load(count); in CRYPTO_refcount_dec_and_test_zero() local
/dports/security/boringssl/boringssl-6a71840/crypto/
H A Drefcount_c11.c38 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *) in_count; in CRYPTO_refcount_inc() local
39 uint32_t expected = atomic_load(count); in CRYPTO_refcount_inc() local
50 _Atomic CRYPTO_refcount_t *count = (_Atomic CRYPTO_refcount_t *)in_count; in CRYPTO_refcount_dec_and_test_zero() local
51 uint32_t expected = atomic_load(count); in CRYPTO_refcount_dec_and_test_zero() local

12345678910>>...270