/external/curl/lib/vtls/ |
D | gskit.c | 113 #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 …]
|
D | schannel_verify.c | 57 #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/ |
D | CMakeLists.txt | 19 BACKEND 33 BACKEND 89 BACKEND 104 BACKEND 120 BACKEND 134 BACKEND 149 BACKEND 158 BACKEND 206 BACKEND
|
/external/virglrenderer/ci/ |
D | run_test_suite.sh | 202 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/ |
D | CMakeLists.txt | 19 BACKEND 31 BACKEND 45 BACKEND
|
/external/crosvm/src/crosvm/ |
D | gpu_config.rs | 267 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/ |
D | mod.rs | 22 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/ |
D | CMakeLists.txt | 30 BACKEND 39 BACKEND 53 BACKEND 75 BACKEND
|
/external/elfutils/backends/ |
D | riscv_corenote.c | 40 # define BACKEND riscv_ macro 43 # define BACKEND riscv64_ macro
|
D | sparc_corenote.c | 42 # define BACKEND sparc_ macro 45 # define BACKEND sparc64_ macro
|
D | x86_64_corenote.c | 42 # define BACKEND x86_64_ macro 45 # define BACKEND x32_ macro
|
D | ppc_corenote.c | 41 # define BACKEND ppc_ macro 44 # define BACKEND ppc64_ macro
|
D | s390_corenote.c | 41 # define BACKEND s390_ macro 44 # define BACKEND s390x_ macro
|
D | sparc_auxv.c | 33 #define BACKEND sparc_ macro
|
D | alpha_auxv.c | 33 #define BACKEND alpha_ macro
|
D | arm_auxv.c | 33 #define BACKEND arm_ macro
|
D | ppc_auxv.c | 33 #define BACKEND ppc_ macro
|
D | i386_auxv.c | 33 #define BACKEND i386_ macro
|
D | bpf_symbol.c | 37 #define BACKEND bpf_ macro
|
D | csky_attrs.c | 36 #define BACKEND csky_ macro
|
D | csky_corenote.c | 39 #define BACKEND csky_ macro
|
D | m68k_symbol.c | 37 #define BACKEND m68k_ macro
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
D | KevinFail1410Test.java | 9 enum EnvironmentEventSource { BACKEND; } enumConstant 52 return EnvironmentEventSource.BACKEND; in getSource()
|
/external/pigweed/pw_chrono/ |
D | CMakeLists.txt | 28 BACKEND 43 BACKEND
|
/external/pigweed/pw_build/ |
D | pigweed.cmake | 511 # 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 …]
|