/external/grpc-grpc/test/core/end2end/ |
D | invalid_call_argument_test.cc | 41 struct test_state { struct 59 static struct test_state g_state; argument
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_progs.h | 78 struct test_state { struct 86 struct subtest_state *subtest_states; argument 108 struct test_state *test_state; /* current running test state */ argument
|
D | test_progs.c | 264 const struct test_state *test_state, in dump_test_log() 363 struct test_state *test_state = env.test_state; in test__end_subtest() local 1561 struct test_state *test_state = &test_states[i]; in free_test_states() local
|
/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/ |
D | tests.rs | 40 let test_state = make_test_components::<CryptoProviderImpl>(&mut rng); in decrypt_matches_correct_ciphertext() localVariable 55 let mut test_state = make_test_components::<CryptoProviderImpl>(&mut rng); in decrypt_doesnt_match_when_ciphertext_mangled() localVariable 72 let mut test_state = make_test_components::<CryptoProviderImpl>(&mut rng); in decrypt_doesnt_match_when_plaintext_doesnt_match_mac() localVariable 90 let test_state = make_test_components::<CryptoProviderImpl>(&mut rng); in encrypt_works() localVariable
|
/external/coreboot/tests/lib/ |
D | edid-test.c | 10 struct test_state { struct 11 int data_size; 12 void *data;
|
/external/pigweed/pw_perf_test/ |
D | framework.cc | 32 State test_state = internal::CreateState( in RunAllTests() local
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/deflate/ |
D | stream.rs | 109 fn test_state() { in test_state() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/deflate/ |
D | stream.rs | 109 fn test_state() { in test_state() function
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 177 TestState *test_state = GetTestState(ssl); in DoRead() local 234 TestState *test_state = GetTestState(ssl); in WriteAll() local 883 TestState *test_state = GetTestState(ssl); in DoExchange() local
|
D | test_config.cc | 1111 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeySign() local 1161 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyDecrypt() local 1187 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyComplete() local 1228 TestState *test_state = GetTestState(ssl); in InstallCertificate() local 1256 TestState *test_state = GetTestState(ssl); in SelectCertificateCallback() local
|
D | handshake_util.cc | 45 TestState *test_state = GetTestState(ssl); in RetryAsync() local
|
/external/cronet/stable/third_party/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 218 TestState *test_state = GetTestState(ssl); in DoRead() local 275 TestState *test_state = GetTestState(ssl); in WriteAll() local 999 TestState *test_state = GetTestState(ssl); in DoExchange() local
|
D | test_config.cc | 917 TestState *test_state = GetTestState(ssl); in InfoCallback() local 1120 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeySign() local 1170 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyDecrypt() local 1197 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyComplete() local 1273 TestState *test_state = GetTestState(ssl); in AsyncTicketOpen() local 1660 TestState *test_state = GetTestState(ssl); in InstallCertificate() local 1688 TestState *test_state = GetTestState(ssl); in SelectCertificateCallback() local
|
/external/cronet/tot/third_party/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 218 TestState *test_state = GetTestState(ssl); in DoRead() local 275 TestState *test_state = GetTestState(ssl); in WriteAll() local 999 TestState *test_state = GetTestState(ssl); in DoExchange() local
|
D | test_config.cc | 917 TestState *test_state = GetTestState(ssl); in InfoCallback() local 1120 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeySign() local 1170 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyDecrypt() local 1197 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyComplete() local 1273 TestState *test_state = GetTestState(ssl); in AsyncTicketOpen() local 1660 TestState *test_state = GetTestState(ssl); in InstallCertificate() local 1688 TestState *test_state = GetTestState(ssl); in SelectCertificateCallback() local
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 211 TestState *test_state = GetTestState(ssl); in DoRead() local 257 TestState *test_state = GetTestState(ssl); in WriteAll() local 982 TestState *test_state = GetTestState(ssl); in DoExchange() local
|
D | test_config.cc | 941 TestState *test_state = GetTestState(ssl); in InfoCallback() local 1143 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeySign() local 1193 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyDecrypt() local 1220 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyComplete() local 1296 TestState *test_state = GetTestState(ssl); in AsyncTicketOpen() local 1716 TestState *test_state = GetTestState(ssl); in InstallCertificate() local 1744 TestState *test_state = GetTestState(ssl); in SelectCertificateCallback() local
|
/external/trusty/lk/app/pincputest/ |
D | pincputest.c | 63 void* test_state; member 93 void* test_state; member
|
/external/pytorch/test/distributed/_composable/ |
D | test_contract.py | 93 def test_state(self): member in TestContract
|
/external/libxkbcommon/test/ |
D | compose.c | 349 test_state(struct xkb_context *ctx) in test_state() function
|
/external/flashrom/ |
D | print.c | 35 static const char *test_state_to_text(enum test_state test_state) in test_state_to_text()
|
D | print_wiki.c | 119 static const char *test_state_to_template(enum test_state test_state) in test_state_to_template()
|
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/ |
D | idle.rs | 233 fn test_state() { in test_state() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/inflate/ |
D | stream.rs | 380 fn test_state() { in test_state() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/inflate/ |
D | stream.rs | 380 fn test_state() { in test_state() function
|