| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
| H A D | count_stcx_fail.c | 32 s64 difference, expected; in do_count_loop() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | connect4_prog.c | 50 verify_cc(struct bpf_sock_addr *ctx, char expected[TCP_CA_NAME_MAX]) verify_cc() argument
|
| H A D | kfunc_call_test.c | 174 u32 expected = 5, actual; in kfunc_call_test_static_unused_arg() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/clone3/ |
| H A D | clone3.c | 106 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 D | non-regular.c | 44 int expected; in FIXTURE_VARIANT() local
|
| /third_party/gn/src/gn/ |
| H A D | compile_commands_writer_unittest.cc | 74 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 D | benchmark_min_time_flag_time_test.cc | 50 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 D | json_patch_tests.c | 53 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 D | gtest_repeat_test.cc | 123 void CheckCounts(int expected) { in CheckCounts() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | TestLocaleValidity.java | 253 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 D | SimpleFormatterTest.java | 280 private void verifyOffsets(int[] expected, int[] actual) { in verifyOffsets() argument [all...] |
| H A D | TestUtilities.java | 51 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 D | TestContext.java | 28 String expected; field in TestContext.ContextCase
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | NumberFormatDataDrivenTest.java | 45 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 D | TestContext.java | 31 String expected; field in TestContext.ContextCase
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | NumberFormatDataDrivenTest.java | 48 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 D | TestCase.java | 19 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 D | TestUtilities.java | 48 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 D | TestLocaleValidity.java | 252 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 D | SimpleFormatterTest.java | 277 private void verifyOffsets(int[] expected, int[] actual) { in verifyOffsets() argument [all...] |
| /third_party/libsnd/tests/ |
| H A D | cue_test.c | 75 double expected = i < 8 ? (double) i / 3. : 10. / 3.; in test_cues() local
|
| /third_party/libuv/test/ |
| H A D | test-pipe-getsockname.c | 62 const char expected[] = "\0" TEST_PIPENAME; in pipe_client_connect_cb() local
|
| /third_party/json/tests/src/ |
| H A D | unit-comparison.cpp | 142 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 D | unit-convenience.cpp | 175 const char* expected = "Hello, world!"; variable
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-api-binary-operations-comparisons.cpp | 30 bool expected; member
|