/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 5-1.c | 35 static int expired; variable 69 expired = 1; in fn_wr_1() 72 expired = 0; in fn_wr_1() 113 expired = 1; in fn_wr_2() 116 expired = 0; in fn_wr_2() 159 if (expired == 1) { in main() 195 if (expired == 1) { in main()
|
D | 6-2.c | 54 static int expired; variable 87 expired = 0; in th_fn() 107 expired = 0; in th_fn() 110 expired = 1; in th_fn() 179 if (expired == 1) { in main() 203 if (expired == 1) { in main()
|
D | 2-1.c | 37 static int expired; variable 71 expired = 1; in fn() 74 expired = 0; in fn() 128 if (expired != 1) { in main()
|
D | 1-1.c | 42 static int expired; variable 70 expired = 1; in fn_wr() 73 expired = 0; in fn_wr() 111 expired = 0; in main() 117 if (expired == 1) { in main()
|
D | 3-1.c | 44 static int expired; variable 80 expired = 1; in fn_wr() 83 expired = 0; in fn_wr() 131 expired = 0; in main() 137 if (expired == 1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 38 static int expired; variable 62 expired = 1; in fn_rd_1() 65 expired = 0; in fn_rd_1() 107 expired = 1; in fn_rd_2() 110 expired = 0; in fn_rd_2() 154 if (expired == 1) { in main() 191 if (expired == 1) { in main()
|
D | 6-2.c | 54 static int expired; variable 87 expired = 0; in th_fn() 107 expired = 0; in th_fn() 110 expired = 1; in th_fn() 179 if (expired == 1) { in main() 203 if (expired == 1) { in main()
|
D | 2-1.c | 46 static int expired; variable 64 expired = 1; in fn_rd() 67 expired = 0; in fn_rd() 92 expired = 0; in main() 124 if (expired != 1) { in main()
|
/third_party/node/test/cctest/ |
D | test_sockaddr.cc | 64 bool expired; in TEST() member 71 return type.expired; in TEST() 75 type->expired = false; in TEST() 97 CHECK_EQ(foo->expired, false); in TEST() 100 foo->expired = true; in TEST() 106 CHECK_EQ(lru.Peek(addr1)->expired, false); in TEST() 111 foo->expired = true; in TEST() 116 foo->expired = true; in TEST() 120 foo->expired = false; in TEST()
|
/third_party/libdrm/tests/amdgpu/ |
D | deadlock_tests.c | 246 uint32_t expired; in amdgpu_deadlock_helper() local 312 AMDGPU_TIMEOUT_INFINITE,0, &expired); in amdgpu_deadlock_helper() 337 uint32_t expired; in amdgpu_deadlock_sdma() local 409 AMDGPU_TIMEOUT_INFINITE,0, &expired); in amdgpu_deadlock_sdma() 434 uint32_t expired; in bad_access_helper() local 488 AMDGPU_TIMEOUT_INFINITE,0, &expired); in bad_access_helper()
|
D | basic_tests.c | 856 uint32_t expired; in amdgpu_command_submission_gfx_separate_ibs() local 918 0, &expired); in amdgpu_command_submission_gfx_separate_ibs() 947 uint32_t expired; in amdgpu_command_submission_gfx_shared_ib() local 1002 0, &expired); in amdgpu_command_submission_gfx_shared_ib() 1206 uint32_t expired; in amdgpu_semaphore_test() local 1282 500000000, 0, &expired); in amdgpu_semaphore_test() 1284 CU_ASSERT_EQUAL(expired, true); in amdgpu_semaphore_test() 1323 500000000, 0, &expired); in amdgpu_semaphore_test() 1325 CU_ASSERT_EQUAL(expired, true); in amdgpu_semaphore_test() 1353 uint32_t expired; in amdgpu_command_submission_compute_nop() local [all …]
|
D | vm_tests.c | 105 uint32_t expired, flags; in amdgpu_vmid_reserve_test() local 170 AMDGPU_TIMEOUT_INFINITE,0, &expired); in amdgpu_vmid_reserve_test()
|
D | syncobj_tests.c | 103 uint32_t expired; in syncobj_command_submission_helper() local 177 AMDGPU_TIMEOUT_INFINITE,0, &expired); in syncobj_command_submission_helper()
|
D | hotunplug_tests.c | 178 uint32_t expired; in amdgpu_cs_sync() local 182 0, &expired); in amdgpu_cs_sync()
|
D | amdgpu_stress.c | 193 uint32_t expired; in submit_ib() local 265 0, &expired); in submit_ib()
|
D | vcn_tests.c | 197 uint32_t expired; in submit() local 228 0, &expired); in submit()
|
D | cs_tests.c | 157 uint32_t expired; in submit() local 188 0, &expired); in submit()
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_flush_sessions.pod | 5 SSL_CTX_flush_sessions - remove expired sessions 16 B<ctx> to remove sessions expired at time B<tm>. 22 As sessions will not be reused ones they are expired, they should be
|
D | SSL_alert_type_string.pod | 40 non-fatal errors are certificate errors ("certificate expired", 117 =item "CE"/"certificate expired" 119 A certificate has expired or is not currently valid.
|
/third_party/mbedtls/tests/data_files/ |
D | Readme-x509.txt | 19 - test-int-ca-exp.crt is a copy that is expired 77 -expired.crt: S5 with "not after" date in the past 80 -ss-expired.crt: Self-signed cert with S5 key, expired 86 -expired.crt: S7 with "not after" date in the past + I1 88 _int-ca-exp.crt: S7 + expired I1
|
/third_party/openssl/test/ |
D | cmp_vfy_test.c | 199 static int test_validate_msg_signature_partial_chain(int expired) in test_validate_msg_signature_partial_chain() argument 206 fixture->expected = !expired; in test_validate_msg_signature_partial_chain() 215 if (expired) in test_validate_msg_signature_partial_chain() 367 static void setup_path(CMP_VFY_TEST_FIXTURE **fixture, X509 *wrong, int expired) in setup_path() argument 370 (*fixture)->expected = wrong == NULL && !expired; in setup_path() 371 if (expired) { in setup_path()
|
/third_party/node/deps/npm/node_modules/lockfile/ |
D | README.md | 74 check if the lock has expired. Defaults to `100`. 78 A number of milliseconds before locks are considered to have expired.
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_cs.c | 470 uint32_t *expired) in amdgpu_cs_query_fence_status() argument 475 if (!fence || !expired || !fence->context) in amdgpu_cs_query_fence_status() 482 *expired = true; in amdgpu_cs_query_fence_status() 486 *expired = false; in amdgpu_cs_query_fence_status() 493 *expired = true; in amdgpu_cs_query_fence_status()
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_metrics.md | 91 …xy.n.cn.failures{ss="badcert_expired",hostname="warmcat.com",peer="46.105.127.147",tls="expired"} 2 92 …_metric_report: ssproxy.n.cn.failures{hostname="warmcat.com",peer="46.105.127.147",tls="expired"} 1 211 `tls/expired`|Peer certificate is expiry date is in the past| 236 …33] U: my_metric_report: n.cn.failures: tot: 36, [ tls/invalidca: 5, tls/expired: 5, tls/hostname:…
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
D | README.md | 24 -e|Allow expired certs
|