/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.cpp | 71 ULONG transferred = 0;
local 80 &transferred,
86 &transferred,
90 *bytes_transferred = transferred;
124 ULONG transferred = 0;
local 131 &transferred,
137 &transferred,
150 &transferred, TRUE);
152 *bytes_transferred = transferred;
|
/external/chromium_org/third_party/libusb/src/libusb/ |
sync.c | 83 * \returns on success, the number of bytes actually transferred 160 int *transferred, unsigned int timeout, unsigned char type) 181 *transferred = transfer->actual_length; 219 * <tt>transferred</tt> output parameter. 221 * You should also check the <tt>transferred</tt> parameter for bulk writes. 224 * Also check <tt>transferred</tt> when dealing with a timeout error code. 228 * that may have been transferred; do not assume that timeout conditions 237 * \param transferred output location for the number of bytes actually 238 * transferred. 243 * \returns 0 on success (and populates <tt>transferred</tt> [all...] |
/external/libusb/libusb/ |
sync.c | 65 * \returns on success, the number of bytes actually transferred 155 int *transferred, unsigned int timeout, unsigned char type) 188 *transferred = transfer->actual_length; 222 * <tt>transferred</tt> output parameter. 224 * You should also check the <tt>transferred</tt> parameter for bulk writes. 227 * Also check <tt>transferred</tt> when dealing with a timeout error code. 231 * that may have been transferred; do not assume that timeout conditions 240 * \param transferred output location for the number of bytes actually 241 * transferred. 246 * \returns 0 on success (and populates <tt>transferred</tt> [all...] |
/external/iptables/extensions/ |
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/qemu-pc-bios/bochs/bios/ |
notes | 34 transferred, the drive sets the data-request bit to 1, sets 36 > on a single-sector transfer, after the system has transferred 38 > on a multiple-sector transfer, after the system has transferred 41 transferred, the drive sets the data-request bit to 1, the busy bit to 0,
|
/development/host/windows/usb/api/ |
adb_legacy_endpoint_object.cpp | 77 ULONG transferred = 0;
local 85 &transferred,
90 &transferred,
104 &transferred,
109 *bytes_transferred = transferred;
181 ULONG transferred = 0;
local 182 ret = GetOverlappedResult(usb_handle(), &overlapped, &transferred, TRUE);
185 transferred;
|
adb_io_completion.h | 43 @param[in] expected_trans_size Number of bytes expected to be transferred
71 number of bytes that were actually transferred by a read or write
129 /// Expected number of bytes transferred in thi I/O
|
adb_legacy_io_completion.h | 41 @param[in] expected_trans_size Number of bytes expected to be transferred
74 number of bytes that were actually transferred by a read or write
108 /// Recepient for number of transferred bytes in write IOCTL.
|
/libcore/luni/src/main/java/java/io/ |
InterruptedIOException.java | 22 * bytes that were transferred successfully before the interruption took place 30 * The number of bytes transferred before the I/O interrupt occurred.
|
/external/apache-http/src/org/apache/http/ |
HttpConnectionMetrics.java | 40 * Returns the number of requests transferred over the connection, 46 * Returns the number of responses transferred over the connection, 52 * Returns the number of bytes transferred over the connection, 58 * Returns the number of bytes transferred over the connection,
|
/external/chromium_org/content/common/ |
pepper_renderer_instance_data.h | 14 // This data is transferred to the browser process from the renderer when the
|
/external/kernel-headers/original/linux/ |
v4l2-mediabus.h | 21 * data format is fixed. Additionally, "2X8" means that one pixel is transferred 23 * transferred over the bus: "LE" means that the least significant bits are 24 * transferred first, "BE" means that the most significant bits are transferred
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
v4l2-mediabus.h | 21 * data format is fixed. Additionally, "2X8" means that one pixel is transferred 23 * transferred over the bus: "LE" means that the least significant bits are 24 * transferred first, "BE" means that the most significant bits are transferred
|
/external/dropbear/ |
progressmeter.c | 58 static char *file; /* name of the file being transferred */ 113 off_t transferred; local 122 transferred = *counter - cur_pos; 132 transferred = end_pos; 138 cur_speed = (transferred / elapsed); 140 cur_speed = transferred; 171 /* amount transferred */ 182 if (!transferred)
|
/external/openssh/ |
progressmeter.c | 68 static char *file; /* name of the file being transferred */ 123 off_t transferred; local 132 transferred = *counter - cur_pos; 142 transferred = end_pos; 148 cur_speed = (transferred / elapsed); 150 cur_speed = transferred; 181 /* amount transferred */ 192 if (!transferred)
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngineResult.java | 104 * the number of bytes transferred to the destination buffer(s). 158 * Returns the number of bytes transferred to the destination buffer(s). 160 * @return the number of bytes transferred to the destination buffer(s).
|
/external/chromium/base/threading/ |
worker_pool.h | 29 // return value, ownership of |task| is transferred to the worker pool.
|
/external/chromium_org/android_webview/native/ |
aw_browser_dependency_factory.h | 33 // |delegate| is NOT transferred, but the object must be long-lived.
|
/external/chromium_org/chrome/renderer/searchbox/ |
search_bouncer.h | 19 // SearchBouncer tracks a set of URLs which should be transferred back to the
|
/external/chromium_org/content/public/app/ |
content_main.h | 39 // The ownership of |delegate| is transferred.
|
/external/chromium_org/net/quic/ |
quic_connection_stats.h | 23 // 9. Fraction of data transferred that was padding.
|
/external/chromium_org/ppapi/proxy/ |
broker_dispatcher.h | 21 // transferred.
|
/external/qemu/android/ |
keycode-array.h | 16 * to be transferred to the emulator core for further processing.
|
/frameworks/av/media/libnbaio/ |
README.txt | 7 transferred frames is less than the requested number of frames.
|
/frameworks/av/media/libstagefright/ |
ThrottledSource.cpp | 52 // transferred given the limited bandwidth.
|