/third_party/googletest/googletest/include/gtest/hwext/ |
D | gtest-ext.h | 18 # define HWTEST(test_case_name, test_name, test_flags) \ argument 19 …::ext::TestDefManager::instance()->regist(#test_case_name, #test_name, test_flags, testing::ext::P… 24 # define HWTEST_F(test_case_name, test_name, test_flags) \ argument 25 …::ext::TestDefManager::instance()->regist(#test_case_name, #test_name, test_flags, testing::ext::F… 29 # define HWTYPED_TEST(test_case_name, test_name, test_flags) \ argument 30 …::ext::TestDefManager::instance()->regist(#test_case_name, #test_name, test_flags, testing::ext::T… 34 # define HWTYPED_TEST_P(test_case_name, test_name, test_flags) \ argument 35 …::ext::TestDefManager::instance()->regist(#test_case_name, #test_name, test_flags, testing::ext::P… 39 # define HWTEST_P(test_case_name, test_name, test_flags) \ argument 40 …::ext::TestDefManager::instance()->regist(#test_case_name, #test_name, test_flags, testing::ext::P… [all …]
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create04.c | 34 } test_flags[] = { variable 46 static void check_hugepage_support(struct test_flag *test_flags) in check_hugepage_support() argument 52 strcat(pattern, test_flags->h_size); in check_hugepage_support() 55 test_flags->exp_err = ENODEV; in check_hugepage_support() 63 tflag = test_flags[n]; in memfd_huge_x_controller() 93 .tcnt = ARRAY_SIZE(test_flags),
|
/third_party/openssl/crypto/ffc/ |
D | ffc_params.c | 213 int test_flags; in ossl_ffc_params_todata() local 254 test_flags = ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_PQ) != 0); in ossl_ffc_params_todata() 256 OSSL_PKEY_PARAM_FFC_VALIDATE_PQ, test_flags)) in ossl_ffc_params_todata() 258 test_flags = ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_G) != 0); in ossl_ffc_params_todata() 260 OSSL_PKEY_PARAM_FFC_VALIDATE_G, test_flags)) in ossl_ffc_params_todata() 262 test_flags = ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_LEGACY) != 0); in ossl_ffc_params_todata() 265 test_flags)) in ossl_ffc_params_todata()
|
/third_party/googletest/googletest/test/ |
D | gtest_ext_unittest.cc | 192 const int test_flags[TEST_FLAGS_NUM] = { in TEST() local 219 count, filter->requireFlags(), test_flags[p], exp_accepts[m][p]); in TEST() 220 EXPECT_EQ(exp_accepts[m][p], filter->accept(test_flags[p], NULL)); in TEST() 269 …const int test_flags[TEST_COMBINES_NUM] = { TestFlag::None,TestFlag::None,Platform.Qcom,Platform.Q… in TEST() local 290 …exp_accept=%d\n", count, filter->requireFlags(), filter->requireReq(), test_flags[p], test_reqs[p]… in TEST() 291 EXPECT_EQ(exp_accepts[m][p], filter->accept(test_flags[p], test_reqs[p])); in TEST() 307 …const int test_flags[TEST_COMBINES_NUM] = { TestFlag::None,TestFlag::None,Platform.Qcom,Platform.Q… in TEST() local 328 …exp_accept=%d\n", count, filter->requireFlags(), filter->requireReq(), test_flags[p], test_reqs[p]… in TEST() 329 EXPECT_EQ(exp_accepts[m][p], filter->accept(test_flags[p], test_reqs[p])); in TEST()
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigaction/ |
D | rt_sigaction01.c | 59 static int test_flags[] = variable 103 ARRAY_SIZE(test_flags); flag++) { in main() 106 (signal, 0, test_flags[flag])); in main()
|
D | rt_sigaction03.c | 57 static int test_flags[] = variable 114 for (flag = 0; flag < ARRAY_SIZE(test_flags); flag++) { in main() 116 (signal, 0, test_flags[flag])); in main()
|
D | rt_sigaction02.c | 57 static int test_flags[] = variable 88 for (flag = 0; flag < ARRAY_SIZE(test_flags); flag++) { in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_server.c | 322 if ((conn->test_flags & in tlsv1_server_decrypt() 759 conn->test_flags = flags; in tlsv1_server_set_test_flags() 845 if (conn->test_flags & TLS_DHE_PRIME_511B) { in tlsv1_server_get_dh_p() 849 } else if (conn->test_flags & TLS_DHE_PRIME_767B) { in tlsv1_server_get_dh_p() 853 } else if (conn->test_flags & TLS_DHE_PRIME_15) { in tlsv1_server_get_dh_p() 857 } else if (conn->test_flags & TLS_DHE_PRIME_58B) { in tlsv1_server_get_dh_p() 861 } else if (conn->test_flags & TLS_DHE_NON_PRIME) { in tlsv1_server_get_dh_p()
|
D | tlsv1_server_read.c | 33 if ((conn->test_flags & in testing_cipher_suite_filter() 1104 if ((conn->test_flags & in tls_process_client_finished() 1111 if ((conn->test_flags & TLS_DHE_PRIME_15) && in tls_process_client_finished() 1117 if ((conn->test_flags & TLS_DHE_PRIME_58B) && in tls_process_client_finished() 1123 if ((conn->test_flags & TLS_DHE_PRIME_511B) && in tls_process_client_finished() 1129 if ((conn->test_flags & TLS_DHE_PRIME_767B) && in tls_process_client_finished() 1135 if ((conn->test_flags & TLS_DHE_NON_PRIME) && in tls_process_client_finished()
|
D | tlsv1_server_i.h | 68 u32 test_flags; member
|
D | tlsv1_server_write.c | 635 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_HASH) { in tls_write_server_key_exchange() 666 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_SIGNATURE) { in tls_write_server_key_exchange() 899 if (conn->test_flags & TLS_BREAK_VERIFY_DATA) { in tls_write_server_finished()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_server.c | 322 if ((conn->test_flags & in tlsv1_server_decrypt() 759 conn->test_flags = flags; in tlsv1_server_set_test_flags() 845 if (conn->test_flags & TLS_DHE_PRIME_511B) { in tlsv1_server_get_dh_p() 849 } else if (conn->test_flags & TLS_DHE_PRIME_767B) { in tlsv1_server_get_dh_p() 853 } else if (conn->test_flags & TLS_DHE_PRIME_15) { in tlsv1_server_get_dh_p() 857 } else if (conn->test_flags & TLS_DHE_PRIME_58B) { in tlsv1_server_get_dh_p() 861 } else if (conn->test_flags & TLS_DHE_NON_PRIME) { in tlsv1_server_get_dh_p()
|
D | tlsv1_server_read.c | 33 if ((conn->test_flags & in testing_cipher_suite_filter() 1104 if ((conn->test_flags & in tls_process_client_finished() 1111 if ((conn->test_flags & TLS_DHE_PRIME_15) && in tls_process_client_finished() 1117 if ((conn->test_flags & TLS_DHE_PRIME_58B) && in tls_process_client_finished() 1123 if ((conn->test_flags & TLS_DHE_PRIME_511B) && in tls_process_client_finished() 1129 if ((conn->test_flags & TLS_DHE_PRIME_767B) && in tls_process_client_finished() 1135 if ((conn->test_flags & TLS_DHE_NON_PRIME) && in tls_process_client_finished()
|
D | tlsv1_server_i.h | 68 u32 test_flags; member
|
D | tlsv1_server_write.c | 635 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_HASH) { in tls_write_server_key_exchange() 666 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_SIGNATURE) { in tls_write_server_key_exchange() 899 if (conn->test_flags & TLS_BREAK_VERIFY_DATA) { in tls_write_server_finished()
|
/third_party/ltp/testcases/kernel/syscalls/sigaction/ |
D | sigaction01.c | 232 int test_flags[] = { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, in main() local 248 if (set_handler(test_flags[i], 0) == 0) { in main()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 996 static void si_test_vmfault(struct si_screen *sscreen, uint64_t test_flags) in si_test_vmfault() argument 1009 if (test_flags & DBG(TEST_VMFAULT_CP)) { in si_test_vmfault() 1015 if (test_flags & DBG(TEST_VMFAULT_SHADER)) { in si_test_vmfault() 1100 uint64_t test_flags; in radeonsi_screen_create_impl() local 1128 test_flags = debug_get_flags_option("AMD_TEST", test_options, 0); in radeonsi_screen_create_impl() 1430 if (test_flags & DBG(TEST_IMAGE_COPY)) in radeonsi_screen_create_impl() 1433 if (test_flags & (DBG(TEST_CB_RESOLVE) | DBG(TEST_COMPUTE_BLIT))) in radeonsi_screen_create_impl() 1434 si_test_blit(sscreen, test_flags); in radeonsi_screen_create_impl() 1436 if (test_flags & DBG(TEST_DMA_PERF)) { in radeonsi_screen_create_impl() 1440 if (test_flags & (DBG(TEST_VMFAULT_CP) | DBG(TEST_VMFAULT_SHADER))) in radeonsi_screen_create_impl() [all …]
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/ |
D | cpuset_base_ops_testset.sh | 169 test_flags() function 278 test_flags
|
/third_party/googletest/googletest/src/hwext/ |
D | gtest-ext.cc | 35 …bool TestDefManager::regist(const char* test_case_name, const char* test_name, int test_flags, Tes… in regist() argument 37 …estDefManager::testDefInfos.push_back(new TestDefInfo(test_case_name, test_name, test_flags, tdf)); in regist()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstvalue.c | 568 check_flagset_mask_serialisation (GValue * value, guint test_flags, in check_flagset_mask_serialisation() argument 572 gst_value_set_flagset (value, test_flags, test_mask); in check_flagset_mask_serialisation() 577 test_flags &= test_mask; in check_flagset_mask_serialisation() 580 fail_unless (gst_value_get_flagset_flags (value) == test_flags, in check_flagset_mask_serialisation() 582 gst_value_get_flagset_flags (value), test_flags); in check_flagset_mask_serialisation() 595 fail_unless (gst_value_get_flagset_flags (value) == test_flags, in check_flagset_mask_serialisation() 597 gst_value_get_flagset_flags (value), test_flags, string); in check_flagset_mask_serialisation() 613 guint test_flags, test_mask; in GST_START_TEST() local 618 test_flags = 0xf1f1; in GST_START_TEST() 621 gst_value_set_flagset (&value, test_flags, test_mask); in GST_START_TEST() [all …]
|
D | gststructure.c | 1000 guint test_flags = in GST_START_TEST() local 1010 test_flags, test_mask, NULL); in GST_START_TEST() 1014 fail_unless (out_flags == test_flags); in GST_START_TEST()
|
/third_party/rust/crates/regex/regex-capi/ctest/ |
D | test.c | 273 bool test_flags() { in test_flags() function 577 run_test(test_flags, "test_flags", &passed); in main()
|
/third_party/gstreamer/gstreamer/tests/check/pipelines/ |
D | parse-launch.c | 691 GST_START_TEST (test_flags) in GST_START_TEST() argument 752 tcase_add_test (tc_chain, test_flags); in parse_suite()
|
/third_party/rust/crates/clap/clap_complete/src/generator/ |
D | utils.rs | 215 fn test_flags() { in test_flags() function
|
/third_party/python/Lib/test/ |
D | _test_embed_set_config.py | 149 def test_flags(self): member in SetConfigTests
|