Home
last modified time | relevance | path

Searched refs:transferred (Results 1 – 25 of 61) sorted by relevance

123

/external/libusb/libusb/
Dsync.c155 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()
Dio.c1227 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()
Dlibusbi.h255 int transferred; member
/external/autotest/client/virt/
Drss_client.py111 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/
Dlibxt_connbytes.man2 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/
Ddpfp.c193 int transferred; in do_sync_intr() local
196 &transferred, 1000); in do_sync_intr()
201 if (transferred < INTR_LENGTH) { in do_sync_intr()
Ddpfp_threaded.c222 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/
Dgetinfo-times21 first byte is just about to be transferred.
/external/opencv3/modules/highgui/src/files_Qt/Milky/
DREADME.txt14 …1. The icons may not be resold, sublicensed, rented, transferred or otherwise made available for u…
/external/libusb/libusb/os/
Dlinux_usbfs.c1823 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()
Ddarwin_usb.c1377 itransfer->transferred += io_size; in darwin_handle_callback()
/external/llvm/docs/
DSegmentedStacks.rst59 body returns, control is transferred back to ``__morestack``. ``__morestack``
DBigEndianNEON.rst105 …When a short vector is transferred between registers and memory it is treated as an opaque object.…
DExceptionHandling.rst459 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/
Dpreserve-branchweights-switch-create.ll68 ;; Here "case 2" is invalidated if control is transferred through default case
/external/curl/docs/
DHTTP2.md76 slightly longer time to first byte transferred.
/external/dng_sdk/
DLICENSE35 intellectual property in the Software or Documentation is transferred to you
DNOTICE42 intellectual property in the Software or Documentation is transferred to you
DLICENSE.source_code32 intellectual property in the Software or Documentation is transferred to you
/external/cros/system_api/dbus/cryptohome/
Drpc.proto13 // parameters exist, the less data is actually transferred on the wire
/external/clang/test/Analysis/
Dretain-release-path-notes-gc.m67 …{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/
DREADME.md180 This says that 134 chunks were transferred (about 70K
/external/valgrind/docs/internals/
Dtracking-fn-entry-exit.txt128 > JmpCond or JmpSyscall) and we transferred from one ELF object/section to
/external/libmicrohttpd/doc/chapters/
Dhellobrowser.inc160 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/
Dgpu_basics_similarity.markdown78 however the GPU cannot. He has too transferred the information he will use for calculations from the

123