Home
last modified time | relevance | path

Searched defs:expected (Results 226 - 250 of 1360) sorted by relevance

12345678910>>...55

/kernel/linux/linux-6.6/lib/
H A Dstrscpy_kunit.c25 static void tc(struct kunit *test, char *src, int count, int expected, in tc() argument
/kernel/linux/linux-6.6/mm/damon/
H A Ddbgfs-test.h19 int expected[] = {12, 35, 46}; in damon_dbgfs_test_str_to_ints() local
/kernel/liteos_a/testsuites/unittest/libc/time/timer/smoke/
H A Dtimer_test_003.cpp80 int64_t expected, escaped; in SetTimerTest() local
/third_party/ffmpeg/libavcodec/tests/
H A Dmjpegenc_huffman.c128 static const HuffTable expected[] = { in main() local
/third_party/gn/src/gn/
H A Dfunction_get_target_outputs_unittest.cc33 AssertSingleStringEquals(const Value& list, const std::string& expected) AssertSingleStringEquals() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dfrcoll.cpp164 Collator::EComparisonResult expected; in TestSecondary() local
H A Dencoll.cpp265 Collator::EComparisonResult expected; in TestTertiary() local
304 Collator::EComparisonResult expected; in TestSecondary() local
[all...]
/third_party/icu/tools/multi/proj/provider/
H A Dcaldiff.cpp55 int expected = PROVIDER_COUNT; in main() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
H A DUnitsTest.java33 public static boolean compareTwoBigDecimal(BigDecimal expected, BigDecimal actual, BigDecimal delta) { in compareTwoBigDecimal() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatJavaCompatilityTest.java82 private void assertParsed(String pattern, String input, Number expected) { in assertParsed() argument
93 private void assertParsedICU4J(String pattern, String input, Number expected) { in assertParsedICU4J() argument
102 private void assertParsedOpenJDK(String pattern, String input, Number expected) { in assertParsedOpenJDK() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatJavaCompatilityTest.java85 private void assertParsed(String pattern, String input, Number expected) { in assertParsed() argument
96 private void assertParsedICU4J(String pattern, String input, Number expected) { in assertParsedICU4J() argument
105 private void assertParsedOpenJDK(String pattern, String input, Number expected) { in assertParsedOpenJDK() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DMf2IcuTest.java94 doTheRealDateTimeSkeletonTesting(Date date, String messagePattern, Locale locale, String expected) doTheRealDateTimeSkeletonTesting() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-has-property.cpp24 assert_boolean_and_release (jerry_value_t result, bool expected) in assert_boolean_and_release() argument
/third_party/json/tests/src/
H A Dunit-json_patch.cpp100 json expected = R"( variable
129 json expected = R"( variable
158 json expected = R"( global() variable
184 json expected = R"( global() variable
212 json expected = R"( global() variable
249 json expected = R"( global() variable
283 json expected = R"( global() variable
356 json expected = R"( global() variable
387 json expected = R"( global() variable
444 json expected = R"( global() variable
499 json expected = R"( global() variable
532 json expected = {1, 2, 3}; global() variable
558 json expected = {0, 1, 2, 3}; global() variable
591 json expected = R"( global() variable
1311 const auto& expected = test.value("expected", doc); global() variable
[all...]
/third_party/node/test/cctest/
H A Dtest_node_postmortem_metadata.cc107 auto expected = reinterpret_cast<uintptr_t>(&obj->persistent()); in TEST_F() local
119 auto expected = reinterpret_cast<uintptr_t>((*env)->handle_wrap_queue()); in TEST_F() local
130 auto expected = reinterpret_cast<uintptr_t>((*env)->req_wrap_queue()); in TEST_F() local
162 auto expected = reinterpret_cast<uintptr_t>(&obj); in TEST_F() local
201 auto expected = reinterpret_cast<uintptr_t>(&obj); in TEST_F() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcfrtst.c174 UCollationResult expected=UCOL_EQUAL; in TestSecondary() local
/third_party/libinput/test/
H A Dtest-trackpoint.c316 expected = LIBINPUT_CONFIG_STATUS_SUCCESS; in enable_dwtp() local
326 expected = LIBINPUT_CONFIG_STATUS_SUCCESS; in disable_dwtp() local
/third_party/openssl/test/
H A Dcmp_asn_test.c18 int expected; member
H A Dsiphash_internal_test.c27 SIZED_DATA expected; member
176 unsigned char *expected = test.expected.data; in test_siphash() local
H A Dx509_check_cert_pkey_test.c34 int ret = 0, type = 0, expected = 0, result = 0; in test_x509_check_cert_pkey() local
118 int expected in test_PEM_X509_INFO_read_bio() local
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/
H A DTypeExtensionsTest.cs63 public void IsAssignableFrom(Type target, Type argument, bool expected) in IsAssignableFrom() argument
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
H A DTypeExtensionsTest.cs63 public void IsAssignableFrom(Type target, Type argument, bool expected) in IsAssignableFrom() argument
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_pattern_test.cpp66 spv_operand_pattern_t expected; member
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Deliminate_dead_const_test.cpp193 const std::string expected = builder.GetCode(); in TEST_P() local
H A Dfold_spec_const_op_composite_test.cpp49 std::vector<const char*> expected = { in TEST_F() local
203 std::vector<std::string> expected; member
217 const std::string expected = expected_code_builder.GetCode(); in TEST_P() local
[all...]

Completed in 12 milliseconds

12345678910>>...55