Home
last modified time | relevance | path

Searched defs:test_state (Results 1 – 25 of 33) sorted by relevance

12

/external/grpc-grpc/test/core/end2end/
Dinvalid_call_argument_test.cc41 struct test_state { struct
59 static struct test_state g_state; argument
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.h78 struct test_state { struct
86 struct subtest_state *subtest_states; argument
108 struct test_state *test_state; /* current running test state */ argument
Dtest_progs.c264 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/
Dtests.rs40 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/
Dedid-test.c10 struct test_state { struct
11 int data_size;
12 void *data;
/external/pigweed/pw_perf_test/
Dframework.cc32 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/
Dstream.rs109 fn test_state() { in test_state() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/deflate/
Dstream.rs109 fn test_state() { in test_state() function
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dbssl_shim.cc177 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
Dtest_config.cc1111 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
Dhandshake_util.cc45 TestState *test_state = GetTestState(ssl); in RetryAsync() local
/external/cronet/stable/third_party/boringssl/src/ssl/test/
Dbssl_shim.cc218 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
Dtest_config.cc917 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/
Dbssl_shim.cc218 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
Dtest_config.cc917 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/
Dbssl_shim.cc211 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
Dtest_config.cc941 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/
Dpincputest.c63 void* test_state; member
93 void* test_state; member
/external/pytorch/test/distributed/_composable/
Dtest_contract.py93 def test_state(self): member in TestContract
/external/libxkbcommon/test/
Dcompose.c349 test_state(struct xkb_context *ctx) in test_state() function
/external/flashrom/
Dprint.c35 static const char *test_state_to_text(enum test_state test_state) in test_state_to_text()
Dprint_wiki.c119 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/
Didle.rs233 fn test_state() { in test_state() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/inflate/
Dstream.rs380 fn test_state() { in test_state() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/inflate/
Dstream.rs380 fn test_state() { in test_state() function

12