Home
last modified time | relevance | path

Searched refs:BACKEND (Results 1 – 25 of 135) sorted by relevance

123456

/external/curl/lib/vtls/
Dgskit.c113 #define BACKEND connssl->backend macro
500 DEBUGASSERT(BACKEND); in cancel_async_handshake()
503 QsoWaitForIOCompletion(BACKEND->iocport, &cstat, (struct timeval *) NULL); in cancel_async_handshake()
509 DEBUGASSERT(BACKEND); in close_async_handshake()
510 QsoDestroyIOCompletionPort(BACKEND->iocport); in close_async_handshake()
511 BACKEND->iocport = -1; in close_async_handshake()
527 DEBUGASSERT(BACKEND); in pipe_ssloverssl()
534 fds[0].fd = BACKEND->remotefd; in pipe_ssloverssl()
557 i = write(BACKEND->remotefd, buf, n); in pipe_ssloverssl()
573 n = read(BACKEND->remotefd, buf, sizeof(buf)); in pipe_ssloverssl()
[all …]
Dschannel_verify.c57 #define BACKEND connssl->backend macro
579 DEBUGASSERT(BACKEND); in Curl_verify_certificate()
582 s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in Curl_verify_certificate()
595 BACKEND->use_manual_cred_validation) { in Curl_verify_certificate()
/external/pigweed/pw_sync/
DCMakeLists.txt19 BACKEND
33 BACKEND
89 BACKEND
104 BACKEND
120 BACKEND
134 BACKEND
149 BACKEND
158 BACKEND
206 BACKEND
/external/virglrenderer/ci/
Drun_test_suite.sh202 local BACKEND="$1"
218 if [[ $BACKEND == *"vtest"* ]]; then
334 for BACKEND in $BACKENDS; do
341 case $BACKEND in
366 case $BACKEND in
378 run_test_suite "$BACKEND" "$TEST_NAME" 0 "$TEST_FILE"
383 run_test_suite "$BACKEND" "$TEST_NAME" 1 "$TEST_FILE"
/external/pigweed/pw_cpu_exception/
DCMakeLists.txt19 BACKEND
31 BACKEND
45 BACKEND
/external/crosvm/src/crosvm/
Dgpu_config.rs267 const BACKEND: &str = get_backend_name(); in parse_gpu_options_with_vulkan_specified() constant
274 parse_gpu_options(format!("backend={},vulkan=true", BACKEND).as_str()).unwrap(); in parse_gpu_options_with_vulkan_specified()
279 parse_gpu_options(format!("vulkan=true,backend={}", BACKEND).as_str()).unwrap(); in parse_gpu_options_with_vulkan_specified()
288 parse_gpu_options(format!("backend={},vulkan=false", BACKEND).as_str()).unwrap(); in parse_gpu_options_with_vulkan_specified()
293 parse_gpu_options(format!("vulkan=false,backend={}", BACKEND).as_str()).unwrap(); in parse_gpu_options_with_vulkan_specified()
298 format!("backend={},vulkan=invalid_value", BACKEND).as_str() in parse_gpu_options_with_vulkan_specified()
304 format!("vulkan=invalid_value,backend={}", BACKEND).as_str() in parse_gpu_options_with_vulkan_specified()
745 const BACKEND: &str = get_backend_name(); in parse_gpu_options_single_display_compat() constant
751 format!("backend={},width=500,height=600", BACKEND,).as_str(), in parse_gpu_options_single_display_compat()
771 format!("backend={}", BACKEND,).as_str(), in parse_gpu_options_single_display_compat()
/external/rust/crates/parking_lot_core/src/thread_parker/windows/
Dmod.rs22 static BACKEND: AtomicPtr<Backend> = AtomicPtr::new(ptr::null_mut()); constant
28 let backend_ptr = BACKEND.load(Ordering::Acquire); in get()
53 match BACKEND.compare_exchange( in create()
/external/pigweed/pw_thread/
DCMakeLists.txt30 BACKEND
39 BACKEND
53 BACKEND
75 BACKEND
/external/elfutils/backends/
Driscv_corenote.c40 # define BACKEND riscv_ macro
43 # define BACKEND riscv64_ macro
Dsparc_corenote.c42 # define BACKEND sparc_ macro
45 # define BACKEND sparc64_ macro
Dx86_64_corenote.c42 # define BACKEND x86_64_ macro
45 # define BACKEND x32_ macro
Dppc_corenote.c41 # define BACKEND ppc_ macro
44 # define BACKEND ppc64_ macro
Ds390_corenote.c41 # define BACKEND s390_ macro
44 # define BACKEND s390x_ macro
Dsparc_auxv.c33 #define BACKEND sparc_ macro
Dalpha_auxv.c33 #define BACKEND alpha_ macro
Darm_auxv.c33 #define BACKEND arm_ macro
Dppc_auxv.c33 #define BACKEND ppc_ macro
Di386_auxv.c33 #define BACKEND i386_ macro
Dbpf_symbol.c37 #define BACKEND bpf_ macro
Dcsky_attrs.c36 #define BACKEND csky_ macro
Dcsky_corenote.c39 #define BACKEND csky_ macro
Dm68k_symbol.c37 #define BACKEND m68k_ macro
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DKevinFail1410Test.java9 enum EnvironmentEventSource { BACKEND; } enumConstant
52 return EnvironmentEventSource.BACKEND; in getSource()
/external/pigweed/pw_chrono/
DCMakeLists.txt28 BACKEND
43 BACKEND
/external/pigweed/pw_build/
Dpigweed.cmake511 # BACKEND - The name of the facade's backend variable.
518 BACKEND
529 BACKEND
576 # BACKEND - The name of the facade's backend variable.
608 BACKEND
613 BACKEND
623 message(FATAL_ERROR "The ${NAME} pw_add_generic_facade's BACKEND argument "
711 function(pw_set_backend NAME BACKEND)
725 set("${NAME}" "${BACKEND}" CACHE STRING "backend variable for a facade" FORCE)
729 function(pw_set_zephyr_backend_ifdef COND FACADE BACKEND BACKEND_DECL)
[all …]

123456