/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...] |
/frameworks/base/core/java/android/webkit/ |
WebMessagePort.java | 38 * anymore. A closed port cannot be transferred or cannot be reopened to send 41 * When a port is transferred to JS, it cannot be used to send or receive messages 42 * at the Java side anymore. Different from HTML5 Spec, a port cannot be transferred 44 * posted on it. A transferred port cannot be closed by the application, since 45 * the ownership is also transferred. 83 * @throws IllegalStateException If message port is already transferred or closed.
|
/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
|
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.cpp | 123 ULONG transferred = 0;
local 132 &transferred,
138 &transferred,
142 *bytes_transferred = transferred;
194 ULONG transferred = 0;
local 201 &transferred,
207 &transferred,
220 &transferred, TRUE);
222 *bytes_transferred = transferred;
|
/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.
|
/system/media/alsa_utils/include/ |
alsa_device_proxy.h | 32 uint64_t transferred; /* the total frames transferred, not cleared on standby */ member in struct:__anon73388
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
ScatteringByteChannel.java | 71 * are transferred into buffer <tt>dsts[offset]</tt>, up to the next 72 * <tt>dsts[offset+1].remaining()</tt> bytes are transferred into buffer 74 * is transferred into the given buffers. As many bytes as possible are 75 * transferred into each buffer, hence the final position of each updated 85 * The buffers into which bytes are to be transferred 89 * which bytes are to be transferred; must be non-negative and no 136 * The buffers into which bytes are to be transferred
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
ElitisticListPopulation.java | 44 * how many best chromosomes will be directly transferred to the 58 * how many best chromosomes will be directly transferred to the 90 * transferred to the next generation [in %]. 93 * how many best chromosomes will be directly transferred to the
|
/external/apache-http/src/org/apache/http/ |
HttpConnectionMetrics.java | 45 * Returns the number of requests transferred over the connection, 51 * Returns the number of responses transferred over the connection, 57 * Returns the number of bytes transferred over the connection, 63 * Returns the number of bytes transferred over the connection,
|
/external/kernel-headers/original/uapi/linux/ |
media-bus-format.h | 18 * transferred in two 8-bit samples, "BE" or "LE" specify in which order those 19 * samples are transferred over the bus: "LE" means that the least significant 20 * bits are transferred first, "BE" means that the most significant bits are 21 * transferred first, and "PADHI" and "PADLO" define which bits - low or high,
|
bsg.h | 39 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */ 41 __u32 din_xfer_len; /* [i] bytes to be transferred from device */
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactor_op.hpp | 30 // The number of bytes transferred, to be passed to the completion handler.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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
|
bsg.h | 38 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */ 40 __u32 din_xfer_len; /* [i] bytes to be transferred from device */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
bsg.h | 38 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */ 40 __u32 din_xfer_len; /* [i] bytes to be transferred from device */
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
read.hpp | 38 * @li The supplied buffers are full. That is, the bytes transferred is equal to 53 * @returns The number of bytes transferred. 77 * @li The supplied buffers are full. That is, the bytes transferred is equal to 94 * @returns The number of bytes transferred. 117 * @li The supplied buffers are full. That is, the bytes transferred is equal to 139 * // Number of bytes transferred so far. 146 * @returns The number of bytes transferred. 168 * @li The supplied buffers are full. That is, the bytes transferred is equal to 190 * // Number of bytes transferred so far. 200 * number of bytes successfully transferred prior to the error [all...] |
write.hpp | 38 * bytes transferred is equal to the sum of the buffer sizes. 52 * @returns The number of bytes transferred. 77 * bytes transferred is equal to the sum of the buffer sizes. 93 * @returns The number of bytes transferred. 117 * bytes transferred is equal to the sum of the buffer sizes. 138 * // Number of bytes transferred so far. 145 * @returns The number of bytes transferred. 168 * bytes transferred is equal to the sum of the buffer sizes. 189 * // Number of bytes transferred so far. 199 * number of bytes successfully transferred prior to the error [all...] |
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_device_context.py | 54 # which mbim control command can be transferred. 59 # which ncm control command can be transferred. 64 # which no data can be transferred. 69 # which MBIM data must be transferred. 74 # which NCM data must be transferred.
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_PROGRESSFUNCTION.3 | 44 frequent interval. While data is being transferred it will be called very 45 frequently, and during slow periods like when nothing is being transferred it 52 transferred, in number of bytes. \fIdltotal\fP is the total number of bytes
|
CURLOPT_XFERINFOFUNCTION.3 | 41 frequent interval. While data is being transferred it will be called very 42 frequently, and during slow periods like when nothing is being transferred it 49 transferred, in number of bytes. \fIdltotal\fP is the total number of bytes
|
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/res/values/ |
strings.xml | 29 transferred). 41 be triggered after the data was transferred)\n\n
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/res/values/ |
strings.xml | 29 transferred). 41 be triggered after the data was transferred)\n\n
|
/development/samples/browseable/XYZTouristAttractions/Application/res/values/ |
strings.xml | 29 transferred). 41 be triggered after the data was transferred)\n\n
|