Home
last modified time | relevance | path

Searched defs:actual (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/third_party/cJSON/tests/unity/src/
Dunity.h128 #define TEST_ASSERT_EQUAL_INT(expected, actual) … argument
129 #define TEST_ASSERT_EQUAL_INT8(expected, actual) … argument
130 #define TEST_ASSERT_EQUAL_INT16(expected, actual) … argument
131 #define TEST_ASSERT_EQUAL_INT32(expected, actual) … argument
132 #define TEST_ASSERT_EQUAL_INT64(expected, actual) … argument
133 #define TEST_ASSERT_EQUAL(expected, actual) … argument
134 #define TEST_ASSERT_NOT_EQUAL(expected, actual) … argument
135 #define TEST_ASSERT_EQUAL_UINT(expected, actual) … argument
136 #define TEST_ASSERT_EQUAL_UINT8(expected, actual) … argument
137 #define TEST_ASSERT_EQUAL_UINT16(expected, actual) … argument
[all …]
Dunity_internals.h656 #define UNITY_TEST_ASSERT_EQUAL_INT(expected, actual, line, message) Un… argument
657 #define UNITY_TEST_ASSERT_EQUAL_INT8(expected, actual, line, message) Un… argument
658 #define UNITY_TEST_ASSERT_EQUAL_INT16(expected, actual, line, message) Un… argument
659 #define UNITY_TEST_ASSERT_EQUAL_INT32(expected, actual, line, message) Un… argument
660 #define UNITY_TEST_ASSERT_EQUAL_UINT(expected, actual, line, message) Un… argument
661 #define UNITY_TEST_ASSERT_EQUAL_UINT8(expected, actual, line, message) Un… argument
662 #define UNITY_TEST_ASSERT_EQUAL_UINT16(expected, actual, line, message) Un… argument
663 #define UNITY_TEST_ASSERT_EQUAL_UINT32(expected, actual, line, message) Un… argument
664 #define UNITY_TEST_ASSERT_EQUAL_HEX8(expected, actual, line, message) Un… argument
665 #define UNITY_TEST_ASSERT_EQUAL_HEX16(expected, actual, line, message) Un… argument
[all …]
Dunity.c422 static void UnityPrintExpectedAndActualStrings(const char* expected, const char* actual) in UnityPrintExpectedAndActualStrings()
450 const char* actual, in UnityPrintExpectedAndActualStringsLen()
482 UNITY_INTERNAL_PTR actual, in UnityIsOneArrayNull()
515 const UNITY_INT actual, in UnityAssertBits()
535 const UNITY_INT actual, in UnityAssertEqualNumber()
556 const UNITY_INT actual, in UnityAssertGreaterOrLessOrEqualNumber()
602 UNITY_INTERNAL_PTR actual, in UnityAssertEqualIntArray()
680 #define UNITY_FLOAT_OR_DOUBLE_WITHIN(delta, expected, actual, diff) \ argument
695 #define UNITY_PRINT_EXPECTED_AND_ACTUAL_FLOAT(expected, actual) \ argument
702 #define UNITY_PRINT_EXPECTED_AND_ACTUAL_FLOAT(expected, actual) \ argument
[all …]
/third_party/unity/src/
Dunity.h135 #define TEST_ASSERT_EQUAL_INT(expected, actual) … argument
136 #define TEST_ASSERT_EQUAL_INT8(expected, actual) … argument
137 #define TEST_ASSERT_EQUAL_INT16(expected, actual) … argument
138 #define TEST_ASSERT_EQUAL_INT32(expected, actual) … argument
139 #define TEST_ASSERT_EQUAL_INT64(expected, actual) … argument
140 #define TEST_ASSERT_EQUAL_UINT(expected, actual) … argument
141 #define TEST_ASSERT_EQUAL_UINT8(expected, actual) … argument
142 #define TEST_ASSERT_EQUAL_UINT16(expected, actual) … argument
143 #define TEST_ASSERT_EQUAL_UINT32(expected, actual) … argument
144 #define TEST_ASSERT_EQUAL_UINT64(expected, actual) … argument
[all …]
Dunity_internals.h781 #define UNITY_TEST_ASSERT_EQUAL_INT(expected, actual, line, message) Un… argument
782 #define UNITY_TEST_ASSERT_EQUAL_INT8(expected, actual, line, message) Un… argument
783 #define UNITY_TEST_ASSERT_EQUAL_INT16(expected, actual, line, message) Un… argument
784 #define UNITY_TEST_ASSERT_EQUAL_INT32(expected, actual, line, message) Un… argument
785 #define UNITY_TEST_ASSERT_EQUAL_UINT(expected, actual, line, message) Un… argument
786 #define UNITY_TEST_ASSERT_EQUAL_UINT8(expected, actual, line, message) Un… argument
787 #define UNITY_TEST_ASSERT_EQUAL_UINT16(expected, actual, line, message) Un… argument
788 #define UNITY_TEST_ASSERT_EQUAL_UINT32(expected, actual, line, message) Un… argument
789 #define UNITY_TEST_ASSERT_EQUAL_HEX8(expected, actual, line, message) Un… argument
790 #define UNITY_TEST_ASSERT_EQUAL_HEX16(expected, actual, line, message) Un… argument
[all …]
Dunity.c592 static void UnityPrintExpectedAndActualStrings(const char* expected, const char* actual) in UnityPrintExpectedAndActualStrings()
620 const char* actual, in UnityPrintExpectedAndActualStringsLen()
653 UNITY_INTERNAL_PTR actual, in UnityIsOneArrayNull()
688 const UNITY_INT actual, in UnityAssertBits()
708 const UNITY_INT actual, in UnityAssertEqualNumber()
729 const UNITY_INT actual, in UnityAssertGreaterOrLessOrEqualNumber()
776 UNITY_INTERNAL_PTR actual, in UnityAssertEqualIntArray()
871 #define UNITY_FLOAT_OR_DOUBLE_WITHIN(delta, expected, actual, diff) \ argument
886 #define UNITY_PRINT_EXPECTED_AND_ACTUAL_FLOAT(expected, actual) \ argument
893 #define UNITY_PRINT_EXPECTED_AND_ACTUAL_FLOAT(expected, actual) \ argument
[all …]
/third_party/node/lib/
Dassert.js129 function fail(actual, expected, message, operator, stackStartFn) { argument
156 actual, property
387 actual: value, property
417 assert.equal = function equal(actual, expected, message) { argument
424 actual, property
441 assert.notEqual = function notEqual(actual, expected, message) { argument
448 actual, property
464 assert.deepEqual = function deepEqual(actual, expected, message) { argument
471 actual, property
487 assert.notDeepEqual = function notDeepEqual(actual, expected, message) { argument
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java96 String actual = fmt.format( in TestRelativeDateWithQuantity() local
171 String actual = fmt.format( in TestRelativeDateWithQuantityCaps() local
246 String actual = fmt.format( in TestRelativeDateWithQuantityShort() local
321 String actual = fmt.format( in TestRelativeDateWithQuantityNarrow() local
338 String actual = fmt.format( in TestRelativeDateWithQuantitySr() local
357 String actual = fmt.format( in TestRelativeDateWithQuantitySrFallback() local
428 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); in TestRelativeDateWithoutQuantity() local
502 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); in TestRelativeDateWithoutQuantityCaps() local
580 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); in TestRelativeDateWithoutQuantityShort() local
658 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); in TestRelativeDateWithoutQuantityNarrow() local
[all …]
DPluralRangesTest.java56 StandardPlural actual = pluralRanges.resolve(start, end); in TestLocaleData() local
72 String actual = SimpleFormatterImpl.formatCompiledPattern(formatter, "{0}", "{1}"); in TestRangePattern() local
110 FormattedNumberRange actual = NumberRangeFormatter.with() in TestFormatting() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java99 String actual = fmt.format( in TestRelativeDateWithQuantity() local
174 String actual = fmt.format( in TestRelativeDateWithQuantityCaps() local
249 String actual = fmt.format( in TestRelativeDateWithQuantityShort() local
324 String actual = fmt.format( in TestRelativeDateWithQuantityNarrow() local
341 String actual = fmt.format( in TestRelativeDateWithQuantitySr() local
360 String actual = fmt.format( in TestRelativeDateWithQuantitySrFallback() local
431 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); in TestRelativeDateWithoutQuantity() local
505 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); in TestRelativeDateWithoutQuantityCaps() local
583 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); in TestRelativeDateWithoutQuantityShort() local
661 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); in TestRelativeDateWithoutQuantityNarrow() local
[all …]
DPluralRangesTest.java58 StandardPlural actual = pluralRanges.get(start, end); in TestLocaleData() local
74 String actual = SimpleFormatterImpl.formatCompiledPattern(formatter, "{0}", "{1}"); in TestRangePattern() local
115 Object actual; in TestFormatting() local
131 StandardPlural actual = a.get(StandardPlural.ONE, StandardPlural.OTHER); in TestBasic() local
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture.h71 #define TEST_ASSERT_POINTERS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_PTR((expected), (actual)) argument
72 #define TEST_ASSERT_BYTES_EQUAL(expected, actual) TEST_ASSERT_EQUAL_HEX8(0xff & (expected), 0x… argument
75 #define LONGS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_INT((expected), (actual)) argument
76 #define STRCMP_EQUAL(expected, actual) TEST_ASSERT_EQUAL_STRING((expected), (actual… argument
77 #define DOUBLES_EQUAL(expected, actual, delta) TEST_ASSERT_DOUBLE_WITHIN((delta), (expected… argument
/third_party/unity/extras/fixture/src/
Dunity_fixture.h74 #define TEST_ASSERT_POINTERS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_PTR((expected), (actual)) argument
75 #define TEST_ASSERT_BYTES_EQUAL(expected, actual) TEST_ASSERT_EQUAL_HEX8(0xff & (expected), 0x… argument
78 #define LONGS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_INT((expected), (actual)) argument
79 #define STRCMP_EQUAL(expected, actual) TEST_ASSERT_EQUAL_STRING((expected), (actual… argument
80 #define DOUBLES_EQUAL(expected, actual, delta) TEST_ASSERT_DOUBLE_WITHIN((delta), (expected… argument
/third_party/rust/crates/clap/clap_lex/tests/
Dshorts.rs9 let actual: String = shorts.map(|s| s.unwrap()).collect(); in iter() localVariable
21 let mut actual = String::new(); in next_flag() localVariable
40 let actual = shorts.next_value_os().unwrap().to_str_lossy(); in next_value_os() localVariable
54 let actual = shorts.next_value_os().unwrap().to_str_lossy(); in next_flag_with_value() localVariable
86 let actual: String = shorts.map(|s| s.unwrap()).collect(); in advance_by_nothing() localVariable
100 let actual: String = shorts.map(|s| s.unwrap()).collect(); in advance_by_something() localVariable
114 let actual: String = shorts.map(|s| s.unwrap()).collect(); in advance_by_out_of_bounds() localVariable
/third_party/node/test/es-module/
Dtest-esm-imports.mjs108 function assertStartsWith(actual, expected) { argument
113 function assertIncludes(actual, expected) { argument
118 function assertNotIncludes(actual, expected) { argument
/third_party/python/Lib/unittest/
Dutil.py57 def sorted_list_difference(expected, actual): argument
98 def unorderable_list_difference(expected, actual): argument
121 def _count_diff_all_purpose(actual, expected): argument
156 def _count_diff_hashable(actual, expected): argument
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc611 std::vector<int> actual = {1, 2, 3, 4, 5}; in TEST() local
619 std::vector<int> actual = {1, 2, 3, 4, 5}; in TEST() local
682 std::vector<int> actual; in TEST() local
696 std::vector<int> actual = {1, 2, 3, 4, 5}; in TEST() local
718 std::vector<std::unique_ptr<int>> actual; in TEST() local
804 std::vector<int> actual = {1, 2, 3, 4, 5}; in TEST() local
815 std::vector<int> actual; in TEST() local
872 std::vector<int> actual; in TEST() local
878 std::vector<int> actual(5); in TEST() local
884 std::vector<int> actual(5, 0); in TEST() local
[all …]
/third_party/rust/crates/clap/tests/builder/
Dutils.rs22 let actual = actual.as_ref(); in assert_eq() localVariable
32 let actual = buf.into_inner(); in assert_output() localVariable
33 let actual = String::from_utf8(actual).unwrap(); in assert_output() localVariable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DPatternStringTest.java68 String actual = PatternStringUtils.propertiesToPatternString(properties); in testToPatternSimple() local
97 String actual = PatternStringUtils.propertiesToPatternString(input); in testToPatternWithProperties() local
130 DecimalFormatProperties actual = PatternStringParser.parseToProperties("0;"); in testBug13117() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DPatternStringTest.java65 String actual = PatternStringUtils.propertiesToPatternString(properties); in testToPatternSimple() local
94 String actual = PatternStringUtils.propertiesToPatternString(input); in testToPatternWithProperties() local
127 DecimalFormatProperties actual = PatternStringParser.parseToProperties("0;"); in testBug13117() local
/third_party/cJSON/tests/unity/examples/example_3/helper/
DUnityHelper.h8 #define UNITY_TEST_ASSERT_EQUAL_EXAMPLE_STRUCT_T(expected, actual, line, message) AssertEqualExampl… argument
10 #define TEST_ASSERT_EQUAL_EXAMPLE_STRUCT_T(expected, actual) UNITY_TEST_ASSERT_EQUAL_EXAMPLE_STRUCT… argument
/third_party/unity/examples/example_3/helper/
DUnityHelper.h8 #define UNITY_TEST_ASSERT_EQUAL_EXAMPLE_STRUCT_T(expected, actual, line, message) AssertEqualExampl… argument
10 #define TEST_ASSERT_EQUAL_EXAMPLE_STRUCT_T(expected, actual) UNITY_TEST_ASSERT_EQUAL_EXAMPLE_STRUCT… argument
/third_party/node/test/parallel/
Dtest-assert-fail-deprecation.js21 actual: 'first', property
34 actual: 'ignored', property
55 actual: 'first', property
/third_party/flutter/skia/tests/
DBitmapTest.cpp272 bool (*pred)(float expected, float actual)) { in check_alphas()
280 float actual = bm.getAlphaf(x, y); in check_alphas() local
289 static bool unit_compare(float expected, float actual, float tol = 1.0f/(1<<12)) { in unit_compare()
320 auto nearly = [](float expected, float actual) -> bool { in DEF_TEST()
323 auto nearly4bit = [](float expected, float actual) -> bool { in DEF_TEST()
327 auto nearly2bit = [](float expected, float actual) -> bool { in DEF_TEST()
331 auto opaque = [](float expected, float actual) -> bool { in DEF_TEST()
335 auto nearly_half = [](float expected, float actual) -> bool { in DEF_TEST()
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc238 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), in TEST() local
244 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), in TEST() local
250 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() local
256 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() local
262 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), in TEST() local
268 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), in TEST() local
274 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), in TEST() local
280 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_), in TEST() local
286 FilePath actual = FilePath::ConcatPaths(FilePath(""), in TEST() local
292 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), FilePath("")); in TEST() local
[all …]

12345678910>>...23