Home
last modified time | relevance | path

Searched defs:test_ctx (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/liburing/test/
H A Dsplice.c15 struct test_ctx { struct
16 int real_pipe1[2];
17 int real_pipe2[2];
18 int real_fd_in;
19 int real_fd_out;
22 int pipe1[2];
23 int pipe2[2];
24 int fd_in;
25 int fd_out;
27 void *buf_in;
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/bad_connection/
H A Dclose_fd_test.cc67 typedef struct test_ctx test_ctx; typedef
69 struct test_ctx { struct
86 static test_ctx g_ctx; argument
/aosp_15_r20/external/libusb/tests/
H A Dset_option.c90 libusb_context *test_ctx = NULL; in test_set_log_level_basic() local
115 libusb_context *test_ctx = NULL; in test_set_log_level_default() local
141 libusb_context *test_ctx = NULL; in test_set_log_level_env() local
170 libusb_context *test_ctx; in test_no_discovery() local
212 libusb_context *test_ctx = NULL; in test_set_log_cb() local
H A Dinit_context.c81 libusb_context *test_ctx = NULL; in test_init_context_basic() local
91 libusb_context *test_ctx = NULL; in test_init_context_log_level() local
121 libusb_context *test_ctx = NULL; in test_init_context_log_cb() local
H A Dmacos.c79 libusb_context *test_ctx = NULL; in test_macos_version_fallback() local
/aosp_15_r20/external/skia/tests/
H A DTest.h339 name, context_filter, reporter, graphite_ctx, test_ctx, opt_filter, cond, ctsEnforcement) \ argument
354 test_ctx, cond, ctsEnforcement) \ argument
370 test_ctx, ctsEnforcement) \ argument
/aosp_15_r20/trusty/kernel/app/dpctest/
H A Ddpctest.c72 struct dpc_test_ctx test_ctx; in TEST() local
/aosp_15_r20/external/tpm2-tss/test/unit/
H A Dtctildr-nodl.c77 static TSS2_TCTI_CONTEXT_COMMON_V2 test_ctx = { 0, }; variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bpf2bpf.c18 struct test_ctx_s test_ctx; variable
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dalts_security_connector_test.cc192 char test_ctx[] = "test serialized context"; in TEST() local
/aosp_15_r20/external/python/google-auth-library-python/tests_async/transport/
Dtest_aiohttp_requests.py182 async def test_ctx(self): member in TestAuthorizedSession