/external/curl/docs/examples/ |
D | 10-at-a-time.c | 109 unsigned int transfers = 0; in main() local 119 for(transfers = 0; transfers < MAX_PARALLEL; transfers++) in main() 120 add_transfer(cm, transfers); in main() 138 if(transfers < NUM_URLS) in main() 139 add_transfer(cm, transfers++); in main() 144 } while(still_alive || (transfers < NUM_URLS)); in main()
|
D | http2-pushinmemory.c | 101 int *transfers = (int *)userp; in server_push_callback() local 118 (*transfers)++; /* one more */ in server_push_callback() 131 int transfers = 1; /* we start with one */ in main() local 148 curl_multi_setopt(multi, CURLMOPT_PUSHDATA, &transfers); in main() 150 while(transfers) { in main() 170 transfers--; in main()
|
D | http2-serverpush.c | 171 int *transfers = (int *)userp; in server_push_callback() local 204 (*transfers)++; /* one more */ in server_push_callback() 217 int transfers = 1; /* we start with one */ in main() local 236 curl_multi_setopt(multi_handle, CURLMOPT_PUSHDATA, &transfers); in main() 322 transfers--; in main() 328 } while(transfers); /* as long as we have transfers going */ in main()
|
/external/curl/docs/ |
D | PARALLEL-TRANSFERS.md | 1 # Parallel transfers 3 curl 7.66.0 introduces support for doing multiple transfers simultaneously; in 8 When this command line option is used, curl will perform the transfers given 10 transfers, with a default value of 50. 14 The progress meter that is displayed when doing parallel transfers is 19 o percent download (if known, which means *all* transfers need to have a 24 o number of transfers to perform 25 o number of concurrent transfers being transferred right now 26 o number of transfers queued up waiting to start 27 o total time all transfers are expected to take (if sizes are known) [all …]
|
/external/curl/docs/cmdline-opts/ |
D | parallel-max.d | 2 Help: Maximum concurrency for parallel transfers 7 When asked to do parallel transfers, using --parallel, this option controls 8 the maximum amount of transfers to do simultaneously.
|
D | parallel.d | 3 Help: Perform transfers in parallel 7 Makes curl perform its transfers in parallel as compared to the regular serial
|
D | parallel-immediate.d | 7 When doing parallel transfers, this option will instruct curl that it should 9 waiting to see if new transfers can be added as multiplexed streams on another
|
D | ftp-ssl-control.d | 8 authentication, but non-encrypted data transfers for efficiency. Fails the
|
D | tlsv1.3.d | 11 includes QUIC-using (HTTP/3) transfers.
|
D | speed-limit.d | 4 Help: Stop transfers slower than this
|
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_transfer.rs | 150 transfers: Arc<Mutex<Vec<Weak<Mutex<XhciTransferState>>>>>, field 157 transfers: Arc::new(Mutex::new(Vec::new())), in new() 194 self.transfers.lock().push(Arc::downgrade(&t.state)); in create_transfer() 200 self.transfers.lock().iter().for_each(|t| { in cancel_all() 213 let mut transfers = self.transfers.lock(); in remove_transfer() localVariable 214 match transfers.iter().position(|wt| match wt.upgrade() { in remove_transfer() 220 transfers.swap_remove(i); in remove_transfer()
|
/external/llvm-project/mlir/test/Dialect/Linalg/ |
D | codegen-strategy.mlir | 1 …2,4,8 vectorize vectorize-contraction-to=matrixintrinsics unroll-vector-transfers=true" | FileChec… 2 …,8 vectorize vectorize-contraction-to=outerproduct split-transfers=true unroll-vector-transfers=fa…
|
/external/libusb/ |
D | PORTING | 16 asynchronous transfers (synchronous transfers are implemented in the higher 18 functionality to cancel those transfers. 21 transfers and process their results.
|
D | ChangeLog | 34 * Core: abandon synchronous transfers when device closure is detected. 46 * Windows: Add support for isochronous transfers with WinUSB 64 * Windows: Support cancelation of individual transfers (Vista and later) 75 * Linux: Deal with receiving POLLERR before all transfers have completed 111 * Fix a crash when HID transfers return no data on Windows 129 * OpenBSD: Update OpenBSD backend with support for control transfers to 191 the drivers allow it, isochronous transfers are not supported yet in libusb. Also 194 splitting of bulk transfers 214 * Fix a possible deadlock in Windows when submitting transfers 255 of short/failed transfers
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_XlaHostCompute.pbtxt | 50 A unique identifier for this region used to match up host transfers. 62 Default core to use for host to device transfers.
|
D | api_def_XlaRecvFromHost.pbtxt | 8 key: A unique identifier for this region used to match up host transfers.
|
D | api_def_XlaSendToHost.pbtxt | 16 key: A unique identifier for this region used to match up host transfers.
|
/external/mockftpserver/tags/2.1/src/site/apt/ |
D | fakeftpserver-features.apt | 25 * Supports active and passive mode data transfers. 27 * Supports extended address (IPv6) data transfers (RFC2428) 58 * Both active and passive mode (PASV) data transfers 60 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
|
/external/mockftpserver/MockFtpServer/src/site/apt/ |
D | fakeftpserver-features.apt | 25 * Supports active and passive mode data transfers. 30 * Supports extended address (IPv6) data transfers (RFC2428) 61 * Both active and passive mode (PASV) data transfers 63 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
|
/external/mockftpserver/tags/2.2/src/site/apt/ |
D | fakeftpserver-features.apt | 25 * Supports active and passive mode data transfers. 27 * Supports extended address (IPv6) data transfers (RFC2428) 58 * Both active and passive mode (PASV) data transfers 60 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
|
/external/mockftpserver/tags/2.5/src/site/apt/ |
D | fakeftpserver-features.apt | 25 * Supports active and passive mode data transfers. 30 * Supports extended address (IPv6) data transfers (RFC2428) 61 * Both active and passive mode (PASV) data transfers 63 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
|
/external/mockftpserver/tags/2.3/src/site/apt/ |
D | fakeftpserver-features.apt | 25 * Supports active and passive mode data transfers. 30 * Supports extended address (IPv6) data transfers (RFC2428) 61 * Both active and passive mode (PASV) data transfers 63 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
|
/external/mockftpserver/tags/2.4/src/site/apt/ |
D | fakeftpserver-features.apt | 25 * Supports active and passive mode data transfers. 30 * Supports extended address (IPv6) data transfers (RFC2428) 61 * Both active and passive mode (PASV) data transfers 63 * Extended Address (IPv6) data transfers (EPRT and EPSV commands)
|
/external/angle/extensions/ |
D | ANGLE_external_objects_fuchsia.txt | 101 import operation transfers ownership of <handle> to the GL 127 <handleType>. A successful import operation transfers ownership
|
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 479 bool transfers = false; in ddebug_screen_create() local 541 transfers = true; in ddebug_screen_create() 617 dscreen->transfers = transfers; in ddebug_screen_create()
|