Searched defs:test_ctx (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/liburing/test/ |
H A D | splice.c | 15 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 D | close_fd_test.cc | 67 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 D | set_option.c | 90 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 D | init_context.c | 81 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 D | macos.c | 79 libusb_context *test_ctx = NULL; in test_macos_version_fallback() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | Test.h | 339 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 D | dpctest.c | 72 struct dpc_test_ctx test_ctx; in TEST() local
|
/aosp_15_r20/external/tpm2-tss/test/unit/ |
H A D | tctildr-nodl.c | 77 static TSS2_TCTI_CONTEXT_COMMON_V2 test_ctx = { 0, }; variable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_bpf2bpf.c | 18 struct test_ctx_s test_ctx; variable
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | alts_security_connector_test.cc | 192 char test_ctx[] = "test serialized context"; in TEST() local
|
/aosp_15_r20/external/python/google-auth-library-python/tests_async/transport/ |
D | test_aiohttp_requests.py | 182 async def test_ctx(self): member in TestAuthorizedSession
|