/external/libusb/libusb/ |
D | sync.c | 155 int *transferred, unsigned int timeout, unsigned char type) in do_sync_bulk_transfer() argument 188 *transferred = transfer->actual_length; in do_sync_bulk_transfer() 256 unsigned char endpoint, unsigned char *data, int length, int *transferred, in libusb_bulk_transfer() argument 260 transferred, timeout, LIBUSB_TRANSFER_TYPE_BULK); in libusb_bulk_transfer() 306 unsigned char *data, int length, int *transferred, unsigned int timeout) in libusb_interrupt_transfer() argument 309 transferred, timeout, LIBUSB_TRANSFER_TYPE_INTERRUPT); in libusb_interrupt_transfer()
|
D | io.c | 1227 itransfer->transferred = 0; in libusb_submit_transfer() 1388 if (rqlen != itransfer->transferred) { in usbi_handle_transfer_completion() 1396 transfer->actual_length = itransfer->transferred; in usbi_handle_transfer_completion()
|
D | libusbi.h | 255 int transferred; member
|
/external/autotest/client/virt/ |
D | rss_client.py | 111 self.transferred = 0 168 transferred = self.transferred / 1048576. 169 speed = (self.transferred - self._last_transferred) / dt 172 (str, transferred, speed)) 174 self._last_transferred = self.transferred 180 self.transferred += len(str) + 4 187 self.transferred += len(str) + 4
|
/external/iptables/extensions/ |
D | libxt_connbytes.man | 2 flows constituting the connection) has transferred so far, or by 10 The transferred bytes per connection can also be viewed through 29 whether to check the amount of packets, number of bytes transferred or
|
/external/libusb/examples/ |
D | dpfp.c | 193 int transferred; in do_sync_intr() local 196 &transferred, 1000); in do_sync_intr() 201 if (transferred < INTR_LENGTH) { in do_sync_intr()
|
D | dpfp_threaded.c | 222 int transferred; in do_sync_intr() local 225 &transferred, 1000); in do_sync_intr() 230 if (transferred < INTR_LENGTH) { in do_sync_intr()
|
/external/curl/docs/libcurl/ |
D | getinfo-times | 21 first byte is just about to be transferred.
|
/external/opencv3/modules/highgui/src/files_Qt/Milky/ |
D | README.txt | 14 …1. The icons may not be resold, sublicensed, rented, transferred or otherwise made available for u…
|
/external/libusb/libusb/os/ |
D | linux_usbfs.c | 1823 unsigned char *target = transfer->buffer + itransfer->transferred; in handle_bulk_completion() 1831 itransfer->transferred += urb->actual_length; in handle_bulk_completion() 1852 itransfer->transferred += urb->actual_length; in handle_bulk_completion() 2020 itransfer->transferred += urb->actual_length; in handle_control_completion() 2034 itransfer->transferred = urb->actual_length; in handle_control_completion()
|
D | darwin_usb.c | 1377 itransfer->transferred += io_size; in darwin_handle_callback()
|
/external/llvm/docs/ |
D | SegmentedStacks.rst | 59 body returns, control is transferred back to ``__morestack``. ``__morestack``
|
D | BigEndianNEON.rst | 105 …When a short vector is transferred between registers and memory it is treated as an opaque object.…
|
D | ExceptionHandling.rst | 459 pointer are restored from the buffer, then control is transferred to the 624 New instructions are also used to mark the points where control is transferred
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-branchweights-switch-create.ll | 68 ;; Here "case 2" is invalidated if control is transferred through default case
|
/external/curl/docs/ |
D | HTTP2.md | 76 slightly longer time to first byte transferred.
|
/external/dng_sdk/ |
D | LICENSE | 35 intellectual property in the Software or Documentation is transferred to you
|
D | NOTICE | 42 intellectual property in the Software or Documentation is transferred to you
|
D | LICENSE.source_code | 32 intellectual property in the Software or Documentation is transferred to you
|
/external/cros/system_api/dbus/cryptohome/ |
D | rpc.proto | 13 // parameters exist, the less data is actually transferred on the wire
|
/external/clang/test/Analysis/ |
D | retain-release-path-notes-gc.m | 67 …{Object returned to caller as an owning reference (single retain count transferred to caller)}} ex… 72 …{Object returned to caller as an owning reference (single retain count transferred to caller)}} ex… 1178 …>Object returned to caller as an owning reference (single retain count transferred to caller)</str… 1180 …>Object returned to caller as an owning reference (single retain count transferred to caller)</str… 1365 …>Object returned to caller as an owning reference (single retain count transferred to caller)</str… 1367 …>Object returned to caller as an owning reference (single retain count transferred to caller)</str…
|
/external/tcpdump/ |
D | README.md | 180 This says that 134 chunks were transferred (about 70K
|
/external/valgrind/docs/internals/ |
D | tracking-fn-entry-exit.txt | 128 > JmpCond or JmpSyscall) and we transferred from one ELF object/section to
|
/external/libmicrohttpd/doc/chapters/ |
D | hellobrowser.inc | 160 right after the response has been transferred then. This is typically not what you want as it
|
/external/opencv3/doc/tutorials/gpu/gpu-basics-similarity/ |
D | gpu_basics_similarity.markdown | 78 however the GPU cannot. He has too transferred the information he will use for calculations from the
|