/third_party/openssl/test/ |
H A D | acvp_test.c | 122 const struct ecdsa_keygen_st *tst = &ecdsa_keygen_data[id]; in ecdsa_keygen_test() local 126 if (!TEST_ptr(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "EC", tst->curve_name)) in ecdsa_keygen_test() 183 const struct ecdsa_pub_verify_st *tst = &ecdsa_pv_data[id]; in ecdsa_pub_verify_test() local 189 if (!TEST_true(ecdsa_create_pkey(&pkey, tst->curve_name, in ecdsa_pub_verify_test() 190 tst->pub, tst->pub_len, tst->pass))) in ecdsa_pub_verify_test() 193 if (tst->pass) { in ecdsa_pub_verify_test() 195 || !TEST_int_eq(EVP_PKEY_public_check(key_ctx), tst->pass)) in ecdsa_pub_verify_test() 254 const struct ecdsa_siggen_st *tst in ecdsa_siggen_test() local 283 const struct ecdsa_sigver_st *tst = &ecdsa_sigver_data[id]; ecdsa_sigver_test() local 376 const struct dsa_paramgen_st *tst = &dsa_keygen_data[id]; dsa_keygen_test() local 416 const struct dsa_paramgen_st *tst = &dsa_paramgen_data[id]; dsa_paramgen_test() local 526 const struct dsa_pqver_st *tst = &dsa_pqver_data[id]; dsa_pqver_test() local 595 const struct dsa_siggen_st *tst = &dsa_siggen_data[id]; dsa_siggen_test() local 628 const struct dsa_sigver_st *tst = &dsa_sigver_data[id]; dsa_sigver_test() local 703 const struct cipher_st *tst = &cipher_enc_data[id]; cipher_enc_dec_test() local 775 const struct cipher_ccm_st *tst = &aes_ccm_enc_data[id]; aes_ccm_enc_dec_test() local 871 const struct cipher_gcm_st *tst = &aes_gcm_enc_data[id]; aes_gcm_enc_dec_test() local 951 const struct dh_safe_prime_keygen_st *tst = &dh_safe_prime_keygen_data[id]; dh_safe_prime_keygen_test() local 984 const struct dh_safe_prime_keyver_st *tst = &dh_safe_prime_keyver_data[id]; dh_safe_prime_keyver_test() local 1067 const struct rsa_keygen_st *tst = &rsa_keygen_data[id]; rsa_keygen_test() local 1165 const struct rsa_siggen_st *tst = &rsa_siggen_data[id]; rsa_siggen_test() local 1207 const struct rsa_sigver_st *tst = &rsa_sigver_data[id]; rsa_sigver_test() local 1252 const struct rsa_decrypt_prim_st *tst = &rsa_decrypt_prim_data[id]; rsa_decryption_primitive_test() local 1318 const struct drbg_st *tst = &drbg_data[id]; drbg_test() local [all...] |
H A D | tls13ccstest.c | 243 static int test_tls13ccs(int tst) in test_tls13ccs() argument 278 switch (tst) { in test_tls13ccs() 301 if (tst >= 6) { in test_tls13ccs() 316 if ((tst >= 3 && tst <= 5) || tst >= 9) { in test_tls13ccs() 343 if (tst >= 6) { in test_tls13ccs() 348 || (tst <= 8 in test_tls13ccs() 353 if (tst <= 8) { in test_tls13ccs() 378 switch (tst) { in test_tls13ccs() [all...] |
H A D | sslapitest.c | 1470 static int test_ktls_sendfile(int tst) in test_ktls_sendfile() argument 1474 OPENSSL_assert(tst < (int)NUM_KTLS_TEST_CIPHERS); in test_ktls_sendfile() 1475 cipher = &ktls_test_ciphers[tst]; in test_ktls_sendfile() 1519 static int test_large_app_data(int tst) in test_large_app_data() argument 1529 switch (tst >> 2) { in test_large_app_data() 1625 if ((tst & 1) != 0) { in test_large_app_data() 1634 if ((tst & 2) != 0) { in test_large_app_data() 5824 static int test_custom_exts(int tst) in test_custom_exts() argument 5836 if (tst < 3) in test_custom_exts() 5850 if (tst in test_custom_exts() 6189 test_export_key_mat(int tst) test_export_key_mat() argument 6490 test_key_update_peer_in_write(int tst) test_key_update_peer_in_write() argument 6576 test_key_update_peer_in_read(int tst) test_key_update_peer_in_read() argument 6659 test_key_update_local_in_write(int tst) test_key_update_local_in_write() argument 6750 test_key_update_local_in_read(int tst) test_key_update_local_in_read() argument 7198 test_srp(int tst) test_srp() argument 7419 test_info_callback(int tst) test_info_callback() argument 7539 test_ssl_pending(int tst) test_ssl_pending() argument 7696 int_test_ssl_get_shared_ciphers(int tst, int clnt) int_test_ssl_get_shared_ciphers() argument 7772 test_ssl_get_shared_ciphers(int tst) test_ssl_get_shared_ciphers() argument 7939 test_ticket_callbacks(int tst) test_ticket_callbacks() argument 8099 test_incorrect_shutdown(int tst) test_incorrect_shutdown() argument 8158 test_shutdown(int tst) test_shutdown() argument 8409 test_cert_cb_int(int prot, int tst) test_cert_cb_int() argument 8485 test_cert_cb(int tst) test_cert_cb() argument 8535 test_client_cert_cb(int tst) test_client_cert_cb() argument 8592 test_ca_names_int(int prot, int tst) test_ca_names_int() argument 8704 test_ca_names(int tst) test_ca_names() argument 9072 test_servername(int tst) test_servername() argument [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 1-1.c | 46 struct unique *tst; in main() local 48 tst = sym; in main() 49 while (tst->name) { in main() 51 printf("Policy: %s\n", tst->name); in main() 54 policy = tst->value; in main() 68 tst->name); in main() 72 tst++; in main() 84 tst->name); in main() 90 tst->name); in main() 94 tst in main() [all...] |
H A D | 19-1.c | 45 struct unique *tst; in main() local 47 tst = sym; in main() 48 while (tst->name) { in main() 49 policy = tst->value; in main() 51 printf("Policy: %s\n", tst->name); in main() 83 tst++; in main()
|
H A D | 17-1.c | 51 struct unique *tst; in main() local 53 tst = sym; in main() 54 while (tst->name) { in main() 55 policy = tst->value; in main() 57 printf("Policy: %s\n", tst->name); in main() 111 tst++; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/ |
H A D | 10-1.c | 39 struct unique *tst; in main() local 41 tst = sym; in main() 43 while (tst->name) { in main() 45 if (tst->value == sym[i].value in main() 46 && strcmp(tst->name, sym[i].name)) { in main() 48 tst->name, sym[i].name); in main() 52 tst++; in main()
|
/third_party/skia/modules/svg/tests/ |
H A D | Text.cpp | 150 auto test = [&](const PosTestDesc& tst) { in DEF_TEST() 155 a->setX(tst.xa); in DEF_TEST() 156 a->setY(tst.ya); in DEF_TEST() 157 b->setX(tst.xb); in DEF_TEST() 158 b->setY(tst.yb); in DEF_TEST() 169 SkSVGTextContext::ScopedPosResolver pa(*a, lctx, &tctx, tst.offseta); in DEF_TEST() 170 SkSVGTextContext::ScopedPosResolver pb(*b, lctx, &tctx, tst.offsetb); in DEF_TEST() 172 for (size_t i = 0; i < tst.expected.size(); ++i) { in DEF_TEST() 173 const auto& exp = tst.expected[i]; in DEF_TEST() 174 auto pos = i >= tst in DEF_TEST() [all...] |
/third_party/skia/modules/skottie/tests/ |
H A D | Image.cpp | 66 TestImageAsset(const TestData* tst, skiatest::Reporter* r) in DEF_TEST() argument 67 : fTest(tst) in DEF_TEST() 91 TestResourceProvider(const TestData* tst, skiatest::Reporter* r) in DEF_TEST() argument 92 : fTest(tst) in DEF_TEST() 117 for (const auto& tst : tests) { in DEF_TEST() 119 anim->seekFrameTime(tst.t); in DEF_TEST() 123 tst.c[0] == pmap.getColor(render_size.width() / 2, render_size.height() / 2)); in DEF_TEST() 125 tst.c[1] == pmap.getColor(1 , render_size.height() / 2)); in DEF_TEST() 127 tst.c[2] == pmap.getColor(render_size.width() / 2, 1)); in DEF_TEST() 129 tst in DEF_TEST() [all...] |
/third_party/node/test/testpy/ |
H A D | __init__.py | 110 for tst in all_tests: 111 if self.Contains(path, tst): 112 file_path = os.path.join(self.root, reduce(os.path.join, tst[1:], "")) 113 test_name = tst[:-1] + [os.path.splitext(tst[-1])[0]] 129 for tst in result: 130 tst.parallel = True 152 for tst in all_tests: 153 if self.Contains(path, tst): 154 file_path = os.path.join(self.root, reduce(os.path.join, tst[ [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 115 struct unique *tst; in main() local 117 tst = sym; in main() 119 while (tst->name) { in main() 121 if (tst->value == sym[i].value && tst->duplicate != sym[i].value && strcmp(tst->name, sym[i].name)) { //In case EAGAIN is not equal to EWOULDBLOCK,compare the name in main() 123 tst->name, sym[i].name); in main() 127 tst++; in main()
|
H A D | 4-1.c | 110 struct unique *tst = sym; in main() local 112 while (tst->name) { in main() 113 if (tst->value < 0) { in main() 115 tst->name); in main() 118 tst++; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/ |
H A D | 3-1.c | 46 struct unique *tst; in main() local 48 tst = sym; in main() 60 while (tst->name) { in main() 61 if (result == tst->value) { in main() 65 tst++; in main()
|
/third_party/skia/gm/ |
H A D | colorfilters.cpp | 130 for (const auto& tst: gTests) { 133 const auto dh = (std::get<1>(tst.h) - std::get<0>(tst.h)) / (kSteps - 1), 134 ds = (std::get<1>(tst.s) - std::get<0>(tst.s)) / (kSteps - 1), 135 dl = (std::get<1>(tst.l) - std::get<0>(tst.l)) / (kSteps - 1); 136 auto h = std::get<0>(tst.h), 137 s = std::get<0>(tst.s), 138 l = std::get<0>(tst [all...] |
/third_party/skia/modules/skottie/gm/ |
H A D | ExternalProperties.cpp | 109 const auto& tst = gTests[i - 1]; in update_props() 112 SkAssertResult(fPropManager->setColor(prop, tst.solid_color)); in update_props() 117 t.fScale = {tst.transform_scale, tst.transform_scale}; in update_props() 123 txt.fText.set(tst.txt_string); in update_props() 124 txt.fFillColor = tst.txt_color; in update_props()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | idctdsp_arm.S | 40 tst r6, #0x100 43 tst r8, #0x100 58 tst r6, #0x100 61 tst r8, #0x100 82 tst r6, #0x100 85 tst r8, #0x100 100 tst r6, #0x100 103 tst r8, #0x100
|
H A D | startcode_armv6.S | 82 tst PTR, #3 88 tst PTR, #3 93 tst PTR, #12 97 tst PTR, #12 100 tst PTR, #16 114 tst SIZE, #31 136 tst SIZE, #3 142 tst SIZE, #3
|
/third_party/fsverity-utils/scripts/ |
H A D | run-tests.sh | 289 local tst=$1 292 if [ "${tst}_test" = "$func" ]; then 304 for tst; do 305 if ! test_exists "$tst"; then 306 echo 1>&2 "Unknown test: $tst" 310 for tst; do 311 eval "${tst}_test"
|
/third_party/lame/ACM/ADbg/ |
H A D | ADbg.cpp | 68 char tst[1000]; in _OutPut() local 102 result = vsprintf(tst,myformat,params); in _OutPut() 105 OutputDebugString(tst); in _OutPut() 110 WriteFile( hFile, tst, lstrlen(tst), &written, NULL ); in _OutPut()
|
/third_party/musl/src/setjmp/arm/ |
H A D | setjmp.S | 22 tst r1,#0x260 25 tst r1,#0x20 29 2: tst r1,#0x40 38 2: tst r1,#0x200
|
H A D | longjmp.S | 20 tst r1,#0x260 23 tst r1,#0x20 27 2: tst r1,#0x40 36 2: tst r1,#0x200
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ |
H A D | armv4cpuid.S | 44 tst lr,#1 68 .Lot: tst r0,#3 83 tst lr,#1 113 tst lr,#1 201 tst r0,#1 221 tst lr,#1 234 tst lr,#1 247 tst lr,#1
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ |
H A D | armv4cpuid.S | 44 tst lr,#1 68 .Lot: tst r0,#3 83 tst lr,#1 113 tst lr,#1 201 tst r0,#1 221 tst lr,#1 234 tst lr,#1 247 tst lr,#1
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | armv4cpuid.pl | 68 tst lr,#1 92 .Lot: tst r0,#3 107 tst lr,#1 137 tst lr,#1 225 tst r0,#1 245 tst lr,#1 258 tst lr,#1 271 tst lr,#1
|
/third_party/openssl/crypto/ |
H A D | armv4cpuid.pl | 68 tst lr,#1 92 .Lot: tst r0,#3 107 tst lr,#1 137 tst lr,#1 225 tst r0,#1 245 tst lr,#1 258 tst lr,#1 271 tst lr,#1
|