Home
last modified time | relevance | path

Searched defs:expected (Results 326 - 350 of 1415) sorted by relevance

1...<<11121314151617181920>>...57

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/
H A Dcount_stcx_fail.c32 s64 difference, expected; in do_count_loop() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c50 verify_cc(struct bpf_sock_addr *ctx, char expected[TCP_CA_NAME_MAX]) verify_cc() argument
H A Dkfunc_call_test.c174 u32 expected = 5, actual; in kfunc_call_test_static_unused_arg() local
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/
H A Dclone3.c106 static void test_clone3(uint64_t flags, size_t size, int expected, in test_clone3() argument
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A Dnon-regular.c44 int expected; in FIXTURE_VARIANT() local
/third_party/gn/src/gn/
H A Dcompile_commands_writer_unittest.cc74 const char expected[] = in TEST_F() local
90 const char expected[] = in TEST_F() local
123 const char expected[] = in TEST_F() local
145 const char expected[] = in TEST_F() local
184 const char expected[] = in TEST_F() local
212 const char expected[] = in TEST_F() local
260 const char expected[] in TEST_F() local
579 const char expected[] = TEST_F() local
589 const char expected[] = TEST_F() local
[all...]
/third_party/benchmark/test/
H A Dbenchmark_min_time_flag_time_test.cc50 void DoTestHelper(int* argc, const char** argv, double expected) { in DoTestHelper() argument
80 double expected = 4.0; in main() local
/third_party/cJSON/tests/
H A Djson_patch_tests.c53 cJSON *expected = NULL; in test_apply_patch() local
126 cJSON *expected = NULL; in test_generate_test() local
[all...]
/third_party/googletest/googletest/test/
H A Dgtest_repeat_test.cc123 void CheckCounts(int expected) { in CheckCounts() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTestLocaleValidity.java253 private void check(int count, LocaleValidityChecker all, String expected, String locale, Set<String> keys) { in check() argument
324 private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, String code) { in showValid() argument
328 private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, String code, String code2) { in showValid() argument
H A DSimpleFormatterTest.java280 private void verifyOffsets(int[] expected, int[] actual) { in verifyOffsets() argument
[all...]
H A DTestUtilities.java51 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) { in timeAndCompare() argument
62 private long timeStandardContainsAll(int iterations, Set hs1, Set hs2, boolean expected) { in timeStandardContainsAll() argument
81 private long timeUtilityContainsAll(int iterations, Set hs1, Set hs2, boolean expected) { in timeUtilityContainsAll() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestContext.java28 String expected; field in TestContext.ContextCase
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java45 private static String compareParseResult(String expected, Number actual, ParsePosition ppos) { in compareParseResult() argument
94 compareParseCurrencyResult( String expected, String expectedCurrency, CurrencyAmount actual, ParsePosition ppos) compareParseCurrencyResult() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestContext.java31 String expected; field in TestContext.ContextCase
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java48 private static String compareParseResult(String expected, Number actual, ParsePosition ppos) { in compareParseResult() argument
97 compareParseCurrencyResult( String expected, String expectedCurrency, CurrencyAmount actual, ParsePosition ppos) compareParseCurrencyResult() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DTestCase.java19 final String expected; field in TestCase
53 private String expected; field in TestCase.Builder
77 public TestCase.Builder expected(String expected) { in expected() argument
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
H A DTestUtilities.java48 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) { in timeAndCompare() argument
59 private long timeStandardContainsAll(int iterations, Set hs1, Set hs2, boolean expected) { in timeStandardContainsAll() argument
78 private long timeUtilityContainsAll(int iterations, Set hs1, Set hs2, boolean expected) { in timeUtilityContainsAll() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTestLocaleValidity.java252 private void check(int count, LocaleValidityChecker all, String expected, String locale, Set<String> keys) { in check() argument
323 private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, String code) { in showValid() argument
327 private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, String code, String code2) { in showValid() argument
H A DSimpleFormatterTest.java277 private void verifyOffsets(int[] expected, int[] actual) { in verifyOffsets() argument
[all...]
/third_party/libsnd/tests/
H A Dcue_test.c75 double expected = i < 8 ? (double) i / 3. : 10. / 3.; in test_cues() local
/third_party/libuv/test/
H A Dtest-pipe-getsockname.c62 const char expected[] = "\0" TEST_PIPENAME; in pipe_client_connect_cb() local
/third_party/json/tests/src/
H A Dunit-comparison.cpp142 std::vector<std::vector<std::partial_ordering>> expected = variable
259 std::vector<std::vector<bool>> expected = global() variable
295 CHECK(json::compares_unordered(j_values[i], j_values[j]) == expected[i][j]); global() variable
303 std::vector<std::vector<bool>> expected = global() variable
341 CHECK(json::compares_unordered(j_values[i], j_values[j], true) == expected[i][j]); global() variable
498 std::vector<std::vector<std::partial_ordering>> expected = global() variable
[all...]
H A Dunit-convenience.cpp175 const char* expected = "Hello, world!"; variable
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-binary-operations-comparisons.cpp30 bool expected; member

Completed in 9 milliseconds

1...<<11121314151617181920>>...57