Home
last modified time | relevance | path

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

/external/libusb/tests/
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
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
Dmacos.c79 libusb_context *test_ctx = NULL; in test_macos_version_fallback() local
/external/liburing/test/
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 …]
/external/grpc-grpc/test/core/bad_connection/
Dclose_fd_test.cc67 typedef struct test_ctx test_ctx; typedef
69 struct test_ctx { struct
86 static test_ctx g_ctx; argument
/external/skia/tests/
DTest.h340 name, context_filter, reporter, graphite_ctx, test_ctx, options_name, \ argument
360 name, reporter, graphite_ctx, test_ctx, cond, ctsEnforcement) \ argument
372 name, reporter, graphite_ctx, test_ctx, cond, ctsEnforcement) \ argument
384 name, context_filter, reporter, graphite_ctx, test_ctx, ctsEnforcement) \ argument
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dxdp_bpf2bpf.c18 struct test_ctx_s test_ctx; variable
/external/tpm2-tss/test/unit/
Dtctildr-nodl.c77 static TSS2_TCTI_CONTEXT_COMMON_V2 test_ctx = { 0, }; variable
/external/grpc-grpc/test/core/security/
Dalts_security_connector_test.cc192 char test_ctx[] = "test serialized context"; in TEST() local
/external/python/google-auth-library-python/tests_async/transport/
Dtest_aiohttp_requests.py182 async def test_ctx(self): member in TestAuthorizedSession